GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::CUPS::PPD(3) User Contributed Perl Documentation Net::CUPS::PPD(3)

Net::CUPS::PPD - PostScript Printer Definition Object

  use Net::CUPS;
  use Net::CUPS::PPD;

  my $ppd = $cups->getPPD( "lj4200dn" );

Net::CUPS is an object oriented interface to the Common Unix Printing System.

Net::CUPS::PPD is an abstraction of methods to deal with PostSript Printer Definition files.

getFirstOption
my $option = $ppd->getFirstOption();
getNextOption
my $option = $ppd->getNextOption();
getOption
my $option = $ppd->getOption( $keyword );
getPageLength
my $length = $ppd->getPageLength();
getPageSize
my %size = $ppd->getPageSize();
getPageWidth
my $width = $ppd->getPageWidth();
isMarked
my $result = $ppd->isMarked( $option, $choice );
markDefaults
$ppd->markDefaults();
markOption
$ppd->markOption( $option, $choice );

Net::CUPS, Net::CUPS::Destination, Net::CUPS::IPP

Net::CUPS is currently maintained by Stefan Seifert <NINE@cpan.org>. The Github repository for this project is at <https://github.com/niner/perl-Net-CUPS>. Pull requests are welcome.

Dracken Technology, Inc. (http://www.dracken.com/)

Copyright (c) 2003-2005 David Hageman

Copyright (c) 2006-2009 Dracken Technology, Inc.

All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

CUPS, the Common UNIX Printing System, the CUPS logo, and ESP Print Pro are the trademark property of Easy Software Products.

2016-07-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.