]> git.ipfire.org Git - thirdparty/cups.git/blame - cups/test.ppd
Merge changes from CUPS 1.4svn-r7582.
[thirdparty/cups.git] / cups / test.ppd
CommitLineData
fa73b229 1*PPD-Adobe: "4.3"
2*%
2e4ff8af 3*% "$Id: test.ppd 6795 2007-08-15 18:02:26Z mike $"
fa73b229 4*%
bc44d920 5*% Test PPD file for the Common UNIX Printing System (CUPS).
fa73b229 6*%
bc44d920 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.
fa73b229 10*%
bc44d920 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.
fa73b229 14*%
bc44d920 15*% Copyright 2007 by Apple Inc.
16*% Copyright 2002-2006 by Easy Software Products.
17*%
18*% These coded instructions, statements, and computer programs are the
19*% property of Apple Inc. and are protected by Federal copyright
20*% law. Distribution and use rights are outlined in the file "LICENSE.txt"
21*% which should have been included with this file. If this file is
22*% file is missing or damaged, see the license at "http://www.cups.org/".
fa73b229 23*FormatVersion: "4.3"
bc44d920 24*FileVersion: "1.3"
fa73b229 25*LanguageVersion: English
26*LanguageEncoding: ISOLatin1
27*PCFileName: "TEST.PPD"
28*Manufacturer: "ESP"
29*Product: "(ESP Ghostscript)"
30*cupsVersion: 1.2
31*cupsManualCopies: True
32*cupsFilter: "application/vnd.cups-raster 0 rastertotest"
33*cupsModelNumber: 1
34*ModelName: "Test"
35*ShortNickName: "Test"
bc44d920 36*NickName: "Test for CUPS v1.3"
fa73b229 37*PSVersion: "(3010.000) 81501"
38*LanguageLevel: "3"
39*ColorDevice: True
40*DefaultColorSpace: RGB
41*FileSystem: False
42*Throughput: "1"
43*LandscapeOrientation: Plus90
44*TTRasterizer: Type42
45
46*% These constraints are used to test ppdConflicts()
47*UIConstraints: *PageSize Letter *InputSlot Envelope
48*UIConstraints: *InputSlot Envelope *PageSize Letter
49
50*% For PageSize, we have put all of the translations in-line...
51*OpenUI *PageSize/Page Size: PickOne
52*fr.Translation PageSize/French Page Size: ""
53*fr_CA.Translation PageSize/French Canadian Page Size: ""
54*OrderDependency: 10 AnySetup *PageSize
55*DefaultPageSize: Letter
56*PageSize Letter/US Letter: "PageSize=Letter"
57*fr.PageSize Letter/French US Letter: ""
58*fr_CA.PageSize Letter/French Canadian US Letter: ""
59*PageSize A4/A4: "PageSize=A4"
60*fr.PageSize A4/French A4: ""
61*fr_CA.PageSize A4/French Canadian A4: ""
62*PageSize Env10/#10 Envelope: "PageSize=Env10"
63*fr.PageSize Env10/French #10 Envelope: ""
64*fr_CA.PageSize Env10/French Canadian #10 Envelope: ""
65*CloseUI: *PageSize
66
67*% For PageRegion, we have separated the translations...
68*OpenUI *PageRegion/Page Region: PickOne
69*OrderDependency: 10 AnySetup *PageRegion
70*DefaultPageRegion: Letter
71*PageRegion Letter/US Letter: "PageRegion=Letter"
72*PageRegion A4/A4: "PageRegion=A4"
73*PageRegion Env10/#10 Envelope: "PageRegion=Env10"
74*CloseUI: *PageRegion
75
76*fr.Translation PageRegion/French Page Region: ""
77*fr.PageRegion Letter/French US Letter: ""
78*fr.PageRegion A4/French A4: ""
79*fr.PageRegion Env10/French #10 Envelope: ""
80
81*fr_CA.Translation PageRegion/French Canadian Page Region: ""
82*fr_CA.PageRegion Letter/French Canadian US Letter: ""
83*fr_CA.PageRegion A4/French Canadian A4: ""
84*fr_CA.PageRegion Env10/French Canadian #10 Envelope: ""
85
86*DefaultImageableArea: Letter
87*ImageableArea Letter: "18 36 594 756"
88*ImageableArea A4: "18 36 577 806"
89*ImageableArea Env10: "18 36 279 648"
90
91*DefaultPaperDimension: Letter
92*PaperDimension Letter: "612 792"
93*PaperDimension A4: "595 842"
94*PaperDimension Env10: "297 684"
95
96*% Custom page size support
97*HWMargins: 0 0 0 0
0a682745 98*NonUIOrderDependency: 100 AnySetup *CustomPageSize True
fa73b229 99*CustomPageSize True/Custom Page Size: "PageSize=Custom"
100*ParamCustomPageSize Width: 1 points 36 1080
101*ParamCustomPageSize Height: 2 points 36 86400
102*ParamCustomPageSize WidthOffset/Width Offset: 3 points 0 0
103*ParamCustomPageSize HeightOffset/Height Offset: 4 points 0 0
104*ParamCustomPageSize Orientation: 5 int 0 0
105
106*OpenUI *InputSlot/Input Slot: PickOne
0a682745 107*OrderDependency: 20 AnySetup *InputSlot
fa73b229 108*DefaultInputSlot: Tray
109*InputSlot Tray/Tray: "InputSlot=Tray"
110*InputSlot Manual/Manual Feed: "InputSlot=Manual"
111*InputSlot Envelope/Envelope Feed: "InputSlot=Envelope"
112*CloseUI: *InputSlot
113
114*% Custom options...
115*OpenGroup: Extended/Extended Options
116
117*OpenUI IntOption/Integer: PickOne
0a682745 118*OrderDependency: 30 AnySetup *IntOption
fa73b229 119*DefaultIntOption: None
e53920b9 120*IntOption None: ""
fa73b229 121*IntOption 1: "IntOption=1"
122*IntOption 2: "IntOption=2"
123*IntOption 3: "IntOption=3"
124*CloseUI: *IntOption
125
126*CustomIntOption True/Custom Integer: "IntOption=Custom"
127*ParamCustomIntOption Integer: 1 int -100 100
128
129*OpenUI StringOption/String: PickOne
0a682745 130*OrderDependency: 40 AnySetup *StringOption
fa73b229 131*DefaultStringOption: None
e53920b9 132*StringOption None: ""
fa73b229 133*StringOption foo: "StringOption=foo"
134*StringOption bar: "StringOption=bar"
135*CloseUI: *StringOption
136
e1d6a774 137*CustomStringOption True/Custom String: "StringOption=Custom"
138*ParamCustomStringOption String: 1 string 1 10
fa73b229 139
140*CloseGroup: Extended
141
5a738aea 142*% IPP reasons for ppdLocalizeIPPReason tests
bc44d920 143*cupsIPPReason foo/Foo Reason: "http://foo/bar.html
144help:anchor='foo'%20bookID=Vendor%20Help
145/help/foo/bar.html"
146*End
01ce6322 147*fr.cupsIPPReason foo/La Foo Reason: "text:La%20Long%20
bc44d920 148text:Foo%20Reason
149http://foo/fr/bar.html
150help:anchor='foo'%20bookID=Vendor%20Help
151/help/fr/foo/bar.html"
152*End
01ce6322 153*zh_TW.cupsIPPReason foo/Number 1 Foo Reason: "text:Number%201%20
db1f069b
MS
154text:Foo%20Reason
155http://foo/zh_TW/bar.html
156help:anchor='foo'%20bookID=Vendor%20Help
157/help/zh_TW/foo/bar.html"
158*End
01ce6322 159*zh.cupsIPPReason foo/Number 2 Foo Reason: "text:Number%202%20
db1f069b
MS
160text:Foo%20Reason
161http://foo/zh/bar.html
162help:anchor='foo'%20bookID=Vendor%20Help
163/help/zh/foo/bar.html"
164*End
bc44d920 165
5a738aea
MS
166*% Marker names for ppdLocalizeMarkerName tests
167*cupsMarkerName cyan/Cyan Toner: ""
168*fr.cupsMarkerName cyan/La Toner Cyan: ""
169*zh_TW.cupsMarkerName cyan/Number 1 Cyan Toner: ""
170*zh.cupsMarkerName cyan/Number 2 Cyan Toner: ""
171
fa73b229 172*DefaultFont: Courier
173*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
174*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
175*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
176*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
177*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
178*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
179*Font Bookman-Light: Standard "(001.004S)" Standard ROM
180*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
181*Font Courier: Standard "(002.004S)" Standard ROM
182*Font Courier-Bold: Standard "(002.004S)" Standard ROM
183*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
184*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
185*Font Helvetica: Standard "(001.006S)" Standard ROM
186*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
187*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
188*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
189*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
190*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
191*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
192*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
193*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
194*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
195*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
196*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
197*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
198*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
199*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
200*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
201*Font Symbol: Special "(001.007S)" Special ROM
202*Font Times-Bold: Standard "(001.007S)" Standard ROM
203*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
204*Font Times-Italic: Standard "(001.007S)" Standard ROM
205*Font Times-Roman: Standard "(001.007S)" Standard ROM
206*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
207*Font ZapfDingbats: Special "(001.004S)" Standard ROM
208*%
2e4ff8af 209*% End of "$Id: test.ppd 6795 2007-08-15 18:02:26Z mike $".
fa73b229 210*%