Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::cups::ipp(3pm) [debian man page]

Net::CUPS::IPP(3pm)					User Contributed Perl Documentation				       Net::CUPS::IPP(3pm)

NAME
Net::CUPS::IPP - Internet Printing Protocol Object SYNOPSIS
use Net::CUPS::IPP; my $ipp = Net::CUPS::IPP->new( IPP_GET_JOB_ATTRIBUTE ); my $size = $ipp->getSize(); $ipp->addString( $group, $type, $name, $charset, $value ); DESCRIPTION
Net::CUPS is an object oriented interface to the Common Unix Printing System. Net::CUPS::IPP is an abstraction of the IPP implementation in CUPS. METHODS
addString $ipp->addString( $group, $type, $name, $charset, $value ); Implementation of the CUPS C function "ippAddString". Please refer the IPP documenation for its usage. getAttributes my @attributes = $ipp->getAttributes(); This method will return an array of all the attributes in an IPP request. getAttributeValue my $value = $ipp->getAttributeValue( $name ); Method to return the associated value with method. getSize my $size = $ipp->getSize(); Utility to function to acquire the size of the IPP request. This is mainly useful for debugging. SEE ALSO
Net::CUPS, Net::CUPS::PPD, Net::CUPS::Destination SUPPORT
Support for this module and other software developed by Dracken Technology, Inc can be found at http://www.dracken.com/. AUTHOR
Dracken Technology, Inc. (http://www.dracken.com/) COPYRIGHT AND LICENSE
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. perl v5.14.2 2009-07-30 Net::CUPS::IPP(3pm)

Check Out this Related Man Page

cupsd(8)							    Apple Inc.								  cupsd(8)

NAME
cupsd - cups scheduler SYNOPSIS
cupsd [ -c config-file ] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ] DESCRIPTION
cupsd is the scheduler for CUPS. It implements a printing system based upon the Internet Printing Protocol, version 2.1. If no options are specified on the command-line then the default configuration file /etc/cups/cupsd.conf will be used. OPTIONS
-c config-file Uses the named configuration file. -f Run cupsd in the foreground; the default is to run in the background as a "daemon". -F Run cupsd in the foreground but detach the process from the controlling terminal and current directory. This is useful for running cupsd from init(8). -h Shows the program usage. -l This option is passed to cupsd when it is run from launchd(8). -t Test the configuration file for syntax errors. COMPATIBILITY
cupsd implements all of the required IPP/2.1 attributes and operations. It also implements several CUPS-specific administration operations. SEE ALSO
backend(7), classes.conf(5), cups-deviced(8), cups-driverd(8), cups-lpd(8), cups-polld(8), cupsd.conf(5), filter(7), launchd(8), mime.convs(5), mime.types(5), printers.conf(5), http://localhost:631/help COPYRIGHT
Copyright 2007-2009 by Apple Inc. 9 March 2009 CUPS cupsd(8)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

where to obtain UNIX and learning on a UNIX variant?

Hi. I've just started to get into UNIX. Researched on the Net, found out that most of the UNIX variants are not offered online. 1. Any of you guys know where I could obtain them on the Net? or anywhere at all? 2. Does learning a UNIX variant enough to cover an understanding of other UNIX... (6 Replies)
Discussion started by: ninelives1980
6 Replies

2. UNIX for Dummies Questions & Answers

[OpenServer 5]Line Printing and Hp laserjet 2015dn

Hello, I want to install an Hp Laserjet 2015dn on SCO OpenServeur5 without CUPS. This printer doesn't have an PrinterServer inside. The configuration work fine, but i can't print anything. I heart solution with netcat but i can't find any docs... How should i configure netcat and my... (3 Replies)
Discussion started by: tankd
3 Replies

3. SCO

newbie - CUPS installation & C compiler

Ok new in here so be gentle: I'm a programmer with the need to also be a sys admin on a box running: Client has purchased a Kyocera KM-4035 do it all machine. However, no driver exists for SCO and when I contacted their Kyocera rep he told me to install CUPS. I downloaded CUPS and ran... (2 Replies)
Discussion started by: bbxguy
2 Replies

4. Red Hat

CUPS + passwd.md5 issue

I posted the below question on the CUPS forums yesterday and have still not been able to find a good answer of why or if I can keep this from happening. I have been looking for a while now and have still not found what I am looking for. Is there a way to allow multiple users to be updating the... (13 Replies)
Discussion started by: linuxn00b
13 Replies

5. Red Hat

Restarting CUPS will restart existing print queues?

Hi, We need to restart CUPS service, and want to know if restarting CUPS service will stop/start existing printing queues? Thank you! (1 Reply)
Discussion started by: aixlover
1 Replies

6. UNIX for Advanced & Expert Users

CUPS and Default Router

Hi everyone, new to the forums. So more manufacturers are doing away with the default router setting in their user interface and CUPS will not print with no/incorrect default router setting. Is there any way around this? Currently using OpenServer 6 on CUPS version 1.3.9 Thanks. (6 Replies)
Discussion started by: Paulbas
6 Replies