"$Id: ppdcfile.man 11934 2014-06-17 18:58:29Z msweet $"

ppdcfile man page for CUPS.

Copyright 2007-2014 by Apple Inc.
Copyright 1997-2007 by Easy Software Products.

These coded instructions, statements, and computer programs are the
property of Apple Inc. and are protected by Federal copyright
law. Distribution and use rights are outlined in the file "LICENSE.txt"
which should have been included with this file. If this file is
file is missing or damaged, see the license at "http://www.cups.org/".

ppdcfile 5 "CUPS" "12 June 2014" "Apple Inc."
NAME
ppdcfile - cups ppd compiler source file format
DESCRIPTION
The CUPS PPD compiler reads meta files that contain descriptions of one or more PPD files to be generated by ppdc (1). This man page provides a quick reference to the supported keywords and should be used in conjunction with the online help for CUPS.

The source file format is plain ASCII text that can be edited using your favorite text editor. Comments are supported using the C (/* ... */) and C++ (// ...) comment mechanisms.

Printer driver information can be grouped and shared using curly braces ({ ... }); PPD files are written when a close brace or end-of-file is seen and a PCFileName directive has been defined.

Directives may be placed anywhere on a line and are followed by one or more values. The following is a list of the available directives and the values they accept:

5 #define name value

5 #elif {name | value}

5 #else

5 #endif

5 #font name encoding "version" charset status

5 #if {name | value}

5 #include <filename>

5 #include "filename"

5 #media name width length

5 #media "name/text" width length

5 #po locale "filename"

5 Attribute name "" value

5 Attribute name keyword value

5 Attribute name "keyword/text" value

5 Choice name "code"

5 Choice "name/text" "code"

5 ColorDevice boolean-value

5 ColorModel name colorspace colororder compression

5 ColorModel "name/text" colorspace colororder compression

5 ColorProfile resolution/mediatype gamma density matrix

5 Copyright "text"

5 CustomMedia name width length left bottom right top "size-code" "region-code"

5 CustomMedia "name/text" width length left bottom right top "size-code" "region-code"

5 Cutter boolean-value

5 Darkness temperature name

5 Darkness temperature "name/text"

5 DriverType type

5 Duplex type

5 Filter \Imime-type cost program

5 Finishing name

5 Finishing "name/text"

5 Font *

5 Font name encoding "version" charset status

5 Group name

5 Group "name/text"

5 HWMargins left bottom right top

5 InputSlot position name

5 InputSlot position "name/text"

5 Installable name

5 Installable "name/text"

5 LocAttribute name "keyword/text" value

5 ManualCopies boolean-value

5 Manufacturer "name"

5 MaxSize width length

5 MediaSize name

5 MediaType type name

5 MediaType type "name/text"

5 MinSize width length

5 ModelName "name"

5 ModelNumber number

5 Option name type section order

5 Option "name/text" type section order

5 PCFileName "filename.ppd"

5 Resolution colorspace bits-per-color row-count row-feed row-step name

5 Resolution colorspace bits-per-color row-count row-feed row-step "name/text"

5 SimpleColorProfile resolution/mediatype density yellow-density red-density gamma red-adjust green-adjust blue-adjust

5 Throughput pages-per-minute

5 UIConstraints "*Option1 *Option2"

5 UIConstraints "*Option1 Choice1 *Option2"

5 UIConstraints "*Option1 *Option2 Choice2"

5 UIConstraints "*Option1 Choice1 *Option2 Choice2"

5 VariablePaperSize boolean-value

5 Version number

SEE ALSO
ppdc (1), ppdhtml (1), ppdi (1), ppdmerge (1), ppdpo (1), CUPS Online Help (http://localhost:631/help)
COPYRIGHT
Copyright \[co] 2007-2014 by Apple Inc.
End of "$Id: ppdcfile.man 11934 2014-06-17 18:58:29Z msweet $".