]> git.ipfire.org Git - thirdparty/cups.git/blob - cups/test.ppd
Load cups into easysw/current.
[thirdparty/cups.git] / cups / test.ppd
1 *PPD-Adobe: "4.3"
2 *%
3 *% "$Id: test.ppd 5257 2006-03-09 15:27:27Z mike $"
4 *%
5 *% Test PPD file for the Common UNIX Printing System (CUPS).
6 *%
7 *% This file is used to test the CUPS PPD API functions and cannot be
8 *% used with any known printers. Look at the PPD files in the "ppd"
9 *% subdirectory as well as the CUPS web site for working PPD files.
10 *%
11 *% If you are a PPD file developer, consider using the CUPS DDK to
12 *% create your PPD files - not only will it save you time, it produces
13 *% consistently high-quality files.
14 *%
15 *% Copyright 2002-2006 by Easy Software Products.
16 *%
17 *% These coded instructions, statements, and computer programs are the
18 *% property of Easy Software Products and are protected by Federal
19 *% copyright law. Distribution and use rights are outlined in the file
20 *% "LICENSE.txt" which should have been included with this file. If this
21 *% file is missing or damaged please contact Easy Software Products
22 *% at:
23 *%
24 *% Attn: CUPS Licensing Information
25 *% Easy Software Products
26 *% 44141 Airport View Drive, Suite 204
27 *% Hollywood, Maryland 20636-3111 USA
28 *%
29 *% Voice: (301) 373-9603
30 *% EMail: cups-info@cups.org
31 *% WWW: http://www.cups.org
32 *%
33 *FormatVersion: "4.3"
34 *FileVersion: "1.2"
35 *LanguageVersion: English
36 *LanguageEncoding: ISOLatin1
37 *PCFileName: "TEST.PPD"
38 *Manufacturer: "ESP"
39 *Product: "(ESP Ghostscript)"
40 *cupsVersion: 1.2
41 *cupsManualCopies: True
42 *cupsFilter: "application/vnd.cups-raster 0 rastertotest"
43 *cupsModelNumber: 1
44 *ModelName: "Test"
45 *ShortNickName: "Test"
46 *NickName: "Test for CUPS v1.2"
47 *PSVersion: "(3010.000) 81501"
48 *LanguageLevel: "3"
49 *ColorDevice: True
50 *DefaultColorSpace: RGB
51 *FileSystem: False
52 *Throughput: "1"
53 *LandscapeOrientation: Plus90
54 *TTRasterizer: Type42
55
56 *% These constraints are used to test ppdConflicts()
57 *UIConstraints: *PageSize Letter *InputSlot Envelope
58 *UIConstraints: *InputSlot Envelope *PageSize Letter
59
60 *% For PageSize, we have put all of the translations in-line...
61 *OpenUI *PageSize/Page Size: PickOne
62 *fr.Translation PageSize/French Page Size: ""
63 *fr_CA.Translation PageSize/French Canadian Page Size: ""
64 *OrderDependency: 10 AnySetup *PageSize
65 *DefaultPageSize: Letter
66 *PageSize Letter/US Letter: "PageSize=Letter"
67 *fr.PageSize Letter/French US Letter: ""
68 *fr_CA.PageSize Letter/French Canadian US Letter: ""
69 *PageSize A4/A4: "PageSize=A4"
70 *fr.PageSize A4/French A4: ""
71 *fr_CA.PageSize A4/French Canadian A4: ""
72 *PageSize Env10/#10 Envelope: "PageSize=Env10"
73 *fr.PageSize Env10/French #10 Envelope: ""
74 *fr_CA.PageSize Env10/French Canadian #10 Envelope: ""
75 *CloseUI: *PageSize
76
77 *% For PageRegion, we have separated the translations...
78 *OpenUI *PageRegion/Page Region: PickOne
79 *OrderDependency: 10 AnySetup *PageRegion
80 *DefaultPageRegion: Letter
81 *PageRegion Letter/US Letter: "PageRegion=Letter"
82 *PageRegion A4/A4: "PageRegion=A4"
83 *PageRegion Env10/#10 Envelope: "PageRegion=Env10"
84 *CloseUI: *PageRegion
85
86 *fr.Translation PageRegion/French Page Region: ""
87 *fr.PageRegion Letter/French US Letter: ""
88 *fr.PageRegion A4/French A4: ""
89 *fr.PageRegion Env10/French #10 Envelope: ""
90
91 *fr_CA.Translation PageRegion/French Canadian Page Region: ""
92 *fr_CA.PageRegion Letter/French Canadian US Letter: ""
93 *fr_CA.PageRegion A4/French Canadian A4: ""
94 *fr_CA.PageRegion Env10/French Canadian #10 Envelope: ""
95
96 *DefaultImageableArea: Letter
97 *ImageableArea Letter: "18 36 594 756"
98 *ImageableArea A4: "18 36 577 806"
99 *ImageableArea Env10: "18 36 279 648"
100
101 *DefaultPaperDimension: Letter
102 *PaperDimension Letter: "612 792"
103 *PaperDimension A4: "595 842"
104 *PaperDimension Env10: "297 684"
105
106 *% Custom page size support
107 *HWMargins: 0 0 0 0
108 *CustomPageSize True/Custom Page Size: "PageSize=Custom"
109 *ParamCustomPageSize Width: 1 points 36 1080
110 *ParamCustomPageSize Height: 2 points 36 86400
111 *ParamCustomPageSize WidthOffset/Width Offset: 3 points 0 0
112 *ParamCustomPageSize HeightOffset/Height Offset: 4 points 0 0
113 *ParamCustomPageSize Orientation: 5 int 0 0
114
115 *OpenUI *InputSlot/Input Slot: PickOne
116 *OrderDependency: 10 AnySetup *InputSlot
117 *DefaultInputSlot: Tray
118 *InputSlot Tray/Tray: "InputSlot=Tray"
119 *InputSlot Manual/Manual Feed: "InputSlot=Manual"
120 *InputSlot Envelope/Envelope Feed: "InputSlot=Envelope"
121 *CloseUI: *InputSlot
122
123 *% Custom options...
124 *OpenGroup: Extended/Extended Options
125
126 *OpenUI IntOption/Integer: PickOne
127 *OrderDependency: 10 AnySetup *IntOption
128 *DefaultIntOption: None
129 *IntOption 1: "IntOption=1"
130 *IntOption 2: "IntOption=2"
131 *IntOption 3: "IntOption=3"
132 *CloseUI: *IntOption
133
134 *CustomIntOption True/Custom Integer: "IntOption=Custom"
135 *ParamCustomIntOption Integer: 1 int -100 100
136
137 *OpenUI StringOption/String: PickOne
138 *OrderDependency: 10 AnySetup *StringOption
139 *DefaultStringOption: None
140 *StringOption foo: "StringOption=foo"
141 *StringOption bar: "StringOption=bar"
142 *CloseUI: *StringOption
143
144 *CustomStringOption True/Custom String: "StringOption=Custom"
145 *ParamCustomStringOption String: 1 string 1 10
146
147 *CloseGroup: Extended
148
149 *DefaultFont: Courier
150 *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
151 *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
152 *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
153 *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
154 *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
155 *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
156 *Font Bookman-Light: Standard "(001.004S)" Standard ROM
157 *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
158 *Font Courier: Standard "(002.004S)" Standard ROM
159 *Font Courier-Bold: Standard "(002.004S)" Standard ROM
160 *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
161 *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
162 *Font Helvetica: Standard "(001.006S)" Standard ROM
163 *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
164 *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
165 *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
166 *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
167 *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
168 *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
169 *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
170 *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
171 *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
172 *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
173 *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
174 *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
175 *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
176 *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
177 *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
178 *Font Symbol: Special "(001.007S)" Special ROM
179 *Font Times-Bold: Standard "(001.007S)" Standard ROM
180 *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
181 *Font Times-Italic: Standard "(001.007S)" Standard ROM
182 *Font Times-Roman: Standard "(001.007S)" Standard ROM
183 *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
184 *Font ZapfDingbats: Special "(001.004S)" Standard ROM
185 *%
186 *% End of "$Id: test.ppd 5257 2006-03-09 15:27:27Z mike $".
187 *%