~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to prnt/drv/hpcups.drv.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-14 20:08:44 UTC
  • mfrom: (2.1.118 lucid)
  • Revision ID: james.westby@ubuntu.com-20091214200844-z8qhqwgppbu3t7ze
Tags: 3.9.10-4
KBSD patch from KiBi (Closes: #560796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//
 
1
// DJG//
2
2
// hpcups.drv - hpcups driver information file 
3
3
//
4
4
// This driver information file (drv) produces PPD files for the CUPS interface solution. 
72
72
//    4/22/09 dsuffield
73
73
//       Since ijsdump is no longer useful, I collapsed most large format MediaSizes.
74
74
//
75
 
 
 
75
//    6/4/09 dsuffield
 
76
//       Converted papersizes to CustomMedia directive so that the PCL papersize can be specified with cupsInteger0.
 
77
//
 
78
//    10/27/09 jcallough
 
79
//       Corrected imageable areas for LJZjsMono, LJZjscolor on the following paper sizes:
 
80
//       3x5, Hagaki, A5, 5x8, Oufuku-Hagaki, B5, Executive, A2Envelope, C6Envelope, #4Envelope, and C5Envelope
 
81
//
 
82
//    10/27/09 jcallough
 
83
//       Corrected imageable areas for LJZjsMono, LJZjscolor on the following paper sizes:
 
84
//       JB5, A4, #4, Monarch, DL, and #3
 
85
//       Changed the margin limitations to match hpijs on LJFastRaster
 
86
//
 
87
//    10/28/09 jcallough
 
88
//       Corrected margin issues for the following printer classes:
 
89
//       LJZjsMono, LJZjsColor, LJFastRaster, 
 
90
//       LJFastRaster: Changed the CupsInteger0 from a specific # to 96 to ensure that the image is printed correctly
 
91
//       LJJetReady: Changed some CupsInteger0 #'s, changed some Imageable area parameters
 
92
//
 
93
//    11/3/09 jcallough
 
94
//       Corrected margin for DJ9xx A6.Duplex, A4.Duplex, cupsInteger0 was changed from 10 to 101 so that the full image will print
 
95
//       with ExecutiveJIS and American Foolscap
 
96
//
 
97
//    11/5/09 jcallough
 
98
//       DJ850, DJ630, DJ600&6xx : Deleted 3x5 paper size (doesn't fit in printer), Changed cupsInteger0 to 101
76
99
// Include necessary files...
77
100
#include <font.defs>
78
101
//#include <media.defs>
79
102
 
80
103
// Driver-specific media sizes...
81
 
#include "hplip_media.defs"
 
104
//#include "hplip_media.defs"
82
105
 
83
106
#define _VERSION "@VERSION@"
84
107
#define Version "hpcups $_VERSION"
108
131
Filter "application/vnd.cups-raster 0 hpcups"
109
132
//Filter "application/vnd.cups-command 0 commandtohpijs"
110
133
 
 
134
Attribute "RequiresPageRegion" "All" "True"
 
135
 
111
136
{
112
137
// Manufacturer - PPD spec has "HP" registered for "Hewlett-Packard"...
113
138
Manufacturer "HP"
118
143
  Attribute "cupsEvenDuplex" "" "True"
119
144
  Attribute "cupsBackSide" "" "Rotated"
120
145
  Attribute "cupsFlipDuplex" "" "True"
 
146
  Attribute "hpPrinterLanguage" "" "pcl3gui"
 
147
  Attribute "hpPrinterPlatform" "" "dj970"
 
148
  Attribute "HPMechOffset" "" "70"
121
149
 
122
150
  Group "General/General"
123
151
 
137
165
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
138
166
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
139
167
 
140
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
141
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
142
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1]/cupsBitsPerColor 8>>setpagedevice"
143
 
 
144
168
  // cupsMediaType values map to MEDIATYPE from global_types.h
145
169
  Option "MediaType/Media Type" PickOne AnySetup 10.0
146
170
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
147
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
171
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
148
172
 
149
173
  // cupsCompression values map to QUALITY_MODE from global_types.h
150
174
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
151
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
152
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
153
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
154
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
155
 
 
156
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
157
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
158
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
159
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
160
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
161
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
175
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
176
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[600 600]>>setpagedevice"
 
177
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
178
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
179
    Choice "BestRGB/Best Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(1)/cupsString0(PlainBestColor)/HWResolution[600 600]>>setpagedevice"
 
180
    //Choice "BestGray/Best Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/cupsCompression 2/HWResolution[600 600]>>setpagedevice"
 
181
    Choice "Photo/High-Resolution Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoMaxDpiColor)/HWResolution[1200 1200]>>setpagedevice"
162
182
 
163
183
  // Duplexer is optional...
164
184
  Installable "OptionDuplex/Duplexer Installed"
165
185
 
166
186
  // Constraints
167
187
  UIConstraints "*Duplex *OptionDuplex False"
168
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
169
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
170
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
188
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
189
  UIConstraints "*MediaType Plain *OutputMode Photo"
171
190
  UIConstraints "*PageSize Letter *Duplex"
172
191
  UIConstraints "*PageSize A4 *Duplex"
173
192
  UIConstraints "*PageSize Legal *Duplex"
174
 
  UIConstraints "*PageSize Photo *Duplex"
 
193
  UIConstraints "*PageSize Photo4x6 *Duplex"
175
194
  UIConstraints "*PageSize Photo5x7 *Duplex"
176
195
  UIConstraints "*PageSize A5 *Duplex"
177
196
  UIConstraints "*PageSize A6 *Duplex"
193
212
  UIConstraints "*PageSize EnvChou3 *Duplex"
194
213
  UIConstraints "*PageSize EnvChou4 *Duplex"
195
214
  UIConstraints "*PageSize EnvMonarch *Duplex"
196
 
  // Large format
197
 
  UIConstraints "*PageSize A3 *Duplex"
198
 
  UIConstraints "*PageSize B4 *Duplex"
199
 
  UIConstraints "*PageSize Ledger *Duplex"
200
 
  UIConstraints "*PageSize SuperB *Duplex"
201
 
  UIConstraints "*PageSize 8k *Duplex"
202
215
 
203
216
  Attribute "cupsModelName" "" "DESKJET 930"     // APDK device class 
204
217
 
205
 
    // Supported media sizes. 
206
 
// Was DJ9xx_margin.defs. Used by DJ9xx<br>DJ9xxVIP.
207
 
HWMargins 18 36 18 9
208
 
*MediaSize Letter
209
 
HWMargins 10 36 10 9
210
 
MediaSize A4
211
 
HWMargins 18 36 18 9
212
 
MediaSize Legal
213
 
HWMargins 9 9 9 9
214
 
MediaSize Photo
215
 
HWMargins 9 36 9 9
216
 
MediaSize Photo5x7
217
 
HWMargins 9 36 9 9
218
 
MediaSize A5
219
 
HWMargins 9 36 9 9
220
 
MediaSize A6
221
 
HWMargins 18 36 18 9
222
 
MediaSize B5
223
 
HWMargins 18 36 18 9
224
 
MediaSize JB5
225
 
HWMargins 18 27 18 9
226
 
MediaSize Oufuku
227
 
HWMargins 9 9 9 9
228
 
MediaSize Hagaki
229
 
HWMargins 18 36 18 9
230
 
MediaSize Executive
231
 
HWMargins 18 36 18 9
232
 
MediaSize FLSA
233
 
HWMargins 18 35 18 9
234
 
MediaSize ExecutiveJIS
235
 
HWMargins 18 36 18 9
236
 
MediaSize 16k
237
 
HWMargins 18 36 18 9
238
 
MediaSize Card3x5
239
 
HWMargins 18 36 18 9
240
 
MediaSize Card5x8
241
 
HWMargins 9 36 9 9
242
 
MediaSize Env10
243
 
HWMargins 9 36 9 9
244
 
MediaSize EnvA2
245
 
HWMargins 9 36 9 9
246
 
MediaSize EnvC6
247
 
HWMargins 9 36 9 9
248
 
MediaSize EnvDL
249
 
HWMargins 18 36 18 9
250
 
MediaSize EnvC5
251
 
HWMargins 18 36 18 9
252
 
MediaSize EnvB5
253
 
HWMargins 9 36 9 9
254
 
MediaSize EnvChou3
255
 
HWMargins 9 36 9 9
256
 
MediaSize EnvChou4
257
 
HWMargins 18 36 18 9
258
 
MediaSize EnvMonarch
259
 
HWMargins 18 27 18 36
260
 
MediaSize LetterDuplex
261
 
HWMargins 10 27 10 36
262
 
MediaSize A4Duplex
263
 
HWMargins 18 27 18 36
264
 
MediaSize LegalDuplex
265
 
HWMargins 9 27 9 36
266
 
MediaSize A6Duplex
267
 
HWMargins 9 27 9 36
268
 
MediaSize A5Duplex
269
 
HWMargins 18 27 18 36
270
 
MediaSize B5Duplex
271
 
HWMargins 18 27 18 36
272
 
MediaSize JB5Duplex
273
 
HWMargins 18 27 18 36
274
 
MediaSize ExecutiveDuplex
275
 
HWMargins 9 27 9 36
276
 
MediaSize Card4x6Duplex
277
 
HWMargins 18 27 18 36
278
 
MediaSize Card5x8Duplex
279
 
HWMargins 18 27 18 36
280
 
MediaSize OufukuDuplex
281
 
HWMargins 9 27 9 36
282
 
MediaSize HagakiDuplex
283
 
// </DJ9xx_margin.defs>
 
218
// 4x6 or smaller
 
219
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18 36 18 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
220
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
221
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9.00 36.00 9.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
222
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
223
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
224
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
225
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 36 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
226
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
227
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 36 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
228
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
229
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm" 297 411 9.00 36.00 9.00 36.00 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
230
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
231
 
 
232
// 5x7
 
233
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 36 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
234
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
235
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18 36 18 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
236
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
237
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
238
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
239
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
240
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
241
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
242
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
243
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 36 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
244
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
245
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 18 27 18 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
246
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
247
 
 
248
// Standard
 
249
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 36 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
250
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
251
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 18 27 18 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
252
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
253
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 36 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
254
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
255
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 18 27 18 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
256
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
257
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
258
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
259
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 18 27 18 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
260
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
261
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 36 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
262
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
263
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 36 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
264
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
265
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 18 27 18 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
266
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
267
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
268
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
269
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 9.72 27 9.72 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
270
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
271
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
272
         "<</cupsInteger0 101/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
273
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
274
         "<</cupsInteger0 101/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
275
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 36 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
276
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
277
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 18 27 18 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
278
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
279
 
 
280
// Envelopes
 
281
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
282
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
283
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
284
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
285
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
286
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
287
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
288
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
289
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
290
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
291
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
292
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
293
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
294
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
295
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
296
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
297
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
298
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
284
299
  {
285
300
    // Custom page sizes from 1x4in to Legal
286
301
    HWMargins 18 36 18 36
731
746
  } // End Supported media sizes.
732
747
 
733
748
  { 
734
 
    // Large format media sizes.
735
 
// Was DJ9xx_LargeFormat_margin.defs. Used by DJ9xx_LargeFormat<br>DJ9xxVIP_LargeFormat.
736
 
HWMargins 14 36 14 9
737
 
MediaSize A3
738
 
HWMargins 18 36 18 9
739
 
MediaSize B4
740
 
HWMargins 18 36 18 9
741
 
MediaSize Ledger
742
 
HWMargins 14 36 14 9
743
 
MediaSize SuperB
744
 
HWMargins 18 36 18 9
745
 
MediaSize 8k
746
 
HWMargins 14 27 14 36
747
 
MediaSize A3Duplex
748
 
HWMargins 18 27 18 36
749
 
MediaSize B4Duplex
750
 
// </DJ9xx_LargeFormat_margin.defs>
 
749
// Large format
 
750
  UIConstraints "*PageSize A3 *Duplex"
 
751
  UIConstraints "*PageSize B4 *Duplex"
 
752
  UIConstraints "*PageSize Ledger *Duplex"
 
753
  UIConstraints "*PageSize SuperB *Duplex"
 
754
  UIConstraints "*PageSize 8k *Duplex"
 
755
 
 
756
// Large
 
757
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 14.40 36.00 14.40 9.00 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
758
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
759
  CustomMedia "B4/B4 257x364mm" 729 1033 18 36 18 9 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
760
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
761
  CustomMedia "B4.Duplex/B4 AutoDuplex 257x364mm" 729 1024 18 27 18 36 "<</PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
762
         "<</cupsInteger0 1/PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
763
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18 36 18 9 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
764
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
765
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 14.40 36.00 14.40 9.00 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
766
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
767
  CustomMedia "A3/A3 297x420mm" 842 1190 18 36 18 9 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
768
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
769
  CustomMedia "A3.Duplex/A3 AutoDuplex 297x420mm" 842 1181 18 27 18 36 "<</PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
770
         "<</cupsInteger0 1/PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
771
 
751
772
 
752
773
    // Custom page sizes from 1x4in to SuperB
753
774
    HWMargins 18 36 18 36
793
814
  Attribute "cupsEvenDuplex" "" "True"
794
815
  Attribute "cupsBackSide" "" "Rotated"
795
816
  Attribute "cupsFlipDuplex" "" "True"
 
817
  Attribute "hpPrinterLanguage" "" "pcl3gui"
 
818
  Attribute "hpPrinterPlatform" "" "dj970"
 
819
  Attribute "HPMechOffset" "" "70"
796
820
 
797
821
  Group "General/General"
798
822
 
812
836
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
813
837
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
814
838
 
815
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
816
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
817
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
818
 
 
819
839
  // cupsMediaType values map to MEDIATYPE from global_types.h
820
840
  Option "MediaType/Media Type" PickOne AnySetup 10.0
821
841
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
822
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
823
842
 
824
843
  // cupsCompression values map to QUALITY_MODE from global_types.h
825
844
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
826
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
827
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
828
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
829
 
 
830
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
831
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
832
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
833
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
834
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
 
845
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
846
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[600 600]>>setpagedevice"
 
847
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
848
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
849
    Choice "BestRGB/Best Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(1)/cupsString0(PlainBestColor)/HWResolution[600 600]>>setpagedevice"
 
850
    //Choice "BestGray/Best Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/cupsCompression 2/HWResolution[600 600]>>setpagedevice"
835
851
 
836
852
  // Duplexer is optional...
837
853
  Installable "OptionDuplex/Duplexer Installed"
838
854
 
839
855
  // Constraints
840
856
  UIConstraints "*Duplex *OptionDuplex False"
841
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
842
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
843
857
  UIConstraints "*PageSize Letter *Duplex"
844
858
  UIConstraints "*PageSize A4 *Duplex"
845
859
  UIConstraints "*PageSize Legal *Duplex"
846
 
  UIConstraints "*PageSize Photo *Duplex"
 
860
  UIConstraints "*PageSize Photo4x6 *Duplex"
847
861
  UIConstraints "*PageSize Photo5x7 *Duplex"
848
862
  UIConstraints "*PageSize A5 *Duplex"
849
863
  UIConstraints "*PageSize A6 *Duplex"
865
879
  UIConstraints "*PageSize EnvChou3 *Duplex"
866
880
  UIConstraints "*PageSize EnvChou4 *Duplex"
867
881
  UIConstraints "*PageSize EnvMonarch *Duplex"
868
 
  // Large format
869
 
  UIConstraints "*PageSize A3 *Duplex"
870
 
  UIConstraints "*PageSize B4 *Duplex"
871
 
  UIConstraints "*PageSize Ledger *Duplex"
872
 
  UIConstraints "*PageSize SuperB *Duplex"
873
 
  UIConstraints "*PageSize 8k *Duplex"
874
882
 
875
883
  Attribute "cupsModelName" "" "DESKJET 930"     // APDK device class 
876
884
 
877
 
    // Supported media sizes
878
 
// Was DJ9xx_margin.defs. Used by DJ9xx<br>DJ9xxVIP.
879
 
HWMargins 18 36 18 9
880
 
*MediaSize Letter
881
 
HWMargins 10 36 10 9
882
 
MediaSize A4
883
 
HWMargins 18 36 18 9
884
 
MediaSize Legal
885
 
HWMargins 9 9 9 9
886
 
MediaSize Photo
887
 
HWMargins 9 36 9 9
888
 
MediaSize Photo5x7
889
 
HWMargins 9 36 9 9
890
 
MediaSize A5
891
 
HWMargins 9 36 9 9
892
 
MediaSize A6
893
 
HWMargins 18 36 18 9
894
 
MediaSize B5
895
 
HWMargins 18 36 18 9
896
 
MediaSize JB5
897
 
HWMargins 18 27 18 9
898
 
MediaSize Oufuku
899
 
HWMargins 9 9 9 9
900
 
MediaSize Hagaki
901
 
HWMargins 18 36 18 9
902
 
MediaSize Executive
903
 
HWMargins 18 36 18 9
904
 
MediaSize FLSA
905
 
HWMargins 18 35 18 9
906
 
MediaSize ExecutiveJIS
907
 
HWMargins 18 36 18 9
908
 
MediaSize 16k
909
 
HWMargins 18 36 18 9
910
 
MediaSize Card3x5
911
 
HWMargins 18 36 18 9
912
 
MediaSize Card5x8
913
 
HWMargins 9 36 9 9
914
 
MediaSize Env10
915
 
HWMargins 9 36 9 9
916
 
MediaSize EnvA2
917
 
HWMargins 9 36 9 9
918
 
MediaSize EnvC6
919
 
HWMargins 9 36 9 9
920
 
MediaSize EnvDL
921
 
HWMargins 18 36 18 9
922
 
MediaSize EnvC5
923
 
HWMargins 18 36 18 9
924
 
MediaSize EnvB5
925
 
HWMargins 9 36 9 9
926
 
MediaSize EnvChou3
927
 
HWMargins 9 36 9 9
928
 
MediaSize EnvChou4
929
 
HWMargins 18 36 18 9
930
 
MediaSize EnvMonarch
931
 
HWMargins 18 27 18 36
932
 
MediaSize LetterDuplex
933
 
HWMargins 10 27 10 36
934
 
MediaSize A4Duplex
935
 
HWMargins 18 27 18 36
936
 
MediaSize LegalDuplex
937
 
HWMargins 9 27 9 36
938
 
MediaSize A6Duplex
939
 
HWMargins 9 27 9 36
940
 
MediaSize A5Duplex
941
 
HWMargins 18 27 18 36
942
 
MediaSize B5Duplex
943
 
HWMargins 18 27 18 36
944
 
MediaSize JB5Duplex
945
 
HWMargins 18 27 18 36
946
 
MediaSize ExecutiveDuplex
947
 
HWMargins 9 27 9 36
948
 
MediaSize Card4x6Duplex
949
 
HWMargins 18 27 18 36
950
 
MediaSize Card5x8Duplex
951
 
HWMargins 18 27 18 36
952
 
MediaSize OufukuDuplex
953
 
HWMargins 9 27 9 36
954
 
MediaSize HagakiDuplex
955
 
// </DJ9xx_margin.defs>
 
885
// 4x6 or smaller
 
886
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
887
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
888
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9.00 36.00 9.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
889
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
890
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
891
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
892
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 36 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
893
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
894
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9.00 36.00 9.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
895
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
896
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 18 27 18 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
897
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
898
 
 
899
// 5x7
 
900
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 36 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
901
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
902
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
903
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
904
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
905
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
906
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 9 36 9 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
907
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
908
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 18.00 36.00 18.00 9.00 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
909
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
910
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9.00 36.00 9.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
911
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
912
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 18 27 18 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
913
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
914
 
 
915
// Standard
 
916
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 36 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
917
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
918
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 18 27 18 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
919
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
920
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 36 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
921
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
922
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 18 27 18 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
923
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
924
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
925
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
926
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 18 27 18 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
927
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
928
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 36.00 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
929
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
930
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 36 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
931
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
932
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 18 27 18 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
933
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
934
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36.00 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
935
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
936
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 18 27 18 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
937
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
938
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
939
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
940
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
941
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
942
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 36 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
943
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
944
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 18.00 36.00 18.00 9.00 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
945
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
946
 
 
947
// Envelope
 
948
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
949
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
950
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
951
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
952
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
953
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
954
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
955
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
956
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
957
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
958
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
959
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
960
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
961
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
962
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
963
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
964
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
965
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
966
 
956
967
  {
957
968
 
958
969
    // Custom page sizes from 1x4in to Legal
976
987
  } // End Supported media sizes.
977
988
 
978
989
  { 
979
 
    // Large format media sizes.
980
 
// Was DJ9xx_LargeFormat_margin.defs. Used by DJ9xx_LargeFormat<br>DJ9xxVIP_LargeFormat.
981
 
HWMargins 14 36 14 9
982
 
MediaSize A3
983
 
HWMargins 18 36 18 9
984
 
MediaSize B4
985
 
HWMargins 18 36 18 9
986
 
MediaSize Ledger
987
 
HWMargins 14 36 14 9
988
 
MediaSize SuperB
989
 
HWMargins 18 36 18 9
990
 
MediaSize 8k
991
 
HWMargins 14 27 14 36
992
 
MediaSize A3Duplex
993
 
HWMargins 18 27 18 36
994
 
MediaSize B4Duplex
995
 
// </DJ9xx_LargeFormat_margin.defs>
 
990
  // Large format
 
991
  UIConstraints "*PageSize A3 *Duplex"
 
992
  UIConstraints "*PageSize B4 *Duplex"
 
993
  UIConstraints "*PageSize Ledger *Duplex"
 
994
  UIConstraints "*PageSize SuperB *Duplex"
 
995
  UIConstraints "*PageSize 8k *Duplex"
 
996
 
 
997
// Large
 
998
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 18 36 18 9 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
999
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
1000
  CustomMedia "B4/B4 257x364mm" 729 1033 18 36 18 9 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
1001
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
1002
  CustomMedia "B4.Duplex/B4 AutoDuplex 257x364mm" 729 1024 18 27 18 36 "<</PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
1003
         "<</cupsInteger0 1/PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
1004
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18 36 18 9 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
1005
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
1006
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 18 36 18 9 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
1007
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
1008
  CustomMedia "A3/A3 297x420mm" 842 1190 18 36 18 9 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
1009
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
1010
  CustomMedia "A3.Duplex/A3 AutoDuplex 297x420mm" 842 1181 18 27 18 36 "<</PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
1011
         "<</cupsInteger0 1/PageSize[842 1181]/ImagingBBox null>>setpagedevice"
996
1012
 
997
1013
    // Custom page sizes from 1x4in to SuperB
998
1014
    HWMargins 18 36 18 36
1023
1039
  Attribute "cupsEvenDuplex" "" "True"
1024
1040
  Attribute "cupsBackSide" "" "Rotated"
1025
1041
  Attribute "cupsFlipDuplex" "" "True"
 
1042
  Attribute "hpPrinterLanguage" "" "pcl3gui"
 
1043
  Attribute "hpPrinterPlatform" "" "dj970"
 
1044
  Attribute "HPMechOffset" "" "70"
1026
1045
 
1027
1046
  Group "General/General"
1028
1047
 
1042
1061
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
1043
1062
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
1044
1063
 
1045
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
1046
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
1047
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
1048
 
 
1049
1064
  // cupsMediaType values map to MEDIATYPE from global_types.h
1050
1065
  Option "MediaType/Media Type" PickOne AnySetup 10.0
1051
1066
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
1052
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
1053
1067
 
1054
1068
  // cupsCompression values map to QUALITY_MODE from global_types.h
1055
1069
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
1056
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
1057
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
1058
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
1059
 
 
1060
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
1061
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
1062
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
1063
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
1064
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
 
1070
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
1071
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[600 600]>>setpagedevice"
 
1072
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
1073
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
1074
    Choice "BestRGB/Best Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(1)/cupsString0(PlainBestColor)/HWResolution[600 600]>>setpagedevice"
 
1075
    //Choice "BestGray/Best Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/cupsCompression 2/HWResolution[600 600]>>setpagedevice"
1065
1076
 
1066
1077
  // Duplexer is optional...
1067
1078
  Installable "OptionDuplex/Duplexer Installed"
1068
1079
 
1069
1080
  // Constraints
1070
1081
  UIConstraints "*Duplex *OptionDuplex False"
1071
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
1072
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
1073
1082
  UIConstraints "*PageSize Letter *Duplex"
1074
1083
  UIConstraints "*PageSize A4 *Duplex"
1075
1084
  UIConstraints "*PageSize Legal *Duplex"
1076
 
  UIConstraints "*PageSize Photo *Duplex"
 
1085
  UIConstraints "*PageSize Photo4x6 *Duplex"
1077
1086
  UIConstraints "*PageSize Photo5x7 *Duplex"
1078
1087
  UIConstraints "*PageSize A5 *Duplex"
1079
1088
  UIConstraints "*PageSize A6 *Duplex"
1095
1104
  UIConstraints "*PageSize EnvChou3 *Duplex"
1096
1105
  UIConstraints "*PageSize EnvChou4 *Duplex"
1097
1106
  UIConstraints "*PageSize EnvMonarch *Duplex"
 
1107
 
1098
1108
  // Large format
1099
1109
  UIConstraints "*PageSize A3 *Duplex"
1100
1110
  UIConstraints "*PageSize B4 *Duplex"
1105
1115
  Attribute "cupsModelName" "" "DESKJET 930"     // APDK device class 
1106
1116
 
1107
1117
  { 
1108
 
    // Large format media sizes.
1109
 
// Was DJ9xx_LargeFormat_margin.defs. Used by DJ9xx_LargeFormat<br>DJ9xxVIP_LargeFormat.
1110
 
HWMargins 18 36 18 9
1111
 
*MediaSize Letter
1112
 
HWMargins 10 36 10 9
1113
 
MediaSize A4
1114
 
HWMargins 18 36 18 9
1115
 
MediaSize Legal
1116
 
HWMargins 9 9 9 9
1117
 
MediaSize Photo
1118
 
HWMargins 9 36 9 9
1119
 
MediaSize Photo5x7
1120
 
HWMargins 14 36 14 9
1121
 
MediaSize A3
1122
 
HWMargins 9 36 9 9
1123
 
MediaSize A5
1124
 
HWMargins 9 36 9 9
1125
 
MediaSize A6
1126
 
HWMargins 18 36 18 9
1127
 
MediaSize B4
1128
 
HWMargins 18 36 18 9
1129
 
MediaSize B5
1130
 
HWMargins 18 36 18 9
1131
 
MediaSize JB5
1132
 
HWMargins 18 27 18 9
1133
 
MediaSize Oufuku
1134
 
HWMargins 9 9 9 9
1135
 
MediaSize Hagaki
1136
 
HWMargins 18 36 18 9
1137
 
MediaSize Ledger
1138
 
HWMargins 14 36 14 9
1139
 
MediaSize SuperB
1140
 
HWMargins 18 36 18 9
1141
 
MediaSize Executive
1142
 
HWMargins 18 36 18 9
1143
 
MediaSize FLSA
1144
 
HWMargins 18 35 18 9
1145
 
MediaSize ExecutiveJIS
1146
 
HWMargins 18 36 18 9
1147
 
MediaSize 16k
1148
 
HWMargins 18 36 18 9
1149
 
MediaSize 8k
1150
 
HWMargins 18 36 18 9
1151
 
MediaSize Card3x5
1152
 
HWMargins 18 36 18 9
1153
 
MediaSize Card5x8
1154
 
HWMargins 9 36 9 9
1155
 
MediaSize Env10
1156
 
HWMargins 9 36 9 9
1157
 
MediaSize EnvA2
1158
 
HWMargins 9 36 9 9
1159
 
MediaSize EnvC6
1160
 
HWMargins 9 36 9 9
1161
 
MediaSize EnvDL
1162
 
HWMargins 18 36 18 9
1163
 
MediaSize EnvC5
1164
 
HWMargins 18 36 18 9
1165
 
MediaSize EnvB5
1166
 
HWMargins 9 36 9 9
1167
 
MediaSize EnvChou3
1168
 
HWMargins 9 36 9 9
1169
 
MediaSize EnvChou4
1170
 
HWMargins 18 36 18 9
1171
 
MediaSize EnvMonarch
1172
 
HWMargins 18 27 18 36
1173
 
MediaSize LetterDuplex
1174
 
HWMargins 10 27 10 36
1175
 
MediaSize A4Duplex
1176
 
HWMargins 18 27 18 36
1177
 
MediaSize LegalDuplex
1178
 
HWMargins 14 27 14 36
1179
 
MediaSize A3Duplex
1180
 
HWMargins 9 27 9 36
1181
 
MediaSize A6Duplex
1182
 
HWMargins 18 27 18 36
1183
 
MediaSize B4Duplex
1184
 
HWMargins 9 27 9 36
1185
 
MediaSize A5Duplex
1186
 
HWMargins 18 27 18 36
1187
 
MediaSize B5Duplex
1188
 
HWMargins 18 27 18 36
1189
 
MediaSize JB5Duplex
1190
 
HWMargins 18 27 18 36
1191
 
MediaSize ExecutiveDuplex
1192
 
HWMargins 9 27 9 36
1193
 
MediaSize Card4x6Duplex
1194
 
HWMargins 18 27 18 36
1195
 
MediaSize Card5x8Duplex
1196
 
HWMargins 18 27 18 36
1197
 
MediaSize OufukuDuplex
1198
 
HWMargins 9 27 9 36
1199
 
MediaSize HagakiDuplex
1200
 
// </DJ9xx_LargeFormat_margin.defs>
 
1118
// 4x6 or smaller
 
1119
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 36 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
1120
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
1121
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 36 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
1122
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
1123
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
1124
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
1125
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 36 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
1126
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
1127
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 36 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
1128
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
1129
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 18 27 18 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
1130
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
1131
 
 
1132
// 5x7
 
1133
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 36 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
1134
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
1135
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 9 36 9 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
1136
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
1137
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
1138
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
1139
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 9 36 9 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
1140
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
1141
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
1142
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
1143
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 36 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
1144
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
1145
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 18 27 18 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
1146
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
1147
 
 
1148
// Standard
 
1149
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 36 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
1150
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
1151
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 18 27 18 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
1152
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
1153
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 36 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
1154
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
1155
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 18 27 18 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
1156
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
1157
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 36 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
1158
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
1159
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 18 27 18 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
1160
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
1161
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 36 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
1162
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
1163
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 36 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
1164
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
1165
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 18 27 18 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
1166
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
1167
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 36 18 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
1168
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
1169
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 18 27 18 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
1170
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
1171
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1172
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1173
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1174
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1175
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 36 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
1176
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
1177
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 18 27 18 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
1178
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
1179
 
 
1180
// Large
 
1181
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 18 36 18 9 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
1182
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
1183
  CustomMedia "B4/B4 257x364mm" 729 1033 18 36 18 9 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
1184
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
1185
  CustomMedia "B4.Duplex/B4 AutoDuplex 257x364mm" 729 1024 18 27 18 36 "<</PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
1186
         "<</cupsInteger0 1/PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
1187
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18 36 18 9 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
1188
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
1189
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 18 36 18 9 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
1190
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
1191
  CustomMedia "A3/A3 297x420mm" 842 1190 18 36 18 9 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
1192
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
1193
  CustomMedia "A3.Duplex/A3 AutoDuplex 297x420mm" 842 1181 18 27 18 36 "<</PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
1194
         "<</cupsInteger0 1/PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
1195
 
 
1196
// Envelope
 
1197
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
1198
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
1199
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 9 39 9 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
1200
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
1201
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
1202
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
1203
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 9 41 9 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
1204
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
1205
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 9 41 9 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
1206
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
1207
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 9 41 9 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
1208
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
1209
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
1210
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
1211
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18 41 18 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
1212
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
1213
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18 41 18 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
1214
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
1201
1215
 
1202
1216
    // Custom page sizes from 1x4in to SuperB
1203
1217
    HWMargins 18 36 18 36
1233
1247
  Attribute "cupsEvenDuplex" "" "True"
1234
1248
  Attribute "cupsBackSide" "" "Rotated"
1235
1249
  Attribute "cupsFlipDuplex" "" "True"
 
1250
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
1251
  Attribute "HPMechOffset" "" "70"
1236
1252
 
1237
1253
  Group "General/General"
1238
1254
 
1253
1269
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
1254
1270
 
1255
1271
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
1256
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
1257
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
 
1272
    Choice "CMYGray/High Quality Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1>>setpagedevice"
 
1273
    Choice "KGray/Black Only Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2>>setpagedevice"
 
1274
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
1258
1275
 
1259
1276
  // cupsMediaType values map to MEDIATYPE from global_types.h
1260
1277
  Option "MediaType/Media Type" PickOne AnySetup 10.0
1261
 
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType 5>>setpagedevice"
 
1278
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType -1>>setpagedevice"
1262
1279
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
1263
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
1280
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
1264
1281
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
1265
1282
 
1266
1283
  // cupsCompression values map to QUALITY_MODE from global_types.h
1267
1284
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
1268
 
    Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
1269
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
1270
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
1271
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
1272
 
    *Choice "Auto/Automatic" "<</cupsCompression 5/HWResolution[600 600]>>setpagedevice"
1273
 
 
1274
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
1275
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
1276
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
1277
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
1278
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
1279
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
1285
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
1286
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
1287
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
1288
    Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
1280
1289
 
1281
1290
  // Duplexer is optional...
1282
1291
  Installable "OptionDuplex/Duplexer Installed"
1283
1292
 
1284
1293
  // Constraints
1285
1294
  UIConstraints "*Duplex *OptionDuplex False"
1286
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
1287
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
1288
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
1295
  UIConstraints "*ColorModel KGray *OutputMode Photo"
 
1296
  UIConstraints "*ColorModel CMYGray *OutputMode Photo"
 
1297
  UIConstraints "*MediaType Glossy *OutputMode Draft"
 
1298
  UIConstraints "*MediaType Plain *OutputMode Photo"
1289
1299
  UIConstraints "*PageSize Letter *Duplex"
1290
1300
  UIConstraints "*PageSize A4 *Duplex"
1291
1301
  UIConstraints "*PageSize Legal *Duplex"
1292
 
  UIConstraints "*PageSize Photo *Duplex"
 
1302
  UIConstraints "*PageSize Photo4x6 *Duplex"
1293
1303
  UIConstraints "*PageSize Photo5x7 *Duplex"
1294
1304
  UIConstraints "*PageSize A5 *Duplex"
1295
1305
  UIConstraints "*PageSize A6 *Duplex"
1311
1321
  UIConstraints "*PageSize EnvChou3 *Duplex"
1312
1322
  UIConstraints "*PageSize EnvChou4 *Duplex"
1313
1323
  UIConstraints "*PageSize EnvMonarch *Duplex"
1314
 
  // Large format
1315
 
  UIConstraints "*PageSize A3 *Duplex"
1316
 
  UIConstraints "*PageSize B4 *Duplex"
1317
 
  UIConstraints "*PageSize Ledger *Duplex"
1318
 
  UIConstraints "*PageSize SuperB *Duplex"
1319
 
  UIConstraints "*PageSize 8k *Duplex"
1320
1324
 
1321
1325
  Attribute "cupsModelName" "" "DESKJET 990"     // APDK device class 
1322
1326
 
1323
1327
    // Supported media sizes
1324
 
// Was DJ9xx_margin.defs. Used by DJ9xx<br>DJ9xxVIP.
1325
 
HWMargins 18 36 18 9
1326
 
*MediaSize Letter
1327
 
HWMargins 10 36 10 9
1328
 
MediaSize A4
1329
 
HWMargins 18 36 18 9
1330
 
MediaSize Legal
1331
 
HWMargins 9 9 9 9
1332
 
MediaSize Photo
1333
 
HWMargins 9 36 9 9
1334
 
MediaSize Photo5x7
1335
 
HWMargins 9 36 9 9
1336
 
MediaSize A5
1337
 
HWMargins 9 36 9 9
1338
 
MediaSize A6
1339
 
HWMargins 18 36 18 9
1340
 
MediaSize B5
1341
 
HWMargins 18 36 18 9
1342
 
MediaSize JB5
1343
 
HWMargins 18 27 18 9
1344
 
MediaSize Oufuku
1345
 
HWMargins 9 9 9 9
1346
 
MediaSize Hagaki
1347
 
HWMargins 18 36 18 9
1348
 
MediaSize Executive
1349
 
HWMargins 18 36 18 9
1350
 
MediaSize FLSA
1351
 
HWMargins 18 35 18 9
1352
 
MediaSize ExecutiveJIS
1353
 
HWMargins 18 36 18 9
1354
 
MediaSize 16k
1355
 
HWMargins 18 36 18 9
1356
 
MediaSize Card3x5
1357
 
HWMargins 18 36 18 9
1358
 
MediaSize Card5x8
1359
 
HWMargins 9 36 9 9
1360
 
MediaSize Env10
1361
 
HWMargins 9 36 9 9
1362
 
MediaSize EnvA2
1363
 
HWMargins 9 36 9 9
1364
 
MediaSize EnvC6
1365
 
HWMargins 9 36 9 9
1366
 
MediaSize EnvDL
1367
 
HWMargins 18 36 18 9
1368
 
MediaSize EnvC5
1369
 
HWMargins 18 36 18 9
1370
 
MediaSize EnvB5
1371
 
HWMargins 9 36 9 9
1372
 
MediaSize EnvChou3
1373
 
HWMargins 9 36 9 9
1374
 
MediaSize EnvChou4
1375
 
HWMargins 18 36 18 9
1376
 
MediaSize EnvMonarch
1377
 
HWMargins 18 27 18 36
1378
 
MediaSize LetterDuplex
1379
 
HWMargins 10 27 10 36
1380
 
MediaSize A4Duplex
1381
 
HWMargins 18 27 18 36
1382
 
MediaSize LegalDuplex
1383
 
HWMargins 9 27 9 36
1384
 
MediaSize A6Duplex
1385
 
HWMargins 9 27 9 36
1386
 
MediaSize A5Duplex
1387
 
HWMargins 18 27 18 36
1388
 
MediaSize B5Duplex
1389
 
HWMargins 18 27 18 36
1390
 
MediaSize JB5Duplex
1391
 
HWMargins 18 27 18 36
1392
 
MediaSize ExecutiveDuplex
1393
 
HWMargins 9 27 9 36
1394
 
MediaSize Card4x6Duplex
1395
 
HWMargins 18 27 18 36
1396
 
MediaSize Card5x8Duplex
1397
 
HWMargins 18 27 18 36
1398
 
MediaSize OufukuDuplex
1399
 
HWMargins 9 27 9 36
1400
 
MediaSize HagakiDuplex
1401
 
// </DJ9xx_margin.defs>
 
1328
// 4x6 or smaller
 
1329
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
1330
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
1331
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9.00 36.00 9.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
1332
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
1333
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
1334
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
1335
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
1336
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
1337
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9.00 36.00 9.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
1338
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
1339
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 18 27 18 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
1340
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
1341
 
 
1342
// 5x7
 
1343
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 36 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
1344
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
1345
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
1346
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
1347
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
1348
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
1349
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
1350
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
1351
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
1352
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
1353
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 36 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
1354
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
1355
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 18 27 18 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
1356
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
1357
 
 
1358
// Standard
 
1359
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 36 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
1360
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
1361
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 18 27 18 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
1362
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
1363
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 36 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
1364
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
1365
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 18 27 18 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
1366
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
1367
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
1368
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
1369
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 18 27 18 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
1370
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
1371
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 36.00 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
1372
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
1373
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 36 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
1374
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
1375
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 18 27 18 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
1376
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
1377
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 36.00 18 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
1378
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
1379
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 18 27 18 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
1380
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
1381
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1382
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1383
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1384
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1385
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 36 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
1386
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
1387
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 18 27 18 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
1388
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
1389
 
 
1390
// Envelope
 
1391
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
1392
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
1393
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
1394
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
1395
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
1396
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
1397
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
1398
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
1399
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
1400
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
1401
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
1402
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
1403
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
1404
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
1405
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
1406
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
1407
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
1408
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
1409
 
1402
1410
  {
1403
1411
    // Custom page sizes from 1x4in to Legal
1404
 
    HWMargins 18 36 18 36
 
1412
    HWMargins 9 36 9 36
1405
1413
    VariablePaperSize Yes
1406
1414
    MinSize 1in 4in
1407
1415
    MaxSize 8.5in 14in
1597
1605
  } // End Supported media sizes.
1598
1606
 
1599
1607
  { 
1600
 
    // Large format media sizes.
1601
 
// Was DJ9xx_LargeFormat_margin.defs. Used by DJ9xx_LargeFormat<br>DJ9xxVIP_LargeFormat.
1602
 
HWMargins 14 36 14 9
1603
 
MediaSize A3
1604
 
HWMargins 18 36 18 9
1605
 
MediaSize B4
1606
 
HWMargins 18 36 18 9
1607
 
MediaSize Ledger
1608
 
HWMargins 14 36 14 9
1609
 
MediaSize SuperB
1610
 
HWMargins 18 36 18 9
1611
 
MediaSize 8k
1612
 
HWMargins 14 27 14 36
1613
 
MediaSize A3Duplex
1614
 
HWMargins 18 27 18 36
1615
 
MediaSize B4Duplex
1616
 
// </DJ9xx_LargeFormat_margin.defs>
 
1608
  // Large format
 
1609
  UIConstraints "*PageSize A3 *Duplex"
 
1610
  UIConstraints "*PageSize B4 *Duplex"
 
1611
  UIConstraints "*PageSize Ledger *Duplex"
 
1612
  UIConstraints "*PageSize SuperB *Duplex"
 
1613
  UIConstraints "*PageSize 8k *Duplex"
 
1614
 
 
1615
// Large
 
1616
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 14.40 36.00 14.40 9.00 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
1617
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
1618
  CustomMedia "B4/B4 257x364mm" 729 1033 18 36 18 9 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
1619
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
1620
  CustomMedia "B4.Duplex/B4 AutoDuplex 257x364mm" 729 1024 18 27 18 36 "<</PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
1621
         "<</cupsInteger0 1/PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
1622
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18.00 36.00 18.00 9.00 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
1623
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
1624
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 14.40 36.00 14.40 9.00 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
1625
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
1626
  CustomMedia "A3/A3 297x420mm" 842 1190 18.00 36.00 18.00 9.00 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
1627
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
1628
  CustomMedia "A3.Duplex/A3 AutoDuplex 297x420mm" 842 1181 18 27 18 36 "<</PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
1629
         "<</cupsInteger0 1/PageSize[842 1181]/ImagingBBox null>>setpagedevice"
1617
1630
 
1618
1631
    // Custom page sizes from 1x4in to SuperB
1619
1632
    HWMargins 18 36 18 36
1641
1654
  Attribute "cupsEvenDuplex" "" "True"
1642
1655
  Attribute "cupsBackSide" "" "Rotated"
1643
1656
  Attribute "cupsFlipDuplex" "" "True"
 
1657
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
1658
  Attribute "HPMechOffset" "" "70"
1644
1659
 
1645
1660
  Group "General/General"
1646
1661
 
1661
1676
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
1662
1677
 
1663
1678
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
1664
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
1665
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
 
1679
    Choice "Gray/Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2>>setpagedevice"
 
1680
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
1666
1681
 
1667
1682
  // cupsMediaType values map to MEDIATYPE from global_types.h
1668
1683
  Option "MediaType/Media Type" PickOne AnySetup 10.0
1669
1684
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
1670
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
1685
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
1671
1686
 
1672
1687
  // cupsCompression values map to QUALITY_MODE from global_types.h
1673
1688
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
1674
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
1675
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
1676
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
1677
 
    Choice "Photo/Photo" "<</cupsCompression 3/HWResolution[600 600]>>setpagedevice"
1678
 
 
1679
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
1680
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
1681
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
1682
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
1683
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
1684
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
1689
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
1690
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
1691
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
1692
    Choice "Photo/Photo" "<</OutputType(2)/HWResolution[600 600]>>setpagedevice"
1685
1693
 
1686
1694
  // Duplexer is optional...
1687
1695
  Installable "OptionDuplex/Duplexer Installed"
1688
1696
 
1689
1697
  // Constraints
1690
1698
  UIConstraints "*Duplex *OptionDuplex False"
1691
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
1692
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
1693
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
1699
  UIConstraints "*MediaType Glossy *OutputMode Draft"
 
1700
  UIConstraints "*MediaType Plain *OutputMode Photo"
1694
1701
  UIConstraints "*PageSize Letter *Duplex"
1695
1702
  UIConstraints "*PageSize A4 *Duplex"
1696
1703
  UIConstraints "*PageSize Legal *Duplex"
1697
 
  UIConstraints "*PageSize Photo *Duplex"
 
1704
  UIConstraints "*PageSize Photo4x6 *Duplex"
1698
1705
  UIConstraints "*PageSize Photo5x7 *Duplex"
1699
1706
  UIConstraints "*PageSize A5 *Duplex"
1700
1707
  UIConstraints "*PageSize A6 *Duplex"
1720
1727
  Attribute "cupsModelName" "" "DESKJET 990"     // APDK device class 
1721
1728
 
1722
1729
  {
1723
 
    // Supported media sizes
1724
 
// Was DJ9xx_margin.defs. Used by DJ9xx<br>DJ9xxVIP.
1725
 
HWMargins 18 36 18 9
1726
 
*MediaSize Letter
1727
 
HWMargins 10 36 10 9
1728
 
MediaSize A4
1729
 
HWMargins 18 36 18 9
1730
 
MediaSize Legal
1731
 
HWMargins 9 9 9 9
1732
 
MediaSize Photo
1733
 
HWMargins 9 36 9 9
1734
 
MediaSize Photo5x7
1735
 
HWMargins 9 36 9 9
1736
 
MediaSize A5
1737
 
HWMargins 9 36 9 9
1738
 
MediaSize A6
1739
 
HWMargins 18 36 18 9
1740
 
MediaSize B5
1741
 
HWMargins 18 36 18 9
1742
 
MediaSize JB5
1743
 
HWMargins 18 27 18 9
1744
 
MediaSize Oufuku
1745
 
HWMargins 9 9 9 9
1746
 
MediaSize Hagaki
1747
 
HWMargins 18 36 18 9
1748
 
MediaSize Executive
1749
 
HWMargins 18 36 18 9
1750
 
MediaSize FLSA
1751
 
HWMargins 18 35 18 9
1752
 
MediaSize ExecutiveJIS
1753
 
HWMargins 18 36 18 9
1754
 
MediaSize 16k
1755
 
HWMargins 18 36 18 9
1756
 
MediaSize Card3x5
1757
 
HWMargins 18 36 18 9
1758
 
MediaSize Card5x8
1759
 
HWMargins 9 36 9 9
1760
 
MediaSize Env10
1761
 
HWMargins 9 36 9 9
1762
 
MediaSize EnvA2
1763
 
HWMargins 9 36 9 9
1764
 
MediaSize EnvC6
1765
 
HWMargins 9 36 9 9
1766
 
MediaSize EnvDL
1767
 
HWMargins 18 36 18 9
1768
 
MediaSize EnvC5
1769
 
HWMargins 18 36 18 9
1770
 
MediaSize EnvB5
1771
 
HWMargins 9 36 9 9
1772
 
MediaSize EnvChou3
1773
 
HWMargins 9 36 9 9
1774
 
MediaSize EnvChou4
1775
 
HWMargins 18 36 18 9
1776
 
MediaSize EnvMonarch
1777
 
HWMargins 18 27 18 36
1778
 
MediaSize LetterDuplex
1779
 
HWMargins 10 27 10 36
1780
 
MediaSize A4Duplex
1781
 
HWMargins 18 27 18 36
1782
 
MediaSize LegalDuplex
1783
 
HWMargins 9 27 9 36
1784
 
MediaSize A6Duplex
1785
 
HWMargins 9 27 9 36
1786
 
MediaSize A5Duplex
1787
 
HWMargins 18 27 18 36
1788
 
MediaSize B5Duplex
1789
 
HWMargins 18 27 18 36
1790
 
MediaSize JB5Duplex
1791
 
HWMargins 18 27 18 36
1792
 
MediaSize ExecutiveDuplex
1793
 
HWMargins 9 27 9 36
1794
 
MediaSize Card4x6Duplex
1795
 
HWMargins 18 27 18 36
1796
 
MediaSize Card5x8Duplex
1797
 
HWMargins 18 27 18 36
1798
 
MediaSize OufukuDuplex
1799
 
HWMargins 9 27 9 36
1800
 
MediaSize HagakiDuplex
1801
 
// </DJ9xx_margin.defs>
 
1730
// 4x6 or smaller
 
1731
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
1732
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
1733
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 36 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
1734
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
1735
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9.00 36.00 9.00 9.00 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
1736
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
1737
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
1738
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
1739
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9.00 36.00 9.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
1740
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
1741
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 18 27 18 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
1742
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
1743
 
 
1744
// 5x7
 
1745
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9.00 36.00 9.00 9.00 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
1746
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
1747
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
1748
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
1749
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
1750
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
1751
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
1752
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
1753
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
1754
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
1755
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9.00 36.00 9.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
1756
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
1757
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 18 27 18 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
1758
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
1759
 
 
1760
// Standard
 
1761
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 36 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
1762
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
1763
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 18 27 18 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
1764
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
1765
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 36 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
1766
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
1767
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 18 27 18 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
1768
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
1769
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 36 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
1770
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
1771
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 18 27 18 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
1772
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
1773
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 36 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
1774
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
1775
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 36 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
1776
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
1777
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 18 27 18 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
1778
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
1779
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36.00 9.72 9.0 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
1780
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
1781
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 18 27 18 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
1782
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
1783
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1784
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1785
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1786
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
1787
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 36 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
1788
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
1789
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 18 27 18 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
1790
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
1791
 
 
1792
// Envelope
 
1793
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
1794
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
1795
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
1796
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
1797
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
1798
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
1799
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
1800
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
1801
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
1802
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
1803
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
1804
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
1805
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
1806
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
1807
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
1808
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
1809
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
1810
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
1802
1811
 
1803
1812
    // Custom page sizes from 1x4in to Legal
1804
 
    HWMargins 18 36 18 36
 
1813
    HWMargins 9 36 9 36
1805
1814
    VariablePaperSize Yes
1806
1815
    MinSize 1in 4in
1807
1816
    MaxSize 8.5in 14in
1851
1860
  Attribute "cupsEvenDuplex" "" "True"
1852
1861
  Attribute "cupsBackSide" "" "Rotated"
1853
1862
  Attribute "cupsFlipDuplex" "" "True"
 
1863
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
1864
  Attribute "HPMechOffset" "" "70"
1854
1865
 
1855
1866
  Group "General/General"
1856
1867
 
1869
1880
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
1870
1881
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
1871
1882
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
 
1883
    Choice "CDDVDTray/CD or DVD Tray" "<</MediaPosition 14>>setpagedevice"
1872
1884
 
1873
1885
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
1874
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
1875
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
 
1886
    Choice "CMYGray/High Quality Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1>>setpagedevice"
 
1887
    Choice "KGray/Black Only Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2>>setpagedevice"
 
1888
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
1876
1889
 
1877
1890
  // cupsMediaType values map to MEDIATYPE from global_types.h
1878
1891
  Option "MediaType/Media Type" PickOne AnySetup 10.0
1879
 
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType 5>>setpagedevice"
 
1892
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType -1>>setpagedevice"
1880
1893
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
1881
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
1894
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
1882
1895
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
 
1896
    Choice "CDDVDMedia/CD or DVD Media" "<</MediaType(CDDVDMedia)/cupsMediaType 7>>setpagedevice"
1883
1897
 
1884
1898
  // cupsCompression values map to QUALITY_MODE from global_types.h
1885
1899
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
1886
 
    Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
1887
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
1888
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
1889
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
1890
 
    Choice "FastDraft/Fast Draft" "<</cupsCompression 4/HWResolution[300 300]>>setpagedevice"
1891
 
    *Choice "Auto/Automatic" "<</cupsCompression 5/HWResolution[600 600]>>setpagedevice"
1892
 
 
1893
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
1894
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
1895
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
1896
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
1897
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
1898
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
1900
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
1901
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
1902
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
1903
    Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
 
1904
    Choice "FastDraft/Fast Draft" "<</OutputType(-2)/HWResolution[300 300]>>setpagedevice"
1899
1905
 
1900
1906
  // Duplexer is optional...
1901
1907
  Installable "OptionDuplex/Duplexer Installed"
1902
1908
 
1903
1909
  // Constraints
1904
1910
  UIConstraints "*Duplex *OptionDuplex False"
1905
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
1906
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
1907
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
1911
  UIConstraints "*ColorModel KGray *OutputMode Photo"
 
1912
  UIConstraints "*ColorModel CMYGray *OutputMode Photo"
 
1913
  UIConstraints "*MediaType Automatic *OutputMode FastDraft"
 
1914
  UIConstraints "*MediaType Automatic *PageSize Oufuku.Duplex"
 
1915
  UIConstraints "*MediaType Glossy *OutputMode FastDraft"
 
1916
  UIConstraints "*MediaType Glossy *OutputMode Draft"
 
1917
  UIConstraints "*MediaType TransparencyFilm *OutputMode FastDraft"
 
1918
  UIConstraints "*MediaType Plain *OutputMode Photo"
 
1919
  UIConstraints "*InputSlot CDDVDTray *MediaType Automatic"
 
1920
  UIConstraints "*InputSlot CDDVDTray *MediaType Plain"
 
1921
  UIConstraints "*InputSlot CDDVDTray *MediaType Glossy"
 
1922
  UIConstraints "*InputSlot CDDVDTray *MediaType TransparencyFilm"
1908
1923
  UIConstraints "*PageSize Letter *Duplex"
1909
1924
  UIConstraints "*PageSize A4 *Duplex"
1910
1925
  UIConstraints "*PageSize Legal *Duplex"
1911
 
  UIConstraints "*PageSize Photo *Duplex"
 
1926
  UIConstraints "*PageSize Photo4x6 *Duplex"
1912
1927
  UIConstraints "*PageSize Photo5x7 *Duplex"
1913
1928
  UIConstraints "*PageSize A5 *Duplex"
1914
1929
  UIConstraints "*PageSize A6 *Duplex"
1934
1949
  Attribute "cupsModelName" "" "deskjet 5550"     // APDK device class 
1935
1950
 
1936
1951
  {
1937
 
    // Supported media sizes
1938
 
// Was DJGenericVIP_margin.defs. Used by DJGenericVIP.
1939
 
HWMargins 9 36 9 9
1940
 
*MediaSize Letter
1941
 
HWMargins 9 36 9 9
1942
 
MediaSize A4
1943
 
HWMargins 9 36 9 9
1944
 
MediaSize Legal
1945
 
HWMargins 9 9 9 9
1946
 
MediaSize Photo
1947
 
HWMargins 9 36 9 9
1948
 
MediaSize Photo5x7
1949
 
HWMargins 9 36 9 9
1950
 
MediaSize A5
1951
 
HWMargins 9 36 9 9
1952
 
MediaSize A6
1953
 
HWMargins 9 36 9 9
1954
 
MediaSize B5
1955
 
HWMargins 9 36 9 9
1956
 
MediaSize JB5
1957
 
HWMargins 9 36 9 9
1958
 
MediaSize Oufuku
1959
 
HWMargins 9 36 9 9
1960
 
MediaSize Hagaki
1961
 
HWMargins 9 36 9 9
1962
 
MediaSize Executive
1963
 
HWMargins 9 36 9 9
1964
 
MediaSize FLSA
1965
 
HWMargins 9 35 9 9
1966
 
MediaSize ExecutiveJIS
1967
 
HWMargins 9 36 9 9
1968
 
MediaSize 16k
1969
 
HWMargins 9 36 9 9
1970
 
MediaSize Card3x5
1971
 
HWMargins 9 36 9 9
1972
 
MediaSize Card5x8
1973
 
HWMargins 9 36 9 9
1974
 
MediaSize Env10
1975
 
HWMargins 9 36 9 9
1976
 
MediaSize EnvA2
1977
 
HWMargins 9 36 9 9
1978
 
MediaSize EnvC6
1979
 
HWMargins 9 36 9 9
1980
 
MediaSize EnvDL
1981
 
HWMargins 9 36 9 9
1982
 
MediaSize EnvC5
1983
 
HWMargins 9 36 9 9
1984
 
MediaSize EnvB5
1985
 
HWMargins 9 36 9 9
1986
 
MediaSize EnvChou3
1987
 
HWMargins 9 36 9 9
1988
 
MediaSize EnvChou4
1989
 
HWMargins 9 36 9 9
1990
 
MediaSize EnvMonarch
1991
 
HWMargins 4 4 4 4
1992
 
MediaSize CDDVD80
1993
 
HWMargins 4 4 4 4
1994
 
MediaSize CDDVD120
1995
 
HWMargins 9 27 9 36
1996
 
MediaSize LetterDuplex
1997
 
HWMargins 9 27 9 36
1998
 
MediaSize A4Duplex
1999
 
HWMargins 9 27 9 36
2000
 
MediaSize LegalDuplex
2001
 
HWMargins 9 27 9 36
2002
 
MediaSize A6Duplex
2003
 
HWMargins 9 27 9 36
2004
 
MediaSize A5Duplex
2005
 
HWMargins 9 27 9 36
2006
 
MediaSize B5Duplex
2007
 
HWMargins 9 27 9 36
2008
 
MediaSize JB5Duplex
2009
 
HWMargins 9 27 9 36
2010
 
MediaSize ExecutiveDuplex
2011
 
HWMargins 9 27 9 36
2012
 
MediaSize Card4x6Duplex
2013
 
HWMargins 9 27 9 36
2014
 
MediaSize Card5x8Duplex
2015
 
HWMargins 9 27 9 36
2016
 
MediaSize OufukuDuplex
2017
 
HWMargins 9 27 9 36
2018
 
MediaSize HagakiDuplex
2019
 
// </DJGenericVIP_margin.defs>
 
1952
// 4x6 or smaller
 
1953
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 27 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
1954
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
1955
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 27 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
1956
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
1957
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
1958
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
1959
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 27 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
1960
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
1961
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 27 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
1962
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
1963
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 9 27 9 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
1964
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
1965
 
 
1966
// 5x7
 
1967
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 27 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
1968
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
1969
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 9 27 9 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
1970
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
1971
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
1972
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
1973
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 9 27 9 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
1974
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
1975
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
1976
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
1977
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9.00 27.00 9.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
1978
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
1979
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 18 27 18 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
1980
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
1981
 
 
1982
// Standard
 
1983
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 27 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
1984
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
1985
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 18 27 18 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
1986
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
1987
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 27 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
1988
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
1989
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 18 27 18 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
1990
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
1991
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 27 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
1992
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
1993
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 18 27 18 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
1994
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
1995
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 27 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
1996
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
1997
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 27 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
1998
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
1999
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 18 27 18 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
2000
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
2001
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 27.00 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
2002
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
2003
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 18 27 18 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
2004
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
2005
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 27 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
2006
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
2007
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 27 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
2008
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
2009
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 27 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
2010
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
2011
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 18 27 18 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
2012
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
2013
 
 
2014
// CDDVD
 
2015
  CustomMedia "CDDVD80/CD DVD 80mm" 238 238 4 4 4 4 "<</PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
2016
         "<</cupsInteger0 98/PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
2017
  CustomMedia "CDDVD120/CD DVD 120mm" 360 360 4 4 4 4 "<</PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
2018
         "<</cupsInteger0 99/PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
2019
 
 
2020
// Envelope
 
2021
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18.00 36.00 18.00 9.00 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
2022
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
2023
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
2024
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
2025
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18.00 36.00 18.00 9.00 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
2026
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
2027
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
2028
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
2029
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
2030
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
2031
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
2032
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
2033
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  18.00 36.00 18.00 9.00 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
2034
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
2035
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
2036
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
2037
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
2038
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
2020
2039
 
2021
2040
    // Custom page sizes from 1x4in to legal
2022
 
    HWMargins 18 36 18 36
 
2041
    HWMargins 9 36 9 36
2023
2042
    VariablePaperSize Yes
2024
2043
    MinSize 1in 4in
2025
2044
    MaxSize 8.5in 14in
2073
2092
  Attribute "cupsEvenDuplex" "" "True"
2074
2093
  Attribute "cupsBackSide" "" "Rotated"
2075
2094
  Attribute "cupsFlipDuplex" "" "True"
 
2095
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
2096
  Attribute "HPMechOffset" "" "70"
2076
2097
 
2077
2098
  Group "General/General"
2078
2099
 
2091
2112
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
2092
2113
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
2093
2114
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
 
2115
    Choice "CDDVDTray/CD or DVD Tray" "<</MediaPosition 14>>setpagedevice"
2094
2116
 
2095
2117
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
2096
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
2097
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
 
2118
    Choice "CMYGray/High Quality Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1>>setpagedevice"
 
2119
    Choice "KGray/Black Only Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2>>setpagedevice"
 
2120
    *Choice "RGB/Color" "<</cupsColorSpace 17/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
2098
2121
 
2099
2122
  // cupsMediaType values map to MEDIATYPE from global_types.h
2100
2123
  Option "MediaType/Media Type" PickOne AnySetup 10.0
2101
 
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType 5>>setpagedevice"
 
2124
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType -1>>setpagedevice"
2102
2125
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
2103
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
2126
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
2104
2127
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
 
2128
    Choice "CDDVDMedia/CD or DVD Media" "<</MediaType(CDDVDMedia)/cupsMediaType 7>>setpagedevice"
2105
2129
 
2106
2130
  // cupsCompression values map to QUALITY_MODE from global_types.h
2107
2131
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
2108
 
    Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
2109
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
2110
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
2111
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
2112
 
    Choice "FastDraft/Fast Draft" "<</cupsCompression 4/HWResolution[300 300]>>setpagedevice"
2113
 
    *Choice "Auto/Automatic" "<</cupsCompression 5/HWResolution[600 600]>>setpagedevice"
2114
 
 
2115
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
2116
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
2117
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
2118
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
2119
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
2120
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
2132
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
2133
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
2134
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
2135
    Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
 
2136
    Choice "FastDraft/Fast Draft" "<</OutputType(-2)/HWResolution[300 300]>>setpagedevice"
2121
2137
 
2122
2138
  // Duplexer is optional...
2123
2139
  Installable "OptionDuplex/Duplexer Installed"
2124
2140
 
2125
2141
  // Constraints
2126
2142
  UIConstraints "*Duplex *OptionDuplex False"
2127
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
2128
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
2129
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
2143
  UIConstraints "*ColorModel KGray *OutputMode Photo"
 
2144
  UIConstraints "*ColorModel CMYGray *OutputMode Photo"
 
2145
  UIConstraints "*MediaType Automatic *OutputMode FastDraft"
 
2146
  UIConstraints "*MediaType Glossy *OutputMode FastDraft"
 
2147
  UIConstraints "*MediaType Glossy *OutputMode Draft"
 
2148
  UIConstraints "*MediaType TransparencyFilm *OutputMode FastDraft"
 
2149
  UIConstraints "*MediaType Plain *OutputMode Photo"
 
2150
  UIConstraints "*InputSlot CDDVDTray *MediaType Automatic"
 
2151
  UIConstraints "*InputSlot CDDVDTray *MediaType Plain"
 
2152
  UIConstraints "*InputSlot CDDVDTray *MediaType Glossy"
 
2153
  UIConstraints "*InputSlot CDDVDTray *MediaType TransparencyFilm"
2130
2154
  UIConstraints "*PageSize Letter *Duplex"
2131
2155
  UIConstraints "*PageSize A4 *Duplex"
2132
2156
  UIConstraints "*PageSize Legal *Duplex"
2133
 
  UIConstraints "*PageSize Photo *Duplex"
 
2157
  UIConstraints "*PageSize Photo4x6 *Duplex"
2134
2158
  UIConstraints "*PageSize Photo5x7 *Duplex"
2135
2159
  UIConstraints "*PageSize A5 *Duplex"
2136
2160
  UIConstraints "*PageSize A6 *Duplex"
2152
2176
  UIConstraints "*PageSize EnvChou3 *Duplex"
2153
2177
  UIConstraints "*PageSize EnvChou4 *Duplex"
2154
2178
  UIConstraints "*PageSize EnvMonarch *Duplex"
2155
 
  // Large format
2156
 
  UIConstraints "*PageSize A3 *Duplex"
2157
 
  UIConstraints "*PageSize B4 *Duplex"
2158
 
  UIConstraints "*PageSize Ledger *Duplex"
2159
 
  UIConstraints "*PageSize SuperB *Duplex"
2160
 
  UIConstraints "*PageSize 8k *Duplex"
2161
 
 
2162
 
  Attribute "cupsModelName" "" "deskjet 5600"     // APDK device class 
2163
 
 
2164
 
    // Supported media sizes with full bleed.
2165
 
// Was DJGenericVIP_FB_margin.defs. Used by DJGenericVIP_FB.
2166
 
HWMargins 9 36 9 9
2167
 
*MediaSize Letter
2168
 
HWMargins 9 36 9 9
2169
 
MediaSize A4
2170
 
HWMargins 9 36 9 9
2171
 
MediaSize Legal
2172
 
HWMargins 9 9 9 9
2173
 
MediaSize Photo
2174
 
HWMargins 9 36 9 9
2175
 
MediaSize Photo5x7
2176
 
HWMargins 9 36 9 9
2177
 
MediaSize A5
2178
 
HWMargins 9 36 9 9
2179
 
MediaSize A6
2180
 
HWMargins 9 36 9 9
2181
 
MediaSize B5
2182
 
HWMargins 9 36 9 9
2183
 
MediaSize JB5
2184
 
HWMargins 9 36 9 9
2185
 
MediaSize Oufuku
2186
 
HWMargins 9 36 9 9
2187
 
MediaSize Hagaki
2188
 
HWMargins 9 36 9 9
2189
 
MediaSize Executive
2190
 
HWMargins 9 36 9 9
2191
 
MediaSize FLSA
2192
 
HWMargins 9 35 9 9
2193
 
MediaSize ExecutiveJIS
2194
 
HWMargins 9 36 9 9
2195
 
MediaSize 16k
2196
 
HWMargins 9 36 9 9
2197
 
MediaSize Card3x5
2198
 
HWMargins 9 36 9 9
2199
 
MediaSize Card5x8
2200
 
HWMargins 9 36 9 9
2201
 
MediaSize Env10
2202
 
HWMargins 9 36 9 9
2203
 
MediaSize EnvA2
2204
 
HWMargins 9 36 9 9
2205
 
MediaSize EnvC6
2206
 
HWMargins 9 36 9 9
2207
 
MediaSize EnvDL
2208
 
HWMargins 9 36 9 9
2209
 
MediaSize EnvC5
2210
 
HWMargins 9 36 9 9
2211
 
MediaSize EnvB5
2212
 
HWMargins 9 36 9 9
2213
 
MediaSize EnvChou3
2214
 
HWMargins 9 36 9 9
2215
 
MediaSize EnvChou4
2216
 
HWMargins 9 36 9 9
2217
 
MediaSize EnvMonarch
2218
 
HWMargins 4 4 4 4
2219
 
MediaSize CDDVD80
2220
 
HWMargins 4 4 4 4
2221
 
MediaSize CDDVD120
2222
 
HWMargins 9 27 9 36
2223
 
MediaSize LetterDuplex
2224
 
HWMargins 9 27 9 36
2225
 
MediaSize A4Duplex
2226
 
HWMargins 9 27 9 36
2227
 
MediaSize LegalDuplex
2228
 
HWMargins 9 27 9 36
2229
 
MediaSize A6Duplex
2230
 
HWMargins 9 27 9 36
2231
 
MediaSize A5Duplex
2232
 
HWMargins 9 27 9 36
2233
 
MediaSize B5Duplex
2234
 
HWMargins 9 27 9 36
2235
 
MediaSize JB5Duplex
2236
 
HWMargins 9 27 9 36
2237
 
MediaSize ExecutiveDuplex
2238
 
HWMargins 9 27 9 36
2239
 
MediaSize Card4x6Duplex
2240
 
HWMargins 9 27 9 36
2241
 
MediaSize Card5x8Duplex
2242
 
HWMargins 9 27 9 36
2243
 
MediaSize OufukuDuplex
2244
 
HWMargins 9 27 9 36
2245
 
MediaSize HagakiDuplex
2246
 
HWMargins 0 0 0 0
2247
 
MediaSize PhotoFB
2248
 
HWMargins 0 0 0 0
2249
 
MediaSize Photo5x7FB
2250
 
HWMargins 0 0 0 0
2251
 
MediaSize A6FB
2252
 
HWMargins 0 0 0 0
2253
 
MediaSize OufukuFB
2254
 
HWMargins 0 0 0 0
2255
 
MediaSize HagakiFB
2256
 
HWMargins 0 0 0 0
2257
 
MediaSize LetterFB
2258
 
HWMargins 0 0 0 0
2259
 
MediaSize A4FB
2260
 
HWMargins 0 0 0 0
2261
 
MediaSize A5FB
2262
 
HWMargins 0 0 0 0
2263
 
MediaSize JB5FB
2264
 
HWMargins 0 0 0 0
2265
 
MediaSize Card3x5FB
2266
 
// </DJGenericVIP_FB_margin.defs>
 
2179
 
 
2180
  Attribute "cupsModelName" "" "deskjet 5600"     // APDK device class
 
2181
 
 
2182
// 4x6 or smaller
 
2183
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 9 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
2184
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
2185
  CustomMedia "Card3x5.FB/Index Card Borderless 3x5in" 226 370 0 0 0 0 "<</PageSize [226 370]/ImagingBBox null>>setpagedevice"
 
2186
         "<</cupsInteger0 78/PageSize[226 370]/ImagingBBox null>>setpagedevice"
 
2187
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 9 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
2188
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
2189
  CustomMedia "Hagaki.FB/Hagaki Borderless 100x148mm" 294 430 0 0 0 0 "<</PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
2190
         "<</cupsInteger0 71/PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
2191
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
2192
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
2193
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 9 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
2194
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
2195
  CustomMedia "Photo4x6.FB/Photo Borderless 4x6 in" 298 442 0 0 0 0 "<</PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
2196
         "<</cupsInteger0 74/PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
2197
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 9 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
2198
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
2199
  CustomMedia "A6.FB/A6 Borderless 105x148mm" 307 430 0 0 0 0 "<</PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
2200
         "<</cupsInteger0 73/PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
2201
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 9 27 9 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
2202
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
2203
 
 
2204
// 5x7
 
2205
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 9 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
2206
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
2207
  CustomMedia "Photo5x7.FB/Photo Borderless 5x7in" 370 514 0 0 0 0 "<</PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
2208
         "<</cupsInteger0 122/PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
2209
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 9 9 9 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
2210
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
2211
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
2212
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
2213
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 9 9 9 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
2214
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
2215
  CustomMedia "Oufuku.FB/Oufuku-Hagaki Borderless 148x200mm" 577 430 0 0 0 0 "<</PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
2216
         "<</cupsInteger0 72/PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
2217
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
2218
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
2219
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 9 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
2220
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
2221
  CustomMedia "A5.FB/A5 Borderless 148x210mm" 430 605 0 0 0 0 "<</PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
2222
         "<</cupsInteger0 25/PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
2223
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 9 27 9 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
2224
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
2225
 
 
2226
// Standard
 
2227
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 9 9 9 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
2228
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
2229
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 9 27 9 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
2230
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
2231
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 9 9 9 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
2232
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
2233
  CustomMedia "JB5.FB/JB5 Borderless 182x257mm" 526 739 0 0 0 0 "<</PageSize[526 739]/ImagingBBox null>>setpagedevice"
 
2234
         "<</cupsInteger0 45/PageSize [526 739]/ImagingBBox null>>setpagedevice"
 
2235
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 9 27 9 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
2236
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
2237
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 9 9 9 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
2238
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
2239
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 9 27 9 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
2240
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
2241
  CustomMedia "16k/16k 7.75x10.75in" 558 774 9 9 9 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
2242
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
2243
  CustomMedia "8x10/8x10in" 576 720 9 36 9 9 "<</PageSize[576 720]/ImagingBBox null>>setpagedevice"
 
2244
         "<</cupsInteger0 7/PageSize[576 720]/ImagingBBox null>>setpagedevice"
 
2245
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 9 9 9 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
2246
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
2247
  CustomMedia "Letter.FB/Letter Borderless 8.5x11in" 622 802 0 0 0 0 "<</PageSize[622 802]/ImagingBBox null>>setpagedevice"
 
2248
         "<</cupsInteger0 2/PageSize[622 802]/ImagingBBox null>>setpagedevice"
 
2249
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 9 27 9 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
2250
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
2251
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9 9 9 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
2252
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
2253
  CustomMedia "A4.FB/A4 Borderless 210x297mm" 605 852 0 0 0 0 "<</PageSize[605 852]/ImagingBBox null>>setpagedevice" 
 
2254
         "<</cupsInteger0 26/PageSize[605 852]/ImagingBBox null>>setpagedevice"
 
2255
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 9 27 9 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
2256
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
2257
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 9 9 9 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
2258
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
2259
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 9 9 9 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
2260
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
2261
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 9 9 9 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
2262
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
2263
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 9 27 9 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
2264
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
2265
 
 
2266
// CDDVD
 
2267
  CustomMedia "CDDVD80/CD DVD 80mm" 238 238 4 4 4 4 "<</PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
2268
         "<</cupsInteger0 98/PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
2269
  CustomMedia "CDDVD120/CD DVD 120mm" 360 360 4 4 4 4 "<</PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
2270
         "<</cupsInteger0 99/PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
2271
 
 
2272
// Envelope
 
2273
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
2274
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
2275
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 9 39 9 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
2276
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
2277
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
2278
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
2279
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 9 41 9 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
2280
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
2281
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 9 41 9 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
2282
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
2283
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 9 41 9 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
2284
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
2285
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
2286
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
2287
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 9 41 9 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
2288
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
2289
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 9 41 9 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
2290
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
2291
 
2267
2292
  {
2268
2293
    // Custom page sizes from 1x4in to Legal
2269
2294
    HWMargins 18 36 18 36
2273
2298
 
2274
2299
    // <%DJGenericVIP:Normal%>
2275
2300
    {
 
2301
      ModelName "HP Photosmart Wireless b109n-z"
 
2302
      Attribute "NickName" "" "HP Photosmart Wireless b109n-z, $Version"
 
2303
      Attribute "ShortNickName" "" "HP Photosmart Wireless b109n-z"
 
2304
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart wireless b109n-z;DES:photosmart wireless b109n-z;"
 
2305
      PCFileName "hp-photosmart_wireless_b109n-z.ppd"
 
2306
      Attribute "Product" "" "(HP Photosmart Wireless All-in-one Printer - b109n)"
 
2307
      Attribute "Product" "" "(HP Photosmart Wireless All-in-one Printer - b109q)"
 
2308
      Attribute "Product" "" "(HP Photosmart Wireless All-in-one Printer - b109q=r)"
 
2309
    }
 
2310
    {
 
2311
      ModelName "HP Photosmart b109a-m"
 
2312
      Attribute "NickName" "" "HP Photosmart b109a-m, $Version"
 
2313
      Attribute "ShortNickName" "" "HP Photosmart b109a-m"
 
2314
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart b109a-m;DES:photosmart b109a-m;"
 
2315
      PCFileName "hp-photosmart_b109a-m.ppd"
 
2316
      Attribute "Product" "" "(HP Photosmart All-in-one Printer - b109a)"
 
2317
      Attribute "Product" "" "(HP Photosmart All-in-one Printer - b109c)"
 
2318
      Attribute "Product" "" "(HP Photosmart All-in-one Printer - b109d)"
 
2319
      Attribute "Product" "" "(HP Photosmart All-in-one Printer - b109e)"
 
2320
    }
 
2321
    {
 
2322
      ModelName "HP Photosmart Plus b209a-m"
 
2323
      Attribute "NickName" "" "HP Photosmart Plus b209a-m, $Version"
 
2324
      Attribute "ShortNickName" "" "HP Photosmart Plus b209a-m"
 
2325
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart plus b209a-m;DES:photosmart plus b209a-m;"
 
2326
      PCFileName "hp-photosmart_plus_b209a-m.ppd"
 
2327
      Attribute "Product" "" "(HP Photosmart Plus All-in-one Printer - b209a)"
 
2328
      Attribute "Product" "" "(HP Photosmart Plus All-in-one Printer - b209b)"
 
2329
      Attribute "Product" "" "(HP Photosmart Plus All-in-one Printer - b209c)"
 
2330
    }
 
2331
    {
 
2332
      ModelName "HP Deskjet Ink Advant k209a-z"
 
2333
      Attribute "NickName" "" "HP Deskjet Ink Advant k209a-z, $Version"
 
2334
      Attribute "ShortNickName" "" "HP Deskjet Ink Advant k209a-z"
 
2335
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet ink advant k209a-z;DES:deskjet ink advant k209a-z;"
 
2336
      PCFileName "hp-deskjet_ink_advant_k209a-z.ppd"
 
2337
      Attribute "Product" "" "(HP Deskjet Ink Advantage k209a All-in-one Printer)"
 
2338
    }
 
2339
    {
2276
2340
      ModelName "HP Photosmart c309a Series"
2277
2341
      Attribute "NickName" "" "HP Photosmart c309a Series, $Version"
2278
2342
      Attribute "ShortNickName" "" "HP Photosmart c309a Series"
2281
2345
      Attribute "Product" "" "(HP Photosmart Premium Fax All-in-one Printer - c309a)"
2282
2346
    }
2283
2347
    {
 
2348
      ModelName "HP Photosmart Prem-web c309n-s"
 
2349
      Attribute "NickName" "" "HP Photosmart Prem-web c309n-s, $Version"
 
2350
      Attribute "ShortNickName" "" "HP Photosmart Prem-web c309n-s"
 
2351
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart prem-web c309n-s;DES:photosmart prem-web c309n-s;"
 
2352
      PCFileName "hp-photosmart_prem-web_c309n-s.ppd"
 
2353
      Attribute "Product" "" "(HP Photosmart Premium Fax All-in-one Printer Series -c309a)"
 
2354
      Attribute "Product" "" "(HP Photosmart Premium Fax All-in-one Printer Series -c309c)"
 
2355
    }
 
2356
    {
 
2357
      ModelName "HP Photosmart Premium c309g-m"
 
2358
      Attribute "NickName" "" "HP Photosmart Premium c309g-m, $Version"
 
2359
      Attribute "ShortNickName" "" "HP Photosmart Premium c309g-m"
 
2360
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart premium c309g-m;DES:photosmart premium c309g-m;"
 
2361
      PCFileName "hp-photosmart_premium_c309g-m.ppd"
 
2362
      Attribute "Product" "" "(HP Photosmart Premium All-in-one Printer Series - c309g)"
 
2363
      Attribute "Product" "" "(HP Photosmart Premium All-in-one Printer Series - c309h)"
 
2364
    }
 
2365
    {
2284
2366
      ModelName "HP Deskjet d730"
2285
2367
      Attribute "NickName" "" "HP Deskjet d730, $Version"
2286
2368
      Attribute "ShortNickName" "" "HP Deskjet d730"
2405
2487
      Attribute "Product" "" "(HP PSC 2450 Photosmart All-in-one Printer)"
2406
2488
    }
2407
2489
    {
 
2490
      ModelName "HP Deskjet f2400 Series"
 
2491
      Attribute "NickName" "" "HP Deskjet f2400 Series, $Version"
 
2492
      Attribute "ShortNickName" "" "HP Deskjet f2400 Series"
 
2493
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet f2400 series;DES:deskjet f2400 series;"
 
2494
      PCFileName "hp-deskjet_f2400_series.ppd"
 
2495
      Attribute "Product" "" "(HP Deskjet f2410 All-in-one Printer)"
 
2496
      Attribute "Product" "" "(HP Deskjet f2418 All-in-one Printer)"
 
2497
      Attribute "Product" "" "(HP Deskjet f2420 All-in-one Printer)"
 
2498
      Attribute "Product" "" "(HP Deskjet f2423 All-in-one Printer)"
 
2499
      Attribute "Product" "" "(HP Deskjet f2430 All-in-one Printer)"
 
2500
      Attribute "Product" "" "(HP Deskjet f2440 All-in-one Printer)"
 
2501
      Attribute "Product" "" "(HP Deskjet f2476 All-in-one Printer)"
 
2502
      Attribute "Product" "" "(HP Deskjet f2480 All-in-one Printer)"
 
2503
      Attribute "Product" "" "(HP Deskjet f2483 All-in-one Printer)"
 
2504
      Attribute "Product" "" "(HP Deskjet f2488 All-in-one Printer)"
 
2505
      Attribute "Product" "" "(HP Deskjet f2492 All-in-one Printer)"
 
2506
      Attribute "Product" "" "(HP Deskjet f2493 All-in-one Printer)"
 
2507
    }
 
2508
    {
2408
2509
      ModelName "HP Deskjet d2500 Series"
2409
2510
      Attribute "NickName" "" "HP Deskjet d2500 Series, $Version"
2410
2511
      Attribute "ShortNickName" "" "HP Deskjet d2500 Series"
2634
2735
      Attribute "Product" "" "(HP Photosmart c4388 All-in-one Printer)"
2635
2736
    }
2636
2737
    {
 
2738
      ModelName "HP Deskjet f4400 Series"
 
2739
      Attribute "NickName" "" "HP Deskjet f4400 Series, $Version"
 
2740
      Attribute "ShortNickName" "" "HP Deskjet f4400 Series"
 
2741
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet f4400 series;DES:deskjet f4400 series;"
 
2742
      PCFileName "hp-deskjet_f4400_series.ppd"
 
2743
      Attribute "Product" "" "(HP Deskjet f4440 All-in-one Printer)"
 
2744
      Attribute "Product" "" "(HP Deskjet f4435 All-in-one Printer)"
 
2745
      Attribute "Product" "" "(HP Deskjet f4450 All-in-one Printer)"
 
2746
      Attribute "Product" "" "(HP Deskjet f4470 All-in-one Printer)"
 
2747
      Attribute "Product" "" "(HP Deskjet f4472 All-in-one Printer)"
 
2748
      Attribute "Product" "" "(HP Deskjet f4473 All-in-one Printer)"
 
2749
      Attribute "Product" "" "(HP Deskjet f4480 All-in-one Printer)"
 
2750
      Attribute "Product" "" "(HP Deskjet f4483 All-in-one Printer)"
 
2751
      Attribute "Product" "" "(HP Deskjet f4488 All-in-one Printer)"
 
2752
      Attribute "Product" "" "(HP Deskjet f4492 All-in-one Printer)"
 
2753
    }
 
2754
    {
2637
2755
      ModelName "HP Photosmart c4400 Series"
2638
2756
      Attribute "NickName" "" "HP Photosmart c4400 Series, $Version"
2639
2757
      Attribute "ShortNickName" "" "HP Photosmart c4400 Series"
2657
2775
      Attribute "Product" "" "(HP Photosmart c4494 All-in-one Printer)"
2658
2776
    }
2659
2777
    {
 
2778
      ModelName "HP Deskjet f4500 Series"
 
2779
      Attribute "NickName" "" "HP Deskjet f4500 Series, $Version"
 
2780
      Attribute "ShortNickName" "" "HP Deskjet f4500 Series"
 
2781
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet f4500 series;DES:deskjet f4500 series;"
 
2782
      PCFileName "hp-deskjet_f4500_series.ppd"
 
2783
      Attribute "Product" "" "(HP Deskjet f4500 All-in-one Printer Series)"
 
2784
    }
 
2785
    {
2660
2786
      ModelName "HP Officejet j4500 Series"
2661
2787
      Attribute "NickName" "" "HP Officejet j4500 Series, $Version"
2662
2788
      Attribute "ShortNickName" "" "HP Officejet j4500 Series"
2692
2818
      Attribute "Product" "" "(HP Photosmart c4599 All-in-one Printer)"
2693
2819
    }
2694
2820
    {
 
2821
      ModelName "HP Photosmart c4600 Series"
 
2822
      Attribute "NickName" "" "HP Photosmart c4600 Series, $Version"
 
2823
      Attribute "ShortNickName" "" "HP Photosmart c4600 Series"
 
2824
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart c4600 series;DES:photosmart c4600 series;"
 
2825
      PCFileName "hp-photosmart_c4600_series.ppd"
 
2826
      Attribute "Product" "" "(HP Photosmart c4640 All-in-one Printer)"
 
2827
      Attribute "Product" "" "(HP Photosmart c4650 All-in-one Printer)"
 
2828
      Attribute "Product" "" "(HP Photosmart c4680 All-in-one Printer)"
 
2829
      Attribute "Product" "" "(HP Photosmart c4610 All-in-one Printer)"
 
2830
      Attribute "Product" "" "(HP Photosmart c4635 All-in-one Printer)"
 
2831
      Attribute "Product" "" "(HP Photosmart c4670 All-in-one Printer)"
 
2832
      Attribute "Product" "" "(HP Photosmart c4673 All-in-one Printer)"
 
2833
      Attribute "Product" "" "(HP Photosmart c4680 All-in-one Printer)"
 
2834
      Attribute "Product" "" "(HP Photosmart c4683 All-in-one Printer)"
 
2835
      Attribute "Product" "" "(HP Photosmart c4688 All-in-one Printer)"
 
2836
    }
 
2837
    {
2695
2838
      ModelName "HP Officejet j4660 Series"
2696
2839
      Attribute "NickName" "" "HP Officejet j4660 Series, $Version"
2697
2840
      Attribute "ShortNickName" "" "HP Officejet j4660 Series"
2711
2854
      Attribute "Product" "" "(HP Officejet j4680 All-in-one Printer)"
2712
2855
    }
2713
2856
    {
 
2857
      ModelName "HP Photosmart c4700 Series"
 
2858
      Attribute "NickName" "" "HP Photosmart c4700 Series, $Version"
 
2859
      Attribute "ShortNickName" "" "HP Photosmart c4700 Series"
 
2860
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart c4700 series;DES:photosmart c4700 series;"
 
2861
      PCFileName "hp-photosmart_c4700_series.ppd"
 
2862
      Attribute "Product" "" "(HP Photosmart c4740 All-in-one Printer)"
 
2863
      Attribute "Product" "" "(HP Photosmart c4750 All-in-one Printer)"
 
2864
      Attribute "Product" "" "(HP Photosmart c4780 All-in-one Printer)"
 
2865
      Attribute "Product" "" "(HP Photosmart c4783 All-in-one Printer)"
 
2866
      Attribute "Product" "" "(HP Photosmart c4785 All-in-one Printer)"
 
2867
      Attribute "Product" "" "(HP Photosmart c4788 All-in-one Printer)"
 
2868
      Attribute "Product" "" "(HP Photosmart c4793 All-in-one Printer)"
 
2869
      Attribute "Product" "" "(HP Photosmart c4795 All-in-one Printer)"
 
2870
      Attribute "Product" "" "(HP Photosmart c4798 All-in-one Printer)"
 
2871
      Attribute "Product" "" "(HP Photosmart c4799 All-in-one Printer)"
 
2872
    }
 
2873
    {
2714
2874
      ModelName "HP Photosmart d5060 Series"
2715
2875
      Attribute "NickName" "" "HP Photosmart d5060 Series, $Version"
2716
2876
      Attribute "ShortNickName" "" "HP Photosmart d5060 Series"
2739
2899
      Attribute "Product" "" "(HP Photosmart c5194 All-in-one Printer)"
2740
2900
    }
2741
2901
    {
2742
 
      ModelName "HP Photosmart d5100 Series"
2743
 
      Attribute "NickName" "" "HP Photosmart d5100 Series, $Version"
2744
 
      Attribute "ShortNickName" "" "HP Photosmart d5100 Series"
2745
 
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart d5100 series;DES:photosmart d5100 series;"
2746
 
      PCFileName "hp-photosmart_d5100_series.ppd"
2747
 
      Attribute "Product" "" "(HP Photosmart d5145 Printer)"
2748
 
      Attribute "Product" "" "(HP Photosmart d5155 Printer)"
2749
 
      Attribute "Product" "" "(HP Photosmart d5156 Printer)"
2750
 
      Attribute "Product" "" "(HP Photosmart d5160 Printer)"
2751
 
      Attribute "Product" "" "(HP Photosmart d5163 Printer)"
2752
 
      Attribute "Product" "" "(HP Photosmart d5168 Printer)"
2753
 
    }
2754
 
    {
2755
2902
      ModelName "HP Deskjet 5100"
2756
2903
      Attribute "NickName" "" "HP Deskjet 5100, $Version"
2757
2904
      Attribute "ShortNickName" "" "HP Deskjet 5100"
2767
2914
      Attribute "Product" "" "(HP Deskjet 5168 Color Inkjet Printer)"
2768
2915
    }
2769
2916
    {
 
2917
      ModelName "HP Photosmart d5100 Series"
 
2918
      Attribute "NickName" "" "HP Photosmart d5100 Series, $Version"
 
2919
      Attribute "ShortNickName" "" "HP Photosmart d5100 Series"
 
2920
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart d5100 series;DES:photosmart d5100 series;"
 
2921
      PCFileName "hp-photosmart_d5100_series.ppd"
 
2922
      Attribute "Product" "" "(HP Photosmart d5145 Printer)"
 
2923
      Attribute "Product" "" "(HP Photosmart d5155 Printer)"
 
2924
      Attribute "Product" "" "(HP Photosmart d5156 Printer)"
 
2925
      Attribute "Product" "" "(HP Photosmart d5160 Printer)"
 
2926
      Attribute "Product" "" "(HP Photosmart d5163 Printer)"
 
2927
      Attribute "Product" "" "(HP Photosmart d5168 Printer)"
 
2928
    }
 
2929
    {
2770
2930
      ModelName "HP Photosmart c5200 Series"
2771
2931
      Attribute "NickName" "" "HP Photosmart c5200 Series, $Version"
2772
2932
      Attribute "ShortNickName" "" "HP Photosmart c5200 Series"
2834
2994
      Attribute "Product" "" "(HP Deskjet 5443 Photo Printer)"
2835
2995
    }
2836
2996
    {
 
2997
      ModelName "HP Deskjet d5500 Series"
 
2998
      Attribute "NickName" "" "HP Deskjet d5500 Series, $Version"
 
2999
      Attribute "ShortNickName" "" "HP Deskjet d5500 Series"
 
3000
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d5500 series;DES:deskjet d5500 series;"
 
3001
      PCFileName "hp-deskjet_d5500_series.ppd"
 
3002
      Attribute "Product" "" "(HP Deskjet d5545 Printer)"
 
3003
      Attribute "Product" "" "(HP Deskjet d5560 Printer)"
 
3004
      Attribute "Product" "" "(HP Deskjet d5563 Printer)"
 
3005
      Attribute "Product" "" "(HP Deskjet d5568 Printer)"
 
3006
    }
 
3007
    {
2837
3008
      ModelName "HP Photosmart c5500 Series"
2838
3009
      Attribute "NickName" "" "HP Photosmart c5500 Series, $Version"
2839
3010
      Attribute "ShortNickName" "" "HP Photosmart c5500 Series"
2940
3111
      Attribute "Product" "" "(HP Deskjet 5943 Photo Printer)"
2941
3112
    }
2942
3113
    {
 
3114
      ModelName "HP Officejet 6000 e609n"
 
3115
      Attribute "NickName" "" "HP Officejet 6000 e609n, $Version"
 
3116
      Attribute "ShortNickName" "" "HP Officejet 6000 e609n"
 
3117
      Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet 6000 e609n;DES:officejet 6000 e609n;"
 
3118
      PCFileName "hp-officejet_6000_e609n.ppd"
 
3119
      Attribute "Product" "" "(HP Officejet 6000 Wireless Printer - e609n)"
 
3120
    }
 
3121
    {
 
3122
      ModelName "HP Officejet 6000 e609a"
 
3123
      Attribute "NickName" "" "HP Officejet 6000 e609a, $Version"
 
3124
      Attribute "ShortNickName" "" "HP Officejet 6000 e609a"
 
3125
      Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet 6000 e609a;DES:officejet 6000 e609a;"
 
3126
      PCFileName "hp-officejet_6000_e609a.ppd"
 
3127
      Attribute "Product" "" "(HP Officejet 6000 Printer - e609a)"
 
3128
    }
 
3129
    {
2943
3130
      ModelName "HP Photosmart c6100 Series"
2944
3131
      Attribute "NickName" "" "HP Photosmart c6100 Series, $Version"
2945
3132
      Attribute "ShortNickName" "" "HP Photosmart c6100 Series"
3074
3261
      Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet 6500 e709a;DES:officejet 6500 e709a;"
3075
3262
      PCFileName "hp-officejet_6500_e709a.ppd"
3076
3263
      Attribute "Product" "" "(HP Officejet 6500 All-in-one Printer - e709a)"
 
3264
      Attribute "Product" "" "(HP Officejet 6500 All-in-one Printer - e709c)"
3077
3265
    }
3078
3266
    {
3079
3267
      ModelName "HP Officejet 6500 e709n"
3082
3270
      Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet 6500 e709n;DES:officejet 6500 e709n;"
3083
3271
      PCFileName "hp-officejet_6500_e709n.ppd"
3084
3272
      Attribute "Product" "" "(HP Officejet 6500 Wireless All-in-one Printer - e709n)"
 
3273
      Attribute "Product" "" "(HP Officejet 6500 Wireless All-in-one Printer - e709q)"
3085
3274
    }
3086
3275
    {
3087
3276
      ModelName "HP Deskjet 6500"
3418
3607
      Attribute "Product" "" "(HP Photosmart 8053 Printer)"
3419
3608
    }
3420
3609
    {
3421
 
      ModelName "HP Photosmart c8100 Series"
3422
 
      Attribute "NickName" "" "HP Photosmart c8100 Series, $Version"
3423
 
      Attribute "ShortNickName" "" "HP Photosmart c8100 Series"
3424
 
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart c8100 series;DES:photosmart c8100 series;"
3425
 
      PCFileName "hp-photosmart_c8100_series.ppd"
3426
 
      Attribute "Product" "" "(HP Photosmart c8150 All-in-one Printer)"
3427
 
      Attribute "Product" "" "(HP Photosmart c8180 All-in-one Printer)"
3428
 
      Attribute "Product" "" "(HP Photosmart c8183 All-in-one Printer)"
3429
 
      Attribute "Product" "" "(HP Photosmart c8188 All-in-one Printer)"
3430
 
    }
3431
 
    {
3432
3610
      ModelName "HP Photosmart 8100 Series"
3433
3611
      Attribute "NickName" "" "HP Photosmart 8100 Series, $Version"
3434
3612
      Attribute "ShortNickName" "" "HP Photosmart 8100 Series"
3493
3671
  } // End Supported media sizes with full bleed.
3494
3672
 
3495
3673
  { 
3496
 
    // Large format media sizes with full bleed.
3497
 
// Was DJGenericVIP_LargeFormat_FB_margin.defs. Used by DJGenericVIP_LargeFormat_FB.
3498
 
HWMargins 9 36 9 9
3499
 
MediaSize A3
3500
 
HWMargins 9 36 9 9
3501
 
MediaSize B4
3502
 
HWMargins 9 36 9 9
3503
 
MediaSize Ledger
3504
 
HWMargins 9 54 9 9
3505
 
MediaSize SuperB
3506
 
HWMargins 9 36 9 9
3507
 
MediaSize 8k
3508
 
HWMargins 9 27 9 36
3509
 
MediaSize A3Duplex
3510
 
HWMargins 9 27 9 36
3511
 
MediaSize B4Duplex
3512
 
// </DJGenericVIP_LargeFormat_FB_margin.defs>
 
3674
  // Large format
 
3675
  UIConstraints "*PageSize A3 *Duplex"
 
3676
  UIConstraints "*PageSize B4 *Duplex"
 
3677
  UIConstraints "*PageSize Ledger *Duplex"
 
3678
  UIConstraints "*PageSize SuperB *Duplex"
 
3679
  UIConstraints "*PageSize 8k *Duplex"
 
3680
 
 
3681
// Large
 
3682
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 18 36 18 9 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
3683
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
3684
  CustomMedia "B4/B4 257x364mm" 729 1033 18 36 18 9 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
3685
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
3686
  CustomMedia "B4.Duplex/B4 AutoDuplex 257x364mm" 729 1024 18 27 18 36 "<</PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
3687
         "<</cupsInteger0 1/PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
3688
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18 36 18 9 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
3689
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
3690
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 18 36 18 9 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
3691
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
3692
  CustomMedia "A3/A3 297x420mm" 842 1190 18 36 18 9 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
3693
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
3694
  CustomMedia "A3.Duplex/A3 AutoDuplex 297x420mm" 842 1181 18 27 18 36 "<</PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
3695
         "<</cupsInteger0 1/PageSize[842 1181]/ImagingBBox null>>setpagedevice"
3513
3696
 
3514
3697
    // Custom page sizes from 1x4in to SuperB
3515
3698
    HWMargins 18 36 18 36
3519
3702
 
3520
3703
    // <%DJGenericVIP:LargeFormatSuperB%>
3521
3704
    {
 
3705
      ModelName "HP Officejet 7000 e809a"
 
3706
      Attribute "NickName" "" "HP Officejet 7000 e809a, $Version"
 
3707
      Attribute "ShortNickName" "" "HP Officejet 7000 e809a"
 
3708
      Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet 7000 e809a;DES:officejet 7000 e809a;"
 
3709
      PCFileName "hp-officejet_7000_e809a.ppd"
 
3710
      Attribute "Product" "" "(HP Officejet 7000 Wide Format Printer -- e809a)"
 
3711
    }
 
3712
    {
3522
3713
      ModelName "HP Officejet k7100"
3523
3714
      Attribute "NickName" "" "HP Officejet k7100, $Version"
3524
3715
      Attribute "ShortNickName" "" "HP Officejet k7100"
3550
3741
      Attribute "Product" "" "(HP Photosmart b8558 Photo Printer)"
3551
3742
    }
3552
3743
    {
3553
 
      ModelName "HP Photosmart 8700 Series"
3554
 
      Attribute "NickName" "" "HP Photosmart 8700 Series, $Version"
3555
 
      Attribute "ShortNickName" "" "HP Photosmart 8700 Series"
3556
 
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart 8700 series;DES:photosmart 8700 series;"
3557
 
      PCFileName "hp-photosmart_8700_series.ppd"
3558
 
      Attribute "Product" "" "(HP Photosmart 8750 Professional Photo Printer)"
3559
 
      Attribute "Product" "" "(HP Photosmart 8750xi Professional Photo Printer)"
3560
 
      Attribute "Product" "" "(HP Photosmart 8750gp Professional Photo Printer)"
3561
 
      Attribute "Product" "" "(HP Photosmart 8753 Professional Photo Printer)"
3562
 
      Attribute "Product" "" "(HP Photosmart 8758 Professional Photo Printer)"
3563
 
    }
3564
 
    {
3565
3744
      ModelName "HP Photosmart Pro b8800 Series"
3566
3745
      Attribute "NickName" "" "HP Photosmart Pro b8800 Series, $Version"
3567
3746
      Attribute "ShortNickName" "" "HP Photosmart Pro b8800 Series"
3600
3779
 
3601
3780
} // End DJGenericVIP
3602
3781
 
 
3782
//////// DJGenericVIP with NoAutoTray
 
3783
{
 
3784
  Attribute "cupsEvenDuplex" "" "True"
 
3785
  Attribute "cupsBackSide" "" "Rotated"
 
3786
  Attribute "cupsFlipDuplex" "" "True"
 
3787
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
3788
  Attribute "HPMechOffset" "" "70"
 
3789
 
 
3790
  Group "General/General"
 
3791
 
 
3792
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
 
3793
    Choice "DuplexNoTumble/Long Edge (Standard)" "<</Duplex true/Tumble false>>setpagedevice"
 
3794
    Choice "DuplexTumble/Short Edge (Flip)" "<</Duplex true/Tumble true>>setpagedevice"
 
3795
    *Choice "None/Off" "<</Duplex false/Tumble false>>setpagedevice"
 
3796
 
 
3797
  // MediaPosition values map to MediaSource enumeration in global_types.h
 
3798
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
 
3799
    Choice "PhotoTray/Photo Tray" "<</MediaPosition 6>>setpagedevice"
 
3800
    *Choice "Upper/Upper Tray" "<</MediaPosition 1>>setpagedevice"
 
3801
    Choice "Lower/Lower Tray" "<</MediaPosition 4>>setpagedevice"
 
3802
    Choice "Envelope/Envelope Feeder" "<</MediaPosition 3>>setpagedevice"
 
3803
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
 
3804
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
 
3805
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
 
3806
    Choice "CDDVDTray/CD or DVD Tray" "<</MediaPosition 14>>setpagedevice"
 
3807
 
 
3808
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
 
3809
    Choice "CMYGray/High Quality Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1>>setpagedevice"
 
3810
    Choice "KGray/Black Only Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2>>setpagedevice"
 
3811
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
 
3812
 
 
3813
  // cupsMediaType values map to MEDIATYPE from global_types.h
 
3814
  Option "MediaType/Media Type" PickOne AnySetup 10.0
 
3815
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
 
3816
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
 
3817
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
 
3818
    Choice "CDDVDMedia/CD or DVD Media" "<</MediaType(CDDVDMedia)/cupsMediaType 7>>setpagedevice"
 
3819
 
 
3820
  // cupsCompression values map to QUALITY_MODE from global_types.h
 
3821
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
 
3822
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
3823
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
3824
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
3825
    Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
 
3826
    Choice "FastDraft/Fast Draft" "<</OutputType(-2)/HWResolution[300 300]>>setpagedevice"
 
3827
 
 
3828
  // Duplexer is optional...
 
3829
  Installable "OptionDuplex/Duplexer Installed"
 
3830
 
 
3831
  // Constraints
 
3832
  UIConstraints "*Duplex *OptionDuplex False"
 
3833
  UIConstraints "*ColorModel KGray *OutputMode Photo"
 
3834
  UIConstraints "*ColorModel CMYGray *OutputMode Photo"
 
3835
  UIConstraints "*MediaType Glossy *OutputMode FastDraft"
 
3836
  UIConstraints "*MediaType Glossy *OutputMode Draft"
 
3837
  UIConstraints "*MediaType TransparencyFilm *OutputMode FastDraft"
 
3838
  UIConstraints "*MediaType Plain *OutputMode Photo"
 
3839
  UIConstraints "*InputSlot CDDVDTray *MediaType Plain"
 
3840
  UIConstraints "*InputSlot CDDVDTray *MediaType Glossy"
 
3841
  UIConstraints "*InputSlot CDDVDTray *MediaType TransparencyFilm"
 
3842
  UIConstraints "*PageSize Letter *Duplex"
 
3843
  UIConstraints "*PageSize A4 *Duplex"
 
3844
  UIConstraints "*PageSize Legal *Duplex"
 
3845
  UIConstraints "*PageSize Photo4x6 *Duplex"
 
3846
  UIConstraints "*PageSize Photo5x7 *Duplex"
 
3847
  UIConstraints "*PageSize A5 *Duplex"
 
3848
  UIConstraints "*PageSize A6 *Duplex"
 
3849
  UIConstraints "*PageSize B5 *Duplex"
 
3850
  UIConstraints "*PageSize Oufuku *Duplex"
 
3851
  UIConstraints "*PageSize Hagaki *Duplex"
 
3852
  UIConstraints "*PageSize Executive *Duplex"
 
3853
  UIConstraints "*PageSize FLSA *Duplex"
 
3854
  UIConstraints "*PageSize ExecutiveJIS *Duplex"
 
3855
  UIConstraints "*PageSize 16k *Duplex"
 
3856
  UIConstraints "*PageSize Card3x5 *Duplex"
 
3857
  UIConstraints "*PageSize Card5x8 *Duplex"
 
3858
  UIConstraints "*PageSize Env10 *Duplex"
 
3859
  UIConstraints "*PageSize EnvA2 *Duplex"
 
3860
  UIConstraints "*PageSize EnvC6 *Duplex"
 
3861
  UIConstraints "*PageSize EnvDL *Duplex"
 
3862
  UIConstraints "*PageSize EnvC5 *Duplex"
 
3863
  UIConstraints "*PageSize EnvB5 *Duplex"
 
3864
  UIConstraints "*PageSize EnvChou3 *Duplex"
 
3865
  UIConstraints "*PageSize EnvChou4 *Duplex"
 
3866
  UIConstraints "*PageSize EnvMonarch *Duplex"
 
3867
 
 
3868
  Attribute "cupsModelName" "" "deskjet 5600"     // APDK device class
 
3869
 
 
3870
// 4x6 or smaller
 
3871
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 9 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
3872
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
3873
  CustomMedia "Card3x5.FB/Index Card Borderless 3x5in" 226 370 0 0 0 0 "<</PageSize [226 370]/ImagingBBox null>>setpagedevice"
 
3874
         "<</cupsInteger0 78/PageSize[226 370]/ImagingBBox null>>setpagedevice"
 
3875
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 9 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
3876
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
3877
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
3878
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
3879
  CustomMedia "HagakiFB/Hagaki Borderless 100x148mm" 294 430 0 0 0 0 "<</PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
3880
         "<</cupsInteger0 71/PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
3881
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 9 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
3882
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
3883
  CustomMedia "Photo4x6.FB/Photo Borderless 4x6 in" 298 442 0 0 0 0 "<</PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
3884
         "<</cupsInteger0 74/PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
3885
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 9 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
3886
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
3887
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 9 27 9 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
3888
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
3889
  CustomMedia "A6.FB/A6 Borderless 105x148mm" 307 430 0 0 0 0 "<</PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
3890
         "<</cupsInteger0 73/PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
3891
 
 
3892
// 5x7
 
3893
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 9 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
3894
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
3895
  CustomMedia "Photo5x7.FB/Photo Borderless 5x7in" 370 514 0 0 0 0 "<</PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
3896
         "<</cupsInteger0 122/PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
3897
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 9 9 9 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
3898
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
3899
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
3900
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
3901
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 9 9 9 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
3902
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
3903
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
3904
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
3905
  CustomMedia "Oufuku.FB/Oufuku-Hagaki Borderless 148x200mm" 577 430 0 0 0 0 "<</PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
3906
         "<</cupsInteger0 72/PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
3907
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 9 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
3908
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
3909
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 9 27 9 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
3910
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
3911
  CustomMedia "A5.FB/A5 Borderless 148x210mm" 430 605 0 0 0 0 "<</PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
3912
         "<</cupsInteger0 25/PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
3913
 
 
3914
// Standard
 
3915
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 9 9 9 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
3916
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
3917
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 9 27 9 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
3918
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
3919
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 9 9 9 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
3920
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
3921
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 9 27 9 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
3922
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
3923
  CustomMedia "JB5.FB/JB5 Borderless 182x257mm" 526 739 0 0 0 0 "<</PageSize[526 739]/ImagingBBox null>>setpagedevice"
 
3924
         "<</cupsInteger0 45/PageSize [526 739]/ImagingBBox null>>setpagedevice"
 
3925
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 9 9 9 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
3926
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
3927
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 9 27 9 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
3928
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
3929
  CustomMedia "16k/16k 7.75x10.75in" 558 774 9 9 9 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
3930
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
3931
  CustomMedia "8x10/8x10in" 576 720 9 36 9 9 "<</PageSize[576 720]/ImagingBBox null>>setpagedevice"
 
3932
         "<</cupsInteger0 7/PageSize[576 720]/ImagingBBox null>>setpagedevice"
 
3933
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 9 9 9 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
3934
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
3935
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 9 27 9 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
3936
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
3937
  CustomMedia "Letter.FB/Letter Borderless 8.5x11in" 622 802 0 0 0 0 "<</PageSize[622 802]/ImagingBBox null>>setpagedevice"
 
3938
         "<</cupsInteger0 2/PageSize[622 802]/ImagingBBox null>>setpagedevice"
 
3939
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9 9 9 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
3940
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
3941
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 9 27 9 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
3942
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
3943
  CustomMedia "A4.FB/A4 Borderless 210x297mm" 605 852 0 0 0 0 "<</PageSize[605 852]/ImagingBBox null>>setpagedevice" 
 
3944
         "<</cupsInteger0 26/PageSize[605 852]/ImagingBBox null>>setpagedevice"
 
3945
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 9 9 9 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
3946
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
3947
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 9 9 9 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
3948
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
3949
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 9 9 9 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
3950
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
3951
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 9 27 9 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
3952
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
3953
 
 
3954
// CDDVD
 
3955
  CustomMedia "CDDVD80/CD DVD 80mm" 238 238 4 4 4 4 "<</PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
3956
         "<</cupsInteger0 98/PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
3957
  CustomMedia "CDDVD120/CD DVD 120mm" 360 360 4 4 4 4 "<</PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
3958
         "<</cupsInteger0 99/PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
3959
 
 
3960
// Envelope
 
3961
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
3962
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
3963
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 9 39 9 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
3964
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
3965
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
3966
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
3967
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 9 41 9 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
3968
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
3969
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 9 41 9 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
3970
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
3971
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 9 41 9 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
3972
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
3973
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
3974
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
3975
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 9 41 9 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
3976
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
3977
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 9 41 9 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
3978
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
3979
 
 
3980
  {
 
3981
    // Custom page sizes from 1x4in to Legal
 
3982
    HWMargins 18 36 18 36
 
3983
    VariablePaperSize Yes
 
3984
    MinSize 1in 4in
 
3985
    MaxSize 8.5in 14in
 
3986
 
 
3987
  } // End Supported media sizes with full bleed.
 
3988
 
 
3989
  { 
 
3990
  // Large format
 
3991
  UIConstraints "*PageSize A3 *Duplex"
 
3992
  UIConstraints "*PageSize B4 *Duplex"
 
3993
  UIConstraints "*PageSize Ledger *Duplex"
 
3994
  UIConstraints "*PageSize SuperB *Duplex"
 
3995
  UIConstraints "*PageSize 8k *Duplex"
 
3996
 
 
3997
// Large
 
3998
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 18 36 18 9 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
3999
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
4000
  CustomMedia "B4/B4 257x364mm" 729 1033 18 36 18 9 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
4001
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
4002
  CustomMedia "B4.Duplex/B4 AutoDuplex 257x364mm" 729 1024 18 27 18 9 "<</PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
4003
         "<</cupsInteger0 1/PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
4004
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18 36 18 9 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
4005
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
4006
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 18 36 18 9 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
4007
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
4008
  CustomMedia "A3/A3 297x420mm" 842 1190 18 36 18 9 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
4009
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
4010
  CustomMedia "A3.Duplex/A3 AutoDuplex 297x420mm" 842 1181 18 27 18 36 "<</PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
4011
         "<</cupsInteger0 1/PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
4012
 
 
4013
    // Custom page sizes from 1x4in to SuperB
 
4014
    HWMargins 18 36 18 36
 
4015
    VariablePaperSize Yes
 
4016
    MinSize 1in 4in 
 
4017
    MaxSize 936 1368
 
4018
 
 
4019
    // <%DJGenericVIP:LargeFormatSuperB:NoAutoTray%>
 
4020
    {
 
4021
      ModelName "HP Photosmart 8700 Series"
 
4022
      Attribute "NickName" "" "HP Photosmart 8700 Series, $Version"
 
4023
      Attribute "ShortNickName" "" "HP Photosmart 8700 Series"
 
4024
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart 8700 series;DES:photosmart 8700 series;"
 
4025
      PCFileName "hp-photosmart_8700_series.ppd"
 
4026
      Attribute "Product" "" "(HP Photosmart 8750 Professional Photo Printer)"
 
4027
      Attribute "Product" "" "(HP Photosmart 8750xi Professional Photo Printer)"
 
4028
      Attribute "Product" "" "(HP Photosmart 8750gp Professional Photo Printer)"
 
4029
      Attribute "Product" "" "(HP Photosmart 8753 Professional Photo Printer)"
 
4030
      Attribute "Product" "" "(HP Photosmart 8758 Professional Photo Printer)"
 
4031
    }
 
4032
 
 
4033
  }  // End Large format media sizes with full bleed.
 
4034
 
 
4035
} // End DJGenericVIP with NoAutoTray
 
4036
 
 
4037
//////// DJGenericVIP with NoEvenDuplex (ie: cupsEvenDuplex = False)
 
4038
{
 
4039
  Attribute "cupsBackSide" "" "Rotated"
 
4040
  Attribute "cupsFlipDuplex" "" "True"
 
4041
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
4042
  Attribute "HPMechOffset" "" "70"
 
4043
 
 
4044
  Group "General/General"
 
4045
 
 
4046
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
 
4047
    Choice "DuplexNoTumble/Long Edge (Standard)" "<</Duplex true/Tumble false>>setpagedevice"
 
4048
    Choice "DuplexTumble/Short Edge (Flip)" "<</Duplex true/Tumble true>>setpagedevice"
 
4049
    *Choice "None/Off" "<</Duplex false/Tumble false>>setpagedevice"
 
4050
 
 
4051
  // MediaPosition values map to MediaSource enumeration in global_types.h
 
4052
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
 
4053
    *Choice "Auto/Auto-Select" "<</MediaPosition 7>>setpagedevice"
 
4054
    Choice "PhotoTray/Photo Tray" "<</MediaPosition 6>>setpagedevice"
 
4055
    Choice "Upper/Upper Tray" "<</MediaPosition 1>>setpagedevice"
 
4056
    Choice "Lower/Lower Tray" "<</MediaPosition 4>>setpagedevice"
 
4057
    Choice "Envelope/Envelope Feeder" "<</MediaPosition 3>>setpagedevice"
 
4058
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
 
4059
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
 
4060
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
 
4061
    Choice "CDDVDTray/CD or DVD Tray" "<</MediaPosition 14>>setpagedevice"
 
4062
 
 
4063
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
 
4064
    Choice "CMYGray/High Quality Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1>>setpagedevice"
 
4065
    Choice "KGray/Black Only Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2>>setpagedevice"
 
4066
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
 
4067
 
 
4068
  // cupsMediaType values map to MEDIATYPE from global_types.h
 
4069
  Option "MediaType/Media Type" PickOne AnySetup 10.0
 
4070
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType -1>>setpagedevice"
 
4071
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
 
4072
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
 
4073
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
 
4074
    Choice "CDDVDMedia/CD or DVD Media" "<</MediaType(CDDVDMedia)/cupsMediaType 7>>setpagedevice"
 
4075
 
 
4076
  // cupsCompression values map to QUALITY_MODE from global_types.h
 
4077
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
 
4078
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
4079
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
4080
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
4081
    Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
 
4082
    Choice "FastDraft/Fast Draft" "<</OutputType(-2)/HWResolution[300 300]>>setpagedevice"
 
4083
 
 
4084
  // Duplexer is optional...
 
4085
  Installable "OptionDuplex/Duplexer Installed"
 
4086
 
 
4087
  // Constraints
 
4088
  UIConstraints "*Duplex *OptionDuplex False"
 
4089
  UIConstraints "*ColorModel KGray *OutputMode Photo"
 
4090
  UIConstraints "*ColorModel CMYGray *OutputMode Photo"
 
4091
  UIConstraints "*MediaType Automatic *OutputMode FastDraft"
 
4092
  UIConstraints "*MediaType Automatic *PageSize EnvMonarch"
 
4093
  UIConstraints "*MediaType Glossy *OutputMode FastDraft"
 
4094
  UIConstraints "*MediaType Glossy *OutputMode Draft"
 
4095
  UIConstraints "*MediaType TransparencyFilm *OutputMode FastDraft"
 
4096
  UIConstraints "*MediaType Plain *OutputMode Photo"
 
4097
  UIConstraints "*InputSlot CDDVDTray *MediaType Automatic"
 
4098
  UIConstraints "*InputSlot CDDVDTray *MediaType Plain"
 
4099
  UIConstraints "*InputSlot CDDVDTray *MediaType Glossy"
 
4100
  UIConstraints "*InputSlot CDDVDTray *MediaType TransparencyFilm"
 
4101
  UIConstraints "*PageSize Letter *Duplex"
 
4102
  UIConstraints "*PageSize A4 *Duplex"
 
4103
  UIConstraints "*PageSize Legal *Duplex"
 
4104
  UIConstraints "*PageSize Photo4x6 *Duplex"
 
4105
  UIConstraints "*PageSize Photo5x7 *Duplex"
 
4106
  UIConstraints "*PageSize A5 *Duplex"
 
4107
  UIConstraints "*PageSize A6 *Duplex"
 
4108
  UIConstraints "*PageSize B5 *Duplex"
 
4109
  UIConstraints "*PageSize Oufuku *Duplex"
 
4110
  UIConstraints "*PageSize Hagaki *Duplex"
 
4111
  UIConstraints "*PageSize Executive *Duplex"
 
4112
  UIConstraints "*PageSize FLSA *Duplex"
 
4113
  UIConstraints "*PageSize ExecutiveJIS *Duplex"
 
4114
  UIConstraints "*PageSize 16k *Duplex"
 
4115
  UIConstraints "*PageSize Card3x5 *Duplex"
 
4116
  UIConstraints "*PageSize Card5x8 *Duplex"
 
4117
  UIConstraints "*PageSize Env10 *Duplex"
 
4118
  UIConstraints "*PageSize EnvA2 *Duplex"
 
4119
  UIConstraints "*PageSize EnvC6 *Duplex"
 
4120
  UIConstraints "*PageSize EnvDL *Duplex"
 
4121
  UIConstraints "*PageSize EnvC5 *Duplex"
 
4122
  UIConstraints "*PageSize EnvB5 *Duplex"
 
4123
  UIConstraints "*PageSize EnvChou3 *Duplex"
 
4124
  UIConstraints "*PageSize EnvChou4 *Duplex"
 
4125
  UIConstraints "*PageSize EnvMonarch *Duplex"
 
4126
 
 
4127
  Attribute "cupsModelName" "" "deskjet 5600"     // APDK device class
 
4128
 
 
4129
// 4x6 or smaller
 
4130
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 9 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
4131
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
4132
  CustomMedia "Card3x5.FB/Index Card Borderless 3x5in" 226 370 0 0 0 0 "<</PageSize [226 370]/ImagingBBox null>>setpagedevice"
 
4133
         "<</cupsInteger0 78/PageSize[226 370]/ImagingBBox null>>setpagedevice"
 
4134
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 9 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
4135
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
4136
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
4137
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
4138
  CustomMedia "Hagaki.FB/Hagaki Borderless 100x148mm" 294 430 0 0 0 0 "<</PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
4139
         "<</cupsInteger0 71/PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
4140
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 9 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
4141
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
4142
  CustomMedia "Photo4x6.FB/Photo Borderless 4x6 in" 298 442 0 0 0 0 "<</PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
4143
         "<</cupsInteger0 74/PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
4144
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 9 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
4145
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
4146
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 9 27 9 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
4147
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
4148
  CustomMedia "A6.FB/A6 Borderless 105x148mm" 307 430 0 0 0 0 "<</PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
4149
         "<</cupsInteger0 73/PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
4150
 
 
4151
// 5x7
 
4152
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 9 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
4153
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
4154
  CustomMedia "Photo5x7.FB/Photo Borderless 5x7in" 370 514 0 0 0 0 "<</PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
4155
         "<</cupsInteger0 122/PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
4156
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 9 9 9 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
4157
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
4158
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
4159
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
4160
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 9 9 9 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
4161
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
4162
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
4163
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
4164
  CustomMedia "Oufuku.FB/Oufuku-Hagaki Borderless 148x200mm" 577 430 0 0 0 0 "<</PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
4165
         "<</cupsInteger0 72/PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
4166
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 9 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
4167
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
4168
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 9 27 9 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
4169
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
4170
  CustomMedia "A5.FB/A5 Borderless 148x210mm" 430 605 0 0 0 0 "<</PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
4171
         "<</cupsInteger0 25/PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
4172
 
 
4173
// Standard
 
4174
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 9 9 9 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
4175
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
4176
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 9 27 9 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
4177
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
4178
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 9 9 9 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
4179
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
4180
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 9 27 9 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
4181
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
4182
  CustomMedia "JB5.FB/JB5 Borderless 182x257mm" 526 739 0 0 0 0 "<</PageSize[526 739]/ImagingBBox null>>setpagedevice"
 
4183
         "<</cupsInteger0 45/PageSize [526 739]/ImagingBBox null>>setpagedevice"
 
4184
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 9 9 9 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
4185
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
4186
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 9 27 9 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
4187
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
4188
  CustomMedia "16k/16k 7.75x10.75in" 558 774 9 9 9 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
4189
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
4190
  CustomMedia "8x10/8x10in" 576 720 9 36 9 9 "<</PageSize[576 720]/ImagingBBox null>>setpagedevice"
 
4191
         "<</cupsInteger0 7/PageSize[576 720]/ImagingBBox null>>setpagedevice"
 
4192
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 9 9 9 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
4193
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
4194
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 9 27 9 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
4195
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
4196
  CustomMedia "Letter.FB/Letter Borderless 8.5x11in" 622 802 0 0 0 0 "<</PageSize[622 802]/ImagingBBox null>>setpagedevice"
 
4197
         "<</cupsInteger0 2/PageSize[622 802]/ImagingBBox null>>setpagedevice"
 
4198
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9 9 9 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
4199
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
4200
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 9 27 9 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
4201
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
4202
  CustomMedia "A4.FB/A4 Borderless 210x297mm" 605 852 0 0 0 0 "<</PageSize[605 852]/ImagingBBox null>>setpagedevice" 
 
4203
         "<</cupsInteger0 26/PageSize[605 852]/ImagingBBox null>>setpagedevice"
 
4204
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 9 9 9 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4205
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4206
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 9 9 9 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4207
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4208
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 9 9 9 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
4209
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
4210
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 9 27 9 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
4211
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
4212
 
 
4213
// CDDVD
 
4214
  CustomMedia "CDDVD80/CD DVD 80mm" 238 238 4 4 4 4 "<</PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
4215
         "<</cupsInteger0 98/PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
4216
  CustomMedia "CDDVD120/CD DVD 120mm" 360 360 4 4 4 4 "<</PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
4217
         "<</cupsInteger0 99/PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
4218
 
 
4219
// Envelope
 
4220
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
4221
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
4222
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 9 39 9 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
4223
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
4224
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
4225
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
4226
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 9 41 9 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
4227
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
4228
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 9 41 9 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
4229
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
4230
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 9 41 9 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
4231
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
4232
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
4233
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
4234
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 9 41 9 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
4235
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
4236
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 9 41 9 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
4237
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
4238
 
 
4239
  {
 
4240
    // Custom page sizes from 1x4in to Legal
 
4241
    HWMargins 18 36 18 36
 
4242
    VariablePaperSize Yes
 
4243
    MinSize 1in 4in
 
4244
    MaxSize 8.5in 14in
 
4245
 
 
4246
    // <%DJGenericVIP:NoEvenDuplex%>
 
4247
    {
 
4248
      ModelName "HP Photosmart c8100 Series"
 
4249
      Attribute "NickName" "" "HP Photosmart c8100 Series, $Version"
 
4250
      Attribute "ShortNickName" "" "HP Photosmart c8100 Series"
 
4251
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart c8100 series;DES:photosmart c8100 series;"
 
4252
      PCFileName "hp-photosmart_c8100_series.ppd"
 
4253
      Attribute "Product" "" "(HP Photosmart c8150 All-in-one Printer)"
 
4254
      Attribute "Product" "" "(HP Photosmart c8180 All-in-one Printer)"
 
4255
      Attribute "Product" "" "(HP Photosmart c8183 All-in-one Printer)"
 
4256
      Attribute "Product" "" "(HP Photosmart c8188 All-in-one Printer)"
 
4257
    }
 
4258
  } // End Supported media sizes with full bleed.
 
4259
} // End DJGenericVIP with NoEvenDuplex
 
4260
 
3603
4261
//////// OJProKx50 and DJGenericVIP with no fullbleed
3604
4262
{
3605
4263
  Attribute "cupsEvenDuplex" "" "True"
3606
4264
  Attribute "cupsBackSide" "" "Rotated"
3607
4265
  Attribute "cupsFlipDuplex" "" "True"
 
4266
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
4267
  Attribute "HPMechOffset" "" "70"
3608
4268
 
3609
4269
  Group "General/General"
3610
4270
 
3623
4283
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
3624
4284
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
3625
4285
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
 
4286
    Choice "CDDVDTray/CD or DVD Tray" "<</MediaPosition 14>>setpagedevice"
3626
4287
 
3627
4288
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
3628
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
3629
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
 
4289
    Choice "CMYGray/High Quality Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1>>setpagedevice"
 
4290
    Choice "KGray/Black Only Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2>>setpagedevice"
 
4291
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
3630
4292
 
3631
4293
  // cupsMediaType values map to MEDIATYPE from global_types.h
3632
4294
  Option "MediaType/Media Type" PickOne AnySetup 10.0
3633
 
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType 5>>setpagedevice"
 
4295
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType -1>>setpagedevice"
3634
4296
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
3635
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
4297
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
3636
4298
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
 
4299
    Choice "CDDVDMedia/CD or DVD Media" "<</MediaType(CDDVDMedia)/cupsMediaType 7>>setpagedevice"
3637
4300
 
3638
4301
  // cupsCompression values map to QUALITY_MODE from global_types.h
3639
4302
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
3640
 
    Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
3641
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
3642
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
3643
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
3644
 
    Choice "FastDraft/Fast Draft" "<</cupsCompression 4/HWResolution[300 300]>>setpagedevice"
3645
 
    *Choice "Auto/Automatic" "<</cupsCompression 5/HWResolution[600 600]>>setpagedevice"
3646
 
 
3647
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
3648
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
3649
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
3650
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
3651
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
3652
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
4303
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
4304
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
4305
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
4306
    Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
 
4307
    Choice "FastDraft/Fast Draft" "<</OutputType(-2)/HWResolution[300 300]>>setpagedevice"
3653
4308
 
3654
4309
  // Duplexer is optional...
3655
4310
  Installable "OptionDuplex/Duplexer Installed"
3656
4311
 
3657
4312
  // Constraints
3658
4313
  UIConstraints "*Duplex *OptionDuplex False"
3659
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
3660
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
3661
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
4314
  UIConstraints "*ColorModel KGray *OutputMode Photo"
 
4315
  UIConstraints "*ColorModel CMYGray *OutputMode Photo"
 
4316
  UIConstraints "*MediaType Automatic *OutputMode FastDraft"
 
4317
  UIConstraints "*MediaType Glossy *OutputMode FastDraft"
 
4318
  UIConstraints "*MediaType Glossy *OutputMode Draft"
 
4319
  UIConstraints "*MediaType TransparencyFilm *OutputMode FastDraft"
 
4320
  UIConstraints "*MediaType Plain *OutputMode Photo"
 
4321
  UIConstraints "*InputSlot CDDVDTray *MediaType Automatic"
 
4322
  UIConstraints "*InputSlot CDDVDTray *MediaType Plain"
 
4323
  UIConstraints "*InputSlot CDDVDTray *MediaType Glossy"
 
4324
  UIConstraints "*InputSlot CDDVDTray *MediaType TransparencyFilm"
3662
4325
  UIConstraints "*PageSize Letter *Duplex"
3663
4326
  UIConstraints "*PageSize A4 *Duplex"
3664
4327
  UIConstraints "*PageSize Legal *Duplex"
3665
 
  UIConstraints "*PageSize Photo *Duplex"
 
4328
  UIConstraints "*PageSize Photo4x6 *Duplex"
3666
4329
  UIConstraints "*PageSize Photo5x7 *Duplex"
3667
4330
  UIConstraints "*PageSize A5 *Duplex"
3668
4331
  UIConstraints "*PageSize A6 *Duplex"
3684
4347
  UIConstraints "*PageSize EnvChou3 *Duplex"
3685
4348
  UIConstraints "*PageSize EnvChou4 *Duplex"
3686
4349
  UIConstraints "*PageSize EnvMonarch *Duplex"
3687
 
  // Large format
3688
 
  UIConstraints "*PageSize A3 *Duplex"
3689
 
  UIConstraints "*PageSize B4 *Duplex"
3690
 
  UIConstraints "*PageSize Ledger *Duplex"
3691
 
  UIConstraints "*PageSize SuperB *Duplex"
3692
 
  UIConstraints "*PageSize 8k *Duplex"
3693
4350
 
3694
4351
  Attribute "cupsModelName" "" "Officejet Pro K5400"     // APDK device class 
3695
4352
 
3696
4353
    // Supported media sizes with no full bleed
3697
 
// Was DJGenericVIP_margin.defs. Used by DJGenericVIP.
3698
 
HWMargins 9 36 9 9
3699
 
*MediaSize Letter
3700
 
HWMargins 9 36 9 9
3701
 
MediaSize A4
3702
 
HWMargins 9 36 9 9
3703
 
MediaSize Legal
3704
 
HWMargins 9 9 9 9
3705
 
MediaSize Photo
3706
 
HWMargins 9 36 9 9
3707
 
MediaSize Photo5x7
3708
 
HWMargins 9 36 9 9
3709
 
MediaSize A5
3710
 
HWMargins 9 36 9 9
3711
 
MediaSize A6
3712
 
HWMargins 9 36 9 9
3713
 
MediaSize B5
3714
 
HWMargins 9 36 9 9
3715
 
MediaSize JB5
3716
 
HWMargins 9 36 9 9
3717
 
MediaSize Oufuku
3718
 
HWMargins 9 36 9 9
3719
 
MediaSize Hagaki
3720
 
HWMargins 9 36 9 9
3721
 
MediaSize Executive
3722
 
HWMargins 9 36 9 9
3723
 
MediaSize FLSA
3724
 
HWMargins 9 35 9 9
3725
 
MediaSize ExecutiveJIS
3726
 
HWMargins 9 36 9 9
3727
 
MediaSize 16k
3728
 
HWMargins 9 36 9 9
3729
 
MediaSize Card3x5
3730
 
HWMargins 9 36 9 9
3731
 
MediaSize Card5x8
3732
 
HWMargins 9 36 9 9
3733
 
MediaSize Env10
3734
 
HWMargins 9 36 9 9
3735
 
MediaSize EnvA2
3736
 
HWMargins 9 36 9 9
3737
 
MediaSize EnvC6
3738
 
HWMargins 9 36 9 9
3739
 
MediaSize EnvDL
3740
 
HWMargins 9 36 9 9
3741
 
MediaSize EnvC5
3742
 
HWMargins 9 36 9 9
3743
 
MediaSize EnvB5
3744
 
HWMargins 9 36 9 9
3745
 
MediaSize EnvChou3
3746
 
HWMargins 9 36 9 9
3747
 
MediaSize EnvChou4
3748
 
HWMargins 9 36 9 9
3749
 
MediaSize EnvMonarch
3750
 
HWMargins 4 4 4 4
3751
 
MediaSize CDDVD80
3752
 
HWMargins 4 4 4 4
3753
 
MediaSize CDDVD120
3754
 
HWMargins 9 27 9 36
3755
 
MediaSize LetterDuplex
3756
 
HWMargins 9 27 9 36
3757
 
MediaSize A4Duplex
3758
 
HWMargins 9 27 9 36
3759
 
MediaSize LegalDuplex
3760
 
HWMargins 9 27 9 36
3761
 
MediaSize A6Duplex
3762
 
HWMargins 9 27 9 36
3763
 
MediaSize A5Duplex
3764
 
HWMargins 9 27 9 36
3765
 
MediaSize B5Duplex
3766
 
HWMargins 9 27 9 36
3767
 
MediaSize JB5Duplex
3768
 
HWMargins 9 27 9 36
3769
 
MediaSize ExecutiveDuplex
3770
 
HWMargins 9 27 9 36
3771
 
MediaSize Card4x6Duplex
3772
 
HWMargins 9 27 9 36
3773
 
MediaSize Card5x8Duplex
3774
 
HWMargins 9 27 9 36
3775
 
MediaSize OufukuDuplex
3776
 
HWMargins 9 27 9 36
3777
 
MediaSize HagakiDuplex
3778
 
// </DJGenericVIP_margin.defs>
 
4354
// 4x6 or smaller
 
4355
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 9 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
4356
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
4357
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 9 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
4358
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
4359
  CustomMedia "Hagaki.Duplex/Hagaki AutoDuplex 100x148mm" 284 411 9 27 9 36 "<</PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
4360
         "<</cupsInteger0 71/PageSize[284 411]/ImagingBBox null>>setpagedevice"
 
4361
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 9 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
4362
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
4363
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 9 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
4364
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
4365
  CustomMedia "A6.Duplex/A6 AutoDuplex 105x148mm)" 297 411 9 27 9 36 "<</PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
4366
         "<</cupsInteger0 73/PageSize[297 411]/ImagingBBox null>>setpagedevice"
 
4367
 
 
4368
// 5x7
 
4369
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 9 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
4370
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
4371
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 9 9 9 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
4372
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
4373
  CustomMedia "Card5x8.Duplex/Index Card AutoDuplex 5x8in" 360 567 9 27 9 36 "<</PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
4374
         "<</cupsInteger0 75/PageSize[360 567]/ImagingBBox null>>setpagedevice"
 
4375
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 9 9 9 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
4376
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
4377
  CustomMedia "Oufuku.Duplex/Oufuku-Hagaki AutoDuplex 148x200mm" 567 411 9 27 9 36 "<</PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
4378
         "<</cupsInteger0 72/PageSize[567 411]/ImagingBBox null>>setpagedevice"
 
4379
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 9 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
4380
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
4381
  CustomMedia "A5.Duplex/A5 AutoDuplex 148x210mm" 420 586 9 27 9 36 "<</PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
4382
         "<</cupsInteger0 25/PageSize[420 586]/ImagingBBox null>>setpagedevice"
 
4383
 
 
4384
// Standard
 
4385
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 9 9 9 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
4386
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
4387
  CustomMedia "B5.Duplex/B5 AutoDuplex 176x250mm" 499 699 9 27 9 36 "<</PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
4388
         "<</cupsInteger0 65/PageSize[499 699]/ImagingBBox null>>setpagedevice"
 
4389
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 9 9 9 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
4390
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
4391
  CustomMedia "JB5.Duplex/JB5 AutoDuplex 182x257mm" 516 720 9 27 9 36 "<</PageSize[516 720]/ImagingBBox null>>setpagedevice"
 
4392
         "<</cupsInteger0 45/PageSize [516 720]/ImagingBBox null>>setpagedevice"
 
4393
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 9 9 9 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
4394
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
4395
  CustomMedia "Executive.Duplex/Executive AutoDuplex 7.25x10.5in" 522 747 9 27 9 36 "<</PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
4396
         "<</cupsInteger0 1/PageSize[522 747]/ImagingBBox null>>setpagedevice"
 
4397
  CustomMedia "16k/16k 7.75x10.75in" 558 774 9 9 9 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
4398
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
4399
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 9 9 9 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
4400
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
4401
  CustomMedia "Letter.Duplex/Letter AutoDuplex 8.5x11in" 612 783 9 27 9 36 "<</PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
4402
         "<</cupsInteger0 2/PageSize[612 783]/ImagingBBox null>>setpagedevice"
 
4403
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9 9 9 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
4404
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
4405
  CustomMedia "A4.Duplex/A4 AutoDuplex 210x297mm" 595 833 9 27 9 36 "<</PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
4406
         "<</cupsInteger0 26/PageSize[595 833]/ImagingBBox null>>setpagedevice"
 
4407
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 9 9 9 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4408
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4409
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 9 9 9 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4410
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4411
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 9 9 9 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
4412
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
4413
  CustomMedia "Legal.Duplex/Legal AutoDuplex 8.5x14in" 612 999 9 27 9 36 "<</PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
4414
         "<</cupsInteger0 3/PageSize[612 999]/ImagingBBox null>>setpagedevice"
 
4415
 
 
4416
// CDDVD
 
4417
  CustomMedia "CDDVD80/CD DVD 80mm" 238 238 4 4 4 4 "<</PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
4418
         "<</cupsInteger0 98/PageSize[238 238]/ImagingBBox null>>setpagedevice"
 
4419
  CustomMedia "CDDVD120/CD DVD 120mm" 360 360 4 4 4 4 "<</PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
4420
         "<</cupsInteger0 99/PageSize[360 360]/ImagingBBox null>>setpagedevice"
 
4421
 
 
4422
// Envelope
 
4423
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
4424
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
4425
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 9 39 9 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
4426
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
4427
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
4428
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
4429
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 9 41 9 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
4430
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
4431
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 9 41 9 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
4432
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
4433
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 9 41 9 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
4434
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
4435
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
4436
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
4437
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 9 41 9 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
4438
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
4439
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 9 41 9 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
4440
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
4441
 
3779
4442
  {
3780
4443
    // Custom page sizes from 1x4in to Legal
3781
 
    HWMargins 18 36 18 36
 
4444
    HWMargins 9 36 9 36
3782
4445
    VariablePaperSize Yes
3783
4446
    MinSize 1in 4in
3784
4447
    MaxSize 8.5in 14in
3910
4573
  } // End Supported media sizes with no full bleed.
3911
4574
 
3912
4575
  { 
 
4576
  // Large format
 
4577
  UIConstraints "*PageSize A3 *Duplex"
 
4578
  UIConstraints "*PageSize B4 *Duplex"
 
4579
  UIConstraints "*PageSize Ledger *Duplex"
 
4580
  UIConstraints "*PageSize SuperB *Duplex"
 
4581
  UIConstraints "*PageSize 8k *Duplex"
 
4582
 
3913
4583
    // Large format media sizes with no full bleed.
3914
 
// Was DJGenericVIP_LargeFormat_margin.defs. Used by DJGenericVIP_LargeFormat.
3915
 
HWMargins 9 36 9 9
3916
 
MediaSize A3
3917
 
HWMargins 9 36 9 9
3918
 
MediaSize B4
3919
 
HWMargins 9 36 9 9
3920
 
MediaSize Ledger
3921
 
HWMargins 9 54 9 9
3922
 
MediaSize SuperB
3923
 
HWMargins 9 36 9 9
3924
 
MediaSize 8k
3925
 
HWMargins 9 27 9 36
3926
 
MediaSize A3Duplex
3927
 
HWMargins 9 27 9 36
3928
 
MediaSize B4Duplex
3929
 
// </DJGenericVIP_LargeFormat_margin.defs>
 
4584
// Large
 
4585
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 18 36 18 9 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
4586
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
4587
  CustomMedia "B4/B4 257x364mm" 729 1033 18 36 18 9 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
4588
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
4589
  CustomMedia "B4.Duplex/B4 AutoDuplex 257x364mm" 729 1024 18 27 18 36 "<</PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
4590
         "<</cupsInteger0 1/PageSize[729 1024]/ImagingBBox null>>setpagedevice"
 
4591
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18 36 18 9 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
4592
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
4593
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 18 36 18 9 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
4594
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
4595
  CustomMedia "A3/A3 297x420mm" 842 1190 18 36 18 9 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
4596
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
4597
  CustomMedia "A3.Duplex/A3 AutoDuplex 297x420mm" 842 1181 18 27 18 36 "<</PageSize[842 1181]/ImagingBBox null>>setpagedevice"
 
4598
         "<</cupsInteger0 1/PageSize[842 1181]/ImagingBBox null>>setpagedevice"
3930
4599
 
3931
4600
    // Custom page sizes from 1x4in to SuperB
3932
 
    HWMargins 18 36 18 36
 
4601
    HWMargins 9 36 9 36
3933
4602
    VariablePaperSize Yes
3934
4603
    MinSize 1in 4in  
3935
4604
    MaxSize 936 1368
3961
4630
 
3962
4631
///////////////// DJ3320
3963
4632
{
 
4633
  Attribute "hpPrinterLanguage" "" "lidil"
 
4634
  Attribute "hpPrinterPlatform" "" "dj3320"
 
4635
  Attribute "HPMechOffset" "" "70"
 
4636
 
3964
4637
  Group "General/General"
3965
4638
 
3966
4639
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
3979
4652
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
3980
4653
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
3981
4654
 
3982
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
3983
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
3984
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
3985
 
 
3986
4655
  // cupsMediaType values map to MEDIATYPE from global_types.h
3987
4656
  Option "MediaType/Media Type" PickOne AnySetup 10.0
3988
4657
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
3989
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
4658
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
3990
4659
 
3991
4660
  // cupsCompression values map to QUALITY_MODE from global_types.h
3992
4661
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
3993
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
3994
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
3995
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
3996
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[600 600]>>setpagedevice"
3997
 
 
3998
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
3999
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
4000
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
4001
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
4002
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
4003
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
4662
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[600 600]>>setpagedevice"
 
4663
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[600 600]>>setpagedevice"
 
4664
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
4665
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
4666
    Choice "Photo/High-Resolution Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoBestPhotoColor)/HWResolution[600 600]>>setpagedevice"
4004
4667
 
4005
4668
  // Duplexer is optional...
4006
4669
  Installable "OptionDuplex/Duplexer Installed"
4007
4670
 
4008
4671
  // Constraints
4009
4672
  UIConstraints "*Duplex *OptionDuplex False"
4010
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
4011
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
4012
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
4673
  UIConstraints "*MediaType Glossy *OutputMode DraftRGB"
 
4674
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
4675
  UIConstraints "*MediaType Plain *OutputMode Photo"
4013
4676
 
4014
4677
  Attribute "cupsModelName" "" "deskjet 3320"     // APDK device class 
4015
4678
 
4016
4679
  {
4017
 
    // Supported media sizes
4018
 
// <DJ8xx_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ8xx<br>DJ8x5<br>DJ850<br>DJ890<br>DJ3320.)
4019
 
HWMargins 18 36 18 9
4020
 
*MediaSize Letter
4021
 
HWMargins 10 36 10 9
4022
 
MediaSize A4
4023
 
HWMargins 18 36 18 9
4024
 
MediaSize Legal
4025
 
HWMargins 9 9 9 9
4026
 
MediaSize Photo
4027
 
HWMargins 9 36 9 9
4028
 
MediaSize Photo5x7
4029
 
HWMargins 9 36 9 9
4030
 
MediaSize A5
4031
 
HWMargins 9 36 9 9
4032
 
MediaSize A6
4033
 
HWMargins 18 36 18 9
4034
 
MediaSize B5
4035
 
HWMargins 18 36 18 9
4036
 
MediaSize JB5
4037
 
HWMargins 18 27 18 9
4038
 
MediaSize Oufuku
4039
 
HWMargins 9 9 9 9
4040
 
MediaSize Hagaki
4041
 
HWMargins 18 36 18 9
4042
 
MediaSize Executive
4043
 
HWMargins 18 36 18 9
4044
 
MediaSize FLSA
4045
 
HWMargins 18 35 18 9
4046
 
MediaSize ExecutiveJIS
4047
 
HWMargins 18 36 18 9
4048
 
MediaSize 16k
4049
 
HWMargins 18 36 18 9
4050
 
MediaSize Card3x5
4051
 
HWMargins 18 36 18 9
4052
 
MediaSize Card5x8
4053
 
HWMargins 9 36 9 9
4054
 
MediaSize Env10
4055
 
HWMargins 9 36 9 9
4056
 
MediaSize EnvA2
4057
 
HWMargins 9 36 9 9
4058
 
MediaSize EnvC6
4059
 
HWMargins 9 36 9 9
4060
 
MediaSize EnvDL
4061
 
HWMargins 18 36 18 9
4062
 
MediaSize EnvC5
4063
 
HWMargins 18 36 18 9
4064
 
MediaSize EnvB5
4065
 
HWMargins 9 36 9 9
4066
 
MediaSize EnvChou3
4067
 
HWMargins 9 36 9 9
4068
 
MediaSize EnvChou4
4069
 
HWMargins 18 36 18 9
4070
 
MediaSize EnvMonarch
4071
 
// </DJ8xx_margin.defs>
 
4680
// 4x6 or smaller
 
4681
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
4682
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
4683
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9.00 36.00 9.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
4684
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
4685
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
4686
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
4687
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9.00 36.00 9.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
4688
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
4689
 
 
4690
// 5x7
 
4691
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9.00 36.00 9.00 9.00 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
4692
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
4693
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
4694
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
4695
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
4696
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
4697
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9.00 36.00 9.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
4698
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
4699
 
 
4700
// Standard
 
4701
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 36 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
4702
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
4703
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 36 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
4704
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
4705
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
4706
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
4707
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 36 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
4708
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
4709
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 36 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
4710
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
4711
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36.00 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
4712
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
4713
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4714
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4715
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4716
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
4717
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 36.00 18.00 9.00 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
4718
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
4719
 
 
4720
// Envelope
 
4721
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18.00 36.00 18.00 9.00 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
4722
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
4723
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
4724
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
4725
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18.00 36.00 18.00 9.00 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
4726
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
4727
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
4728
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
4729
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
4730
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
4731
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
4732
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
4733
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  18.00 36.00 18.00 9.00 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
4734
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
4735
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
4736
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
4737
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
4738
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
4072
4739
 
4073
4740
    // Custom page sizes from 1x4in to Legal
4074
4741
    HWMargins 18 36 18 36
4374
5041
 
4375
5042
//////////////////////// DJ3600
4376
5043
{
 
5044
  Attribute "hpPrinterLanguage" "" "lidil"
 
5045
  Attribute "hpPrinterPlatform" "" "dj3600"
 
5046
  Attribute "HPMechOffset" "" "70"
 
5047
 
4377
5048
  Group "General/General"
4378
5049
 
4379
5050
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
4392
5063
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
4393
5064
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
4394
5065
 
4395
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
4396
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
4397
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
4398
 
 
4399
5066
  // cupsMediaType values map to MEDIATYPE from global_types.h
4400
5067
  Option "MediaType/Media Type" PickOne AnySetup 10.0
4401
5068
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
4402
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
5069
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
4403
5070
 
4404
5071
  // cupsCompression values map to QUALITY_MODE from global_types.h
4405
5072
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
4406
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
4407
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
4408
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
4409
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[600 600]>>setpagedevice"
4410
 
 
4411
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
4412
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
4413
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
4414
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
4415
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
4416
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
5073
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[600 600]>>setpagedevice"
 
5074
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[600 600]>>setpagedevice"
 
5075
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
5076
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
5077
    Choice "Photo/High-Resolution Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoBestPhotoColor)/HWResolution[600 600]>>setpagedevice"
4417
5078
 
4418
5079
  // Duplexer is optional...
4419
5080
  Installable "OptionDuplex/Duplexer Installed"
4420
5081
 
4421
5082
  // Constraints
4422
5083
  UIConstraints "*Duplex *OptionDuplex False"
4423
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
4424
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
4425
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
5084
  UIConstraints "*MediaType Glossy *OutputMode DraftRGB"
 
5085
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
5086
  UIConstraints "*MediaType Plain *OutputMode Photo"
4426
5087
 
4427
5088
  Attribute "cupsModelName" "" "deskjet 3600"     // APDK device class 
4428
5089
 
4429
5090
  {
4430
 
    // Supported media sizes
4431
 
// Was DJ3600_margin.defs. Used by DJ3600<br>DJ4100.
4432
 
HWMargins 18 36 18 9
4433
 
*MediaSize Letter
4434
 
HWMargins 10 36 10 9
4435
 
MediaSize A4
4436
 
HWMargins 18 36 18 9
4437
 
MediaSize Legal
4438
 
HWMargins 9 9 9 9
4439
 
MediaSize Photo
4440
 
HWMargins 9 36 9 9
4441
 
MediaSize Photo5x7
4442
 
HWMargins 9 36 9 9
4443
 
MediaSize A5
4444
 
HWMargins 9 36 9 9
4445
 
MediaSize A6
4446
 
HWMargins 18 36 18 9
4447
 
MediaSize B5
4448
 
HWMargins 18 36 18 9
4449
 
MediaSize JB5
4450
 
HWMargins 18 27 18 9
4451
 
MediaSize Oufuku
4452
 
HWMargins 9 9 9 9
4453
 
MediaSize Hagaki
4454
 
HWMargins 18 36 18 9
4455
 
MediaSize Executive
4456
 
HWMargins 18 36 18 9
4457
 
MediaSize FLSA
4458
 
HWMargins 18 35 18 9
4459
 
MediaSize ExecutiveJIS
4460
 
HWMargins 18 36 18 9
4461
 
MediaSize 16k
4462
 
HWMargins 18 36 18 9
4463
 
MediaSize Card3x5
4464
 
HWMargins 18 36 18 9
4465
 
MediaSize Card5x8
4466
 
HWMargins 9 36 9 9
4467
 
MediaSize Env10
4468
 
HWMargins 9 36 9 9
4469
 
MediaSize EnvA2
4470
 
HWMargins 9 36 9 9
4471
 
MediaSize EnvC6
4472
 
HWMargins 9 36 9 9
4473
 
MediaSize EnvDL
4474
 
HWMargins 18 36 18 9
4475
 
MediaSize EnvC5
4476
 
HWMargins 18 36 18 9
4477
 
MediaSize EnvB5
4478
 
HWMargins 9 36 9 9
4479
 
MediaSize EnvChou3
4480
 
HWMargins 9 36 9 9
4481
 
MediaSize EnvChou4
4482
 
HWMargins 18 36 18 9
4483
 
MediaSize EnvMonarch
4484
 
HWMargins 0 0 0 0
4485
 
MediaSize PhotoFB
4486
 
HWMargins 0 0 0 0
4487
 
MediaSize Photo5x7FB
4488
 
HWMargins 0 0 0 0
4489
 
MediaSize A6FB
4490
 
HWMargins 0 0 0 0
4491
 
MediaSize OufukuFB
4492
 
HWMargins 0 0 0 0
4493
 
MediaSize HagakiFB
4494
 
HWMargins 0 0 0 0
4495
 
MediaSize LetterFB
4496
 
HWMargins 0 0 0 0
4497
 
MediaSize A4FB
4498
 
HWMargins 0 0 0 0
4499
 
MediaSize A5FB
4500
 
HWMargins 0 0 0 0
4501
 
MediaSize JB5FB
4502
 
HWMargins 0 0 0 0
4503
 
MediaSize Card3x5FB
4504
 
// </DJ3600_margin.defs>
 
5091
// 4x6 or smaller
 
5092
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
5093
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
5094
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9.00 36.00 9.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
5095
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
5096
  CustomMedia "Hagaki.FB/Hagaki Borderless 100x148mm" 294 430 0 0 0 0 "<</PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
5097
         "<</cupsInteger0 71/PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
5098
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
5099
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
5100
  CustomMedia "Photo4x6.FB/Photo Borderless 4x6 in" 298 442 0 0 0 0 "<</PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
5101
         "<</cupsInteger0 74/PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
5102
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9.00 36.00 9.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
5103
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
5104
 
 
5105
// 5x7
 
5106
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9.00 36.00 9.00 9.00 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
5107
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
5108
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
5109
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
5110
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
5111
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
5112
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9.00 36.00 9.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
5113
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
5114
 
 
5115
// Standard
 
5116
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18.00 36.00 18.00 9.00 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
5117
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
5118
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 36 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
5119
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
5120
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 36 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
5121
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
5122
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 36 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
5123
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
5124
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 36 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
5125
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
5126
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36.00 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
5127
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
5128
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
5129
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
5130
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 36 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
5131
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
5132
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 36 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
5133
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
5134
 
 
5135
// Envelope
 
5136
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
5137
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
5138
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
5139
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
5140
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
5141
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
5142
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
5143
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
5144
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
5145
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
5146
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
5147
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
5148
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
5149
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
5150
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
5151
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
5152
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
5153
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
4505
5154
 
4506
5155
    // Custom page sizes from 1x4in to Legal
4507
 
    HWMargins 18 36 18 36
 
5156
    HWMargins 9 36 9 36
4508
5157
    VariablePaperSize Yes
4509
5158
    MinSize 1in 4in
4510
5159
    MaxSize 8.5in 14in
4633
5282
      Attribute "Product" "" "(HP Deskjet d4263 Printer)"
4634
5283
    }
4635
5284
    {
4636
 
      ModelName "HP Officejet j3500 Series"
4637
 
      Attribute "NickName" "" "HP Officejet j3500 Series, $Version"
4638
 
      Attribute "ShortNickName" "" "HP Officejet j3500 Series"
4639
 
      Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet j3500 series;DES:officejet j3500 series;"
4640
 
      PCFileName "hp-officejet_j3500_series.ppd"
4641
 
      Attribute "Product" "" "(HP Officejet j3508 All-in-one Printer)"
4642
 
      Attribute "Product" "" "(HP Officejet j3500 Series All-in-one Printer)"
4643
 
    }
4644
 
    {
4645
5285
      ModelName "HP Officejet j3600 Series"
4646
5286
      Attribute "NickName" "" "HP Officejet j3600 Series, $Version"
4647
5287
      Attribute "ShortNickName" "" "HP Officejet j3600 Series"
4787
5427
  } // End Supported media sizes.
4788
5428
} // End DJ3600
4789
5429
 
4790
 
////////////////// DJ4100
 
5430
////////////////// DJ4100 & DJ2600
4791
5431
{
 
5432
  Attribute "hpPrinterLanguage" "" "lidil"
 
5433
  Attribute "hpPrinterPlatform" "" "dj4100"
 
5434
  Attribute "HPMechOffset" "" "70"
 
5435
 
4792
5436
  Group "General/General"
4793
5437
 
4794
5438
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
4807
5451
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
4808
5452
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
4809
5453
 
4810
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
4811
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
4812
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
4813
 
 
4814
5454
  // cupsMediaType values map to MEDIATYPE from global_types.h
4815
5455
  Option "MediaType/Media Type" PickOne AnySetup 10.0
4816
5456
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
4817
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
5457
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
4818
5458
 
4819
5459
  // cupsCompression values map to QUALITY_MODE from global_types.h
4820
5460
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
4821
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
4822
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
4823
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
4824
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[600 600]>>setpagedevice"
4825
 
 
4826
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
4827
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
4828
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
4829
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
4830
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
4831
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
5461
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 1/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[600 600]>>setpagedevice"
 
5462
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[600 600]>>setpagedevice"
 
5463
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[600 600]>>setpagedevice"
 
5464
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[600 600]>>setpagedevice"
 
5465
    Choice "Photo/High-Resolution Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoBestPhotoColor)/HWResolution[600 600]>>setpagedevice"
4832
5466
 
4833
5467
  // Duplexer is optional...
4834
5468
  Installable "OptionDuplex/Duplexer Installed"
4835
5469
 
4836
5470
  // Constraints
4837
5471
  UIConstraints "*Duplex *OptionDuplex False"
4838
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
4839
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
4840
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
4841
 
 
4842
 
  Attribute "cupsModelName" "" "Deskjet D4100"     // APDK device class 
 
5472
  UIConstraints "*MediaType Glossy *OutputMode DraftRGB"
 
5473
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
5474
  UIConstraints "*MediaType Plain *OutputMode Photo"
4843
5475
 
4844
5476
  {
4845
 
    // Supported media sizes
4846
 
// Was DJ3600_margin.defs. Used by DJ3600<br>DJ4100.
4847
 
HWMargins 18 36 18 9
4848
 
*MediaSize Letter
4849
 
HWMargins 10 36 10 9
4850
 
MediaSize A4
4851
 
HWMargins 18 36 18 9
4852
 
MediaSize Legal
4853
 
HWMargins 9 9 9 9
4854
 
MediaSize Photo
4855
 
HWMargins 9 36 9 9
4856
 
MediaSize Photo5x7
4857
 
HWMargins 9 36 9 9
4858
 
MediaSize A5
4859
 
HWMargins 9 36 9 9
4860
 
MediaSize A6
4861
 
HWMargins 18 36 18 9
4862
 
MediaSize B5
4863
 
HWMargins 18 36 18 9
4864
 
MediaSize JB5
4865
 
HWMargins 18 27 18 9
4866
 
MediaSize Oufuku
4867
 
HWMargins 9 9 9 9
4868
 
MediaSize Hagaki
4869
 
HWMargins 18 36 18 9
4870
 
MediaSize Executive
4871
 
HWMargins 18 36 18 9
4872
 
MediaSize FLSA
4873
 
HWMargins 18 35 18 9
4874
 
MediaSize ExecutiveJIS
4875
 
HWMargins 18 36 18 9
4876
 
MediaSize 16k
4877
 
HWMargins 18 36 18 9
4878
 
MediaSize Card3x5
4879
 
HWMargins 18 36 18 9
4880
 
MediaSize Card5x8
4881
 
HWMargins 9 36 9 9
4882
 
MediaSize Env10
4883
 
HWMargins 9 36 9 9
4884
 
MediaSize EnvA2
4885
 
HWMargins 9 36 9 9
4886
 
MediaSize EnvC6
4887
 
HWMargins 9 36 9 9
4888
 
MediaSize EnvDL
4889
 
HWMargins 18 36 18 9
4890
 
MediaSize EnvC5
4891
 
HWMargins 18 36 18 9
4892
 
MediaSize EnvB5
4893
 
HWMargins 9 36 9 9
4894
 
MediaSize EnvChou3
4895
 
HWMargins 9 36 9 9
4896
 
MediaSize EnvChou4
4897
 
HWMargins 18 36 18 9
4898
 
MediaSize EnvMonarch
4899
 
HWMargins 0 0 0 0
4900
 
MediaSize PhotoFB
4901
 
HWMargins 0 0 0 0
4902
 
MediaSize Photo5x7FB
4903
 
HWMargins 0 0 0 0
4904
 
MediaSize A6FB
4905
 
HWMargins 0 0 0 0
4906
 
MediaSize OufukuFB
4907
 
HWMargins 0 0 0 0
4908
 
MediaSize HagakiFB
4909
 
HWMargins 0 0 0 0
4910
 
MediaSize LetterFB
4911
 
HWMargins 0 0 0 0
4912
 
MediaSize A4FB
4913
 
HWMargins 0 0 0 0
4914
 
MediaSize A5FB
4915
 
HWMargins 0 0 0 0
4916
 
MediaSize JB5FB
4917
 
HWMargins 0 0 0 0
4918
 
MediaSize Card3x5FB
4919
 
// </DJ3600_margin.defs>
 
5477
// 4x6 or smaller
 
5478
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
5479
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
5480
  CustomMedia "Card3x5.FB/Index Card Borderless 3x5in" 226 370 0 0 0 0 "<</PageSize [226 370]/ImagingBBox null>>setpagedevice"
 
5481
         "<</cupsInteger0 78/PageSize[226 370]/ImagingBBox null>>setpagedevice"
 
5482
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9.00 36.00 9.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
5483
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
5484
  CustomMedia "Hagaki.FB/Hagaki Borderless 100x148mm" 294 430 0 0 0 0 "<</PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
5485
         "<</cupsInteger0 71/PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
5486
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
5487
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
5488
  CustomMedia "Photo4x6.FB/Photo Borderless 4x6 in" 298 442 0 0 0 0 "<</PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
5489
         "<</cupsInteger0 74/PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
5490
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9.00 36.00 9.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
5491
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
5492
  CustomMedia "A6.FB/A6 Borderless 105x148mm" 307 430 0 0 0 0 "<</PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
5493
         "<</cupsInteger0 73/PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
5494
 
 
5495
// 5x7
 
5496
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9.00 36.00 9.00 9.00 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
5497
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
5498
  CustomMedia "Photo5x7.FB/Photo Borderless 5x7in" 370 514 0 0 0 0 "<</PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
5499
         "<</cupsInteger0 122/PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
5500
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
5501
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
5502
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
5503
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
5504
  CustomMedia "Oufuku.FB/Oufuku-Hagaki Borderless 148x200mm" 577 430 0 0 0 0 "<</PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
5505
         "<</cupsInteger0 72/PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
5506
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9.00 36.00 9.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
5507
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
5508
  CustomMedia "A5.FB/A5 Borderless 148x210mm" 430 605 0 0 0 0 "<</PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
5509
         "<</cupsInteger0 25/PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
5510
 
 
5511
// Standard
 
5512
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 36 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
5513
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
5514
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 36 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
5515
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
5516
  CustomMedia "JB5.FB/JB5 Borderless 182x257mm" 526 739 0 0 0 0 "<</PageSize[526 739]/ImagingBBox null>>setpagedevice"
 
5517
         "<</cupsInteger0 45/PageSize [526 739]/ImagingBBox null>>setpagedevice"
 
5518
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
5519
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
5520
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 36.00 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
5521
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
5522
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 36 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
5523
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
5524
  CustomMedia "Letter.FB/Letter Borderless 8.5x11in" 622 802 0 0 0 0 "<</PageSize[622 802]/ImagingBBox null>>setpagedevice"
 
5525
         "<</cupsInteger0 2/PageSize[622 802]/ImagingBBox null>>setpagedevice"
 
5526
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36.00 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
5527
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
5528
  CustomMedia "A4.FB/A4 Borderless 210x297mm" 605 852 0 0 0 0 "<</PageSize[605 852]/ImagingBBox null>>setpagedevice" 
 
5529
         "<</cupsInteger0 26/PageSize[605 852]/ImagingBBox null>>setpagedevice"
 
5530
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
5531
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
5532
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
5533
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
5534
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 36.00 18.00 9.00 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
5535
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
5536
 
 
5537
// Envelope
 
5538
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
5539
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
5540
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
5541
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
5542
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
5543
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
5544
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
5545
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
5546
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
5547
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
5548
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
5549
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
5550
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
5551
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
5552
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
5553
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
5554
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
5555
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
4920
5556
 
4921
5557
    // Custom page sizes from 1x4in to Legal
4922
 
    HWMargins 18 36 18 36
 
5558
    HWMargins 9 36 9 36
4923
5559
    VariablePaperSize Yes
4924
5560
    MinSize 1in 4in
4925
5561
    MaxSize 8.5in 14in
4926
 
 
4927
 
    // <%DJ4100:Normal%>
4928
 
    {
4929
 
      ModelName "HP Deskjet d4100 Series"
4930
 
      Attribute "NickName" "" "HP Deskjet d4100 Series, $Version"
4931
 
      Attribute "ShortNickName" "" "HP Deskjet d4100 Series"
4932
 
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d4100 series;DES:deskjet d4100 series;"
4933
 
      PCFileName "hp-deskjet_d4100_series.ppd"
4934
 
      Attribute "Product" "" "(HP Deskjet d4145 Printer)"
4935
 
      Attribute "Product" "" "(HP Deskjet d4145 Printer)"
4936
 
      Attribute "Product" "" "(HP Deskjet d4155 Printer)"
4937
 
      Attribute "Product" "" "(HP Deskjet d4155 Printer)"
4938
 
      Attribute "Product" "" "(HP Deskjet d4160 Printer)"
4939
 
      Attribute "Product" "" "(HP Deskjet d4163 Printer)"
4940
 
      Attribute "Product" "" "(HP Deskjet d4168 Printer)"
4941
 
    }
4942
 
    {
4943
 
      ModelName "HP Deskjet d4200 Series"
4944
 
      Attribute "NickName" "" "HP Deskjet d4200 Series, $Version"
4945
 
      Attribute "ShortNickName" "" "HP Deskjet d4200 Series"
4946
 
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d4200 series;DES:deskjet d4200 series;"
4947
 
      PCFileName "hp-deskjet_d4200_series.ppd"
4948
 
      Attribute "Product" "" "(HP Deskjet d4245 Printer)"
4949
 
      Attribute "Product" "" "(HP Deskjet d4260 Printer)"
4950
 
      Attribute "Product" "" "(HP Deskjet d4266 Printer)"
4951
 
      Attribute "Product" "" "(HP Deskjet d4268 Printer)"
4952
 
    }
4953
 
    {
4954
 
      ModelName "HP Deskjet d4300 Series"
4955
 
      Attribute "NickName" "" "HP Deskjet d4300 Series, $Version"
4956
 
      Attribute "ShortNickName" "" "HP Deskjet d4300 Series"
4957
 
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d4300 series;DES:deskjet d4300 series;"
4958
 
      PCFileName "hp-deskjet_d4300_series.ppd"
4959
 
      Attribute "Product" "" "(HP Deskjet d4360 Printer)"
4960
 
      Attribute "Product" "" "(HP Deskjet d4363 Printer)"
4961
 
      Attribute "Product" "" "(HP Deskjet d4368 Printer)"
 
5562
    {
 
5563
      Attribute "cupsModelName" "" "Deskjet D4100"     // APDK device class 
 
5564
      // <%DJ4100:Normal%>
 
5565
      {
 
5566
        ModelName "HP Deskjet d4100 Series"
 
5567
        Attribute "NickName" "" "HP Deskjet d4100 Series, $Version"
 
5568
        Attribute "ShortNickName" "" "HP Deskjet d4100 Series"
 
5569
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d4100 series;DES:deskjet d4100 series;"
 
5570
        PCFileName "hp-deskjet_d4100_series.ppd"
 
5571
        Attribute "Product" "" "(HP Deskjet d4145 Printer)"
 
5572
        Attribute "Product" "" "(HP Deskjet d4145 Printer)"
 
5573
        Attribute "Product" "" "(HP Deskjet d4155 Printer)"
 
5574
        Attribute "Product" "" "(HP Deskjet d4155 Printer)"
 
5575
        Attribute "Product" "" "(HP Deskjet d4160 Printer)"
 
5576
        Attribute "Product" "" "(HP Deskjet d4163 Printer)"
 
5577
        Attribute "Product" "" "(HP Deskjet d4168 Printer)"
 
5578
      }
 
5579
      {
 
5580
        ModelName "HP Deskjet d4200 Series"
 
5581
        Attribute "NickName" "" "HP Deskjet d4200 Series, $Version"
 
5582
        Attribute "ShortNickName" "" "HP Deskjet d4200 Series"
 
5583
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d4200 series;DES:deskjet d4200 series;"
 
5584
        PCFileName "hp-deskjet_d4200_series.ppd"
 
5585
        Attribute "Product" "" "(HP Deskjet d4245 Printer)"
 
5586
        Attribute "Product" "" "(HP Deskjet d4260 Printer)"
 
5587
        Attribute "Product" "" "(HP Deskjet d4266 Printer)"
 
5588
        Attribute "Product" "" "(HP Deskjet d4268 Printer)"
 
5589
      }
 
5590
      {
 
5591
        ModelName "HP Deskjet d4300 Series"
 
5592
        Attribute "NickName" "" "HP Deskjet d4300 Series, $Version"
 
5593
        Attribute "ShortNickName" "" "HP Deskjet d4300 Series"
 
5594
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d4300 series;DES:deskjet d4300 series;"
 
5595
        PCFileName "hp-deskjet_d4300_series.ppd"
 
5596
        Attribute "Product" "" "(HP Deskjet d4360 Printer)"
 
5597
        Attribute "Product" "" "(HP Deskjet d4363 Printer)"
 
5598
        Attribute "Product" "" "(HP Deskjet d4368 Printer)"
 
5599
      }
 
5600
    }
 
5601
    {
 
5602
      Attribute "cupsModelName" "" "Deskjet D2600"     // APDK device class 
 
5603
      // <%DJD2600:Normal%>
 
5604
      {
 
5605
        ModelName "HP Deskjet Ink Advant k109a-z"
 
5606
        Attribute "NickName" "" "HP Deskjet Ink Advant k109a-z, $Version"
 
5607
        Attribute "ShortNickName" "" "HP Deskjet Ink Advant k109a-z"
 
5608
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet ink advant k109a-z;DES:deskjet ink advant k109a-z;"
 
5609
        PCFileName "hp-deskjet_ink_advant_k109a-z.ppd"
 
5610
        Attribute "Product" "" "(HP Deskjet Ink Advantage k109a Printer)"
 
5611
      }
 
5612
      {
 
5613
        ModelName "HP Deskjet d1600 Series"
 
5614
        Attribute "NickName" "" "HP Deskjet d1600 Series, $Version"
 
5615
        Attribute "ShortNickName" "" "HP Deskjet d1600 Series"
 
5616
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d1600 series;DES:deskjet d1600 series;"
 
5617
        PCFileName "hp-deskjet_d1600_series.ppd"
 
5618
        Attribute "Product" "" "(HP Deskjet d1620 Printer)"
 
5619
        Attribute "Product" "" "(HP Deskjet d1630 Printer)"
 
5620
        Attribute "Product" "" "(HP Deskjet d1650 Printer)"
 
5621
        Attribute "Product" "" "(HP Deskjet d1658 Printer)"
 
5622
        Attribute "Product" "" "(HP Deskjet d1660 Printer)"
 
5623
        Attribute "Product" "" "(HP Deskjet d1663 Printer)"
 
5624
      }
 
5625
      {
 
5626
        ModelName "HP Deskjet d2600 Series"
 
5627
        Attribute "NickName" "" "HP Deskjet d2600 Series, $Version"
 
5628
        Attribute "ShortNickName" "" "HP Deskjet d2600 Series"
 
5629
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet d2600 series;DES:deskjet d2600 series;"
 
5630
        PCFileName "hp-deskjet_d2600_series.ppd"
 
5631
        Attribute "Product" "" "(HP Deskjet d2660 Printer)"
 
5632
        Attribute "Product" "" "(HP Deskjet d2645 Printer)"
 
5633
        Attribute "Product" "" "(HP Deskjet d2663 Printer)"
 
5634
        Attribute "Product" "" "(HP Deskjet d2666 Printer)"
 
5635
        Attribute "Product" "" "(HP Deskjet d2668 Printer)"
 
5636
        Attribute "Product" "" "(HP Deskjet d2680 Printer)"
 
5637
      }
4962
5638
    }
4963
5639
 
4964
5640
  } // End Supported media sizes.
4965
 
} // End DJ4100
 
5641
} // End DJ4100 & DJ2600
4966
5642
 
4967
5643
//////////////////// PSP100 4x6, three-sided fullbleed
4968
5644
{
 
5645
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
5646
  Attribute "HPMechOffset" "" "70"
 
5647
 
4969
5648
  Group "General/General"
4970
5649
 
4971
 
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
4972
 
    Choice "DuplexNoTumble/Long Edge (Standard)" "<</Duplex true/Tumble false>>setpagedevice"
4973
 
    Choice "DuplexTumble/Short Edge (Flip)" "<</Duplex true/Tumble true>>setpagedevice"
4974
 
    *Choice "None/Off" "<</Duplex false/Tumble false>>setpagedevice"
4975
 
 
4976
5650
  // MediaPosition values map to MediaSource enumeration in global_types.h
4977
5651
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
4978
5652
    *Choice "Auto/Auto-Select" "<</MediaPosition 7>>setpagedevice"
4985
5659
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
4986
5660
 
4987
5661
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
4988
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
4989
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
 
5662
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
4990
5663
 
4991
5664
  // cupsMediaType values map to MEDIATYPE from global_types.h
4992
5665
  Option "MediaType/Media Type" PickOne AnySetup 10.0
4993
 
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType 5>>setpagedevice"
 
5666
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType -1>>setpagedevice"
4994
5667
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
4995
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
5668
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
4996
5669
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
4997
5670
 
4998
5671
  // cupsCompression values map to QUALITY_MODE from global_types.h
4999
5672
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
5000
 
    Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
5001
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
5002
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
5003
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
5004
 
    *Choice "Auto/Automatic" "<</cupsCompression 5/HWResolution[600 600]>>setpagedevice"
5005
 
 
5006
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
5007
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
5008
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
5009
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
5010
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
5011
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
5673
    Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
5674
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
5675
    Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
 
5676
    *Choice "Auto/Automatic" "<</OutputType(-3)/HWResolution[600 600]>>setpagedevice"
5012
5677
 
5013
5678
  // Duplexer is optional...
5014
 
  Installable "OptionDuplex/Duplexer Installed"
5015
5679
 
5016
5680
  // Constraints
5017
 
  UIConstraints "*Duplex *OptionDuplex False"
5018
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
5019
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
5020
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
5681
  UIConstraints "*MediaType Plain *OutputMode Photo"
5021
5682
 
5022
5683
  Attribute "cupsModelName" "" "PHOTOSMART 100"     // APDK device class 
5023
5684
 
5024
5685
  {
5025
 
    // Supported media sizes with full bleed.
5026
 
// Was PS100_margin.defs. Used by PS100.
5027
 
HWMargins 9 9 9 9
5028
 
MediaSize Photo
5029
 
HWMargins 9 36 9 9
5030
 
MediaSize A6
5031
 
HWMargins 9 9 9 9
5032
 
MediaSize Hagaki
5033
 
HWMargins 18 36 18 9
5034
 
MediaSize Card3x5
5035
 
HWMargins 9 36 9 9
5036
 
MediaSize EnvChou4
5037
 
HWMargins 18 36 18 9
5038
 
MediaSize EnvMonarch
5039
 
HWMargins 0 0 0 0
5040
 
*MediaSize PhotoFB
5041
 
HWMargins 0 0 0 0
5042
 
MediaSize A6FB
5043
 
HWMargins 0 0 0 0
5044
 
MediaSize HagakiFB
5045
 
HWMargins 0 0 0 0
5046
 
MediaSize Card3x5FB
5047
 
// </PS100_margin.defs>
 
5686
// 4x6 or smaller
 
5687
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 9 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
5688
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
5689
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 9 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
5690
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
5691
  CustomMedia "Hagaki.FB/Hagaki Borderless 100x148mm" 294 430 0 0 0 0 "<</PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
5692
         "<</cupsInteger0 71/PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
5693
  CustomMedia "Photo4x6/Photo 4x6in with tear-off tab" 288 432 9 9 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
5694
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
5695
  *CustomMedia "Photo4x6.FB/Photo Borderless 4x6 in" 298 442 0 0 0 0 "<</PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
5696
         "<</cupsInteger0 74/PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
5697
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 9 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
5698
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
5699
  CustomMedia "A6.FB/A6 Borderless 105x148mm" 307 430 0 0 0 0 "<</PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
5700
         "<</cupsInteger0 73/PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
5701
 
 
5702
// Envelope
 
5703
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
5704
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
5705
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 9 41 9 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
5706
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
5048
5707
 
5049
5708
    // Custom page sizes from 1x4in to A6
5050
 
    HWMargins 18 36 18 36
 
5709
    HWMargins 9 36 9 36
5051
5710
    VariablePaperSize Yes
5052
5711
    MinSize 1in 4in
5053
5712
    MaxSize 297 420
5110
5769
 
5111
5770
//////////////// DJGenericVIP 4x6, 4-sided fullbleed
5112
5771
{
 
5772
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
5773
  Attribute "HPMechOffset" "" "70"
 
5774
 
5113
5775
  Group "General/General"
5114
5776
 
5115
 
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
5116
 
    Choice "DuplexNoTumble/Long Edge (Standard)" "<</Duplex true/Tumble false>>setpagedevice"
5117
 
    Choice "DuplexTumble/Short Edge (Flip)" "<</Duplex true/Tumble true>>setpagedevice"
5118
 
    *Choice "None/Off" "<</Duplex false/Tumble false>>setpagedevice"
5119
 
 
5120
5777
  // MediaPosition values map to MediaSource enumeration in global_types.h
5121
5778
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
5122
5779
    *Choice "Auto/Auto-Select" "<</MediaPosition 7>>setpagedevice"
5129
5786
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
5130
5787
 
5131
5788
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
5132
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
5133
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
 
5789
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
5134
5790
 
5135
5791
  // cupsMediaType values map to MEDIATYPE from global_types.h
5136
5792
  Option "MediaType/Media Type" PickOne AnySetup 10.0
5137
 
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType 5>>setpagedevice"
 
5793
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType -1>>setpagedevice"
5138
5794
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
5139
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
5795
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
5140
5796
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
5141
5797
 
5142
5798
  // cupsCompression values map to QUALITY_MODE from global_types.h
5143
5799
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
5144
 
    Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
5145
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
5146
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
5147
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
5148
 
    Choice "FastDraft/Fast Draft" "<</cupsCompression 4/HWResolution[300 300]>>setpagedevice"
5149
 
    *Choice "Auto/Automatic" "<</cupsCompression 5/HWResolution[600 600]>>setpagedevice"
5150
 
 
5151
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
5152
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
5153
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
5154
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
5155
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
5156
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
5800
    Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
5801
    Choice "FastNormal/FastNormal" "<</OutputType(3)/HWResolution[600 600]>>setpagedevice"
 
5802
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
5803
    Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
 
5804
    *Choice "Auto/Automatic" "<</OutputType(-3)/HWResolution[600 600]>>setpagedevice"
5157
5805
 
5158
5806
  // Duplexer is optional...
5159
 
  Installable "OptionDuplex/Duplexer Installed"
5160
5807
 
5161
5808
  // Constraints
5162
 
  UIConstraints "*Duplex *OptionDuplex False"
5163
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
5164
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
5165
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
5809
  UIConstraints "*MediaType Plain *OutputMode Photo"
5166
5810
 
5167
5811
  Attribute "cupsModelName" "" "deskjet 5600"     // APDK device class 
5168
5812
 
5169
5813
  {
5170
 
    // Supported media sizes with full bleed.
5171
 
// Was PS100_margin.defs. Used by PS100.
5172
 
HWMargins 9 9 9 9
5173
 
MediaSize Photo
5174
 
HWMargins 9 36 9 9
5175
 
MediaSize A6
5176
 
HWMargins 9 9 9 9
5177
 
MediaSize Hagaki
5178
 
HWMargins 18 36 18 9
5179
 
MediaSize Card3x5
5180
 
HWMargins 9 36 9 9
5181
 
MediaSize EnvChou4
5182
 
HWMargins 18 36 18 9
5183
 
MediaSize EnvMonarch
5184
 
HWMargins 0 0 0 0
5185
 
*MediaSize PhotoFB
5186
 
HWMargins 0 0 0 0
5187
 
MediaSize A6FB
5188
 
HWMargins 0 0 0 0
5189
 
MediaSize HagakiFB
5190
 
HWMargins 0 0 0 0
5191
 
MediaSize Card3x5FB
5192
 
// </PS100_margin.defs>
 
5814
// 4x6 or smaller
 
5815
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 9 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
5816
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
5817
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 9 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
5818
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
5819
  CustomMedia "Hagaki.FB/Hagaki Borderless 100x148mm" 294 430 0 0 0 0 "<</PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
5820
         "<</cupsInteger0 71/PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
5821
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 9 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
5822
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
5823
  *CustomMedia "Photo4x6.FB/Photo Borderless 4x6 in" 298 442 0 0 0 0 "<</PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
5824
         "<</cupsInteger0 74/PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
5825
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 9 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
5826
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
5827
  CustomMedia "A6.FB/A6 Borderless 105x148mm" 307 430 0 0 0 0 "<</PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
5828
         "<</cupsInteger0 73/PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
5829
 
 
5830
// Envelope
 
5831
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
5832
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
5833
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 9 41 9 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
5834
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
5193
5835
 
5194
5836
    // Custom page sizes from 1x4in to A6
5195
 
    HWMargins 18 36 18 36
 
5837
    HWMargins 9 9 9 9
5196
5838
    VariablePaperSize Yes
5197
5839
    MinSize 1in 4in
5198
5840
    MaxSize 297 420
5331
5973
 
5332
5974
//////////////// PSP470 5x7, 4-sided fullbleed
5333
5975
{
 
5976
  Attribute "hpPrinterLanguage" "" "pcl3gui2"
 
5977
  Attribute "HPMechOffset" "" "70"
 
5978
 
5334
5979
  Group "General/General"
5335
5980
 
5336
 
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
5337
 
    Choice "DuplexNoTumble/Long Edge (Standard)" "<</Duplex true/Tumble false>>setpagedevice"
5338
 
    Choice "DuplexTumble/Short Edge (Flip)" "<</Duplex true/Tumble true>>setpagedevice"
5339
 
    *Choice "None/Off" "<</Duplex false/Tumble false>>setpagedevice"
5340
 
 
5341
5981
  // MediaPosition values map to MediaSource enumeration in global_types.h
5342
5982
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
5343
5983
    *Choice "Auto/Auto-Select" "<</MediaPosition 7>>setpagedevice"
5350
5990
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
5351
5991
 
5352
5992
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
5353
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
5354
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
 
5993
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0>>setpagedevice"
5355
5994
 
5356
5995
  // cupsMediaType values map to MEDIATYPE from global_types.h
5357
5996
  Option "MediaType/Media Type" PickOne AnySetup 10.0
5358
 
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType 5>>setpagedevice"
 
5997
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType -1>>setpagedevice"
5359
5998
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
5360
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
5999
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
5361
6000
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
5362
6001
 
5363
6002
  // cupsCompression values map to QUALITY_MODE from global_types.h
5364
6003
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
5365
 
    Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
5366
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
5367
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
5368
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
5369
 
    *Choice "Auto/Automatic" "<</cupsCompression 5/HWResolution[600 600]>>setpagedevice"
5370
 
 
5371
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
5372
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
5373
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
5374
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
5375
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
5376
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
6004
    Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
6005
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
6006
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
 
6007
    *Choice "Photo/High-Resolution Photo" "<</OutputType(2)/HWResolution[1200 1200]>>setpagedevice"
5377
6008
 
5378
6009
  // Duplexer is optional...
5379
 
  Installable "OptionDuplex/Duplexer Installed"
5380
6010
 
5381
6011
  // Constraints
5382
 
  UIConstraints "*Duplex *OptionDuplex False"
5383
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
5384
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
5385
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
 
6012
  UIConstraints "*MediaType Glossy *OutputMode Draft"
 
6013
  UIConstraints "*MediaType Plain *OutputMode Photo"
 
6014
  UIConstraints "*MediaType Automatic *PageSize EnvMonarch"
5386
6015
 
5387
6016
  Attribute "cupsModelName" "" "Photosmart 470"     // APDK device class 
5388
6017
 
5389
6018
  {
5390
 
    // Supported media sizes with full bleed.
5391
 
// Was PS100_margin.defs. Used by PS100.
5392
 
HWMargins 9 9 9 9
5393
 
MediaSize Photo
5394
 
HWMargins 9 36 9 9
5395
 
MediaSize A6
5396
 
HWMargins 9 9 9 9
5397
 
MediaSize Hagaki
5398
 
HWMargins 18 36 18 9
5399
 
MediaSize Card3x5
5400
 
HWMargins 9 36 9 9
5401
 
MediaSize EnvChou4
5402
 
HWMargins 18 36 18 9
5403
 
MediaSize EnvMonarch
5404
 
HWMargins 0 0 0 0
5405
 
*MediaSize PhotoFB
5406
 
HWMargins 0 0 0 0
5407
 
MediaSize A6FB
5408
 
HWMargins 0 0 0 0
5409
 
MediaSize HagakiFB
5410
 
HWMargins 0 0 0 0
5411
 
MediaSize Card3x5FB
5412
 
// </PS100_margin.defs>
 
6019
// 4x6 or smaller
 
6020
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 9 9 9 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
6021
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
6022
  CustomMedia "Card3x5.FB/Index Card Borderless 3x5in" 226 370 0 0 0 0 "<</PageSize [226 370]/ImagingBBox null>>setpagedevice"
 
6023
         "<</cupsInteger0 78/PageSize[226 370]/ImagingBBox null>>setpagedevice"
 
6024
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 9 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
6025
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
6026
  CustomMedia "Hagaki.FB/Hagaki Borderless 100x148mm" 294 430 0 0 0 0 "<</PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
6027
         "<</cupsInteger0 71/PageSize[294 430]/ImagingBBox null>>setpagedevice"
 
6028
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9 9 9 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
6029
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
6030
  CustomMedia "Photo4x6.FB/Photo Borderless 4x6 in" 298 442 0 0 0 0 "<</PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
6031
         "<</cupsInteger0 74/PageSize[298 442]/ImagingBBox null>>setpagedevice"
 
6032
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 9 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
6033
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
6034
  CustomMedia "A6.FB/A6 Borderless 105x148mm" 307 430 0 0 0 0 "<</PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
6035
         "<</cupsInteger0 73/PageSize[307 430]/ImagingBBox null>>setpagedevice"
 
6036
 
 
6037
// 5x7
 
6038
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 9 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
6039
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
6040
  *CustomMedia "Photo5x7.FB/Photo Borderless 5x7in" 370 514 0 0 0 0 "<</PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
6041
         "<</cupsInteger0 122/PageSize[370 514]/ImagingBBox null>>setpagedevice"
 
6042
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 9 9 9 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
6043
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
6044
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 9 9 9 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
6045
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
6046
  CustomMedia "Oufuku.FB/Oufuku-Hagaki Borderless 148x200mm" 577 430 0 0 0 0 "<</PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
6047
         "<</cupsInteger0 72/PageSize[577 430]/ImagingBBox null>>setpagedevice"
 
6048
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 9 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
6049
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
6050
  CustomMedia "A5.FB/A5 Borderless 148x210mm" 430 605 0 0 0 0 "<</PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
6051
         "<</cupsInteger0 25/PageSize[430 605]/ImagingBBox null>>setpagedevice"
 
6052
 
 
6053
// Envelope 
 
6054
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 42 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
6055
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
6056
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 9 39 9 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
6057
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
6058
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 41 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
6059
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
6060
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 9 41 9 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
6061
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
6062
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 9 41 9 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
6063
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
6064
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 9 41 9 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
6065
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
6066
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666  9 41 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
6067
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
5413
6068
 
5414
6069
    // Custom page sizes from 1x4in to 5x7
5415
 
    HWMargins 18 36 18 36
 
6070
    HWMargins 9 9 9 9
5416
6071
    VariablePaperSize Yes
5417
6072
    MinSize 1in 4in
5418
6073
    MaxSize 5in 7in
5479
6134
 
5480
6135
//////////////// QuickConnect 5x7, 4-sided fullbleed
5481
6136
{
 
6137
  Attribute "hpPrinterLanguage" "" "quickconnect"
 
6138
 
5482
6139
  Group "General/General"
5483
6140
 
5484
 
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
5485
 
    Choice "DuplexNoTumble/Long Edge (Standard)" "<</Duplex true/Tumble false>>setpagedevice"
5486
 
    Choice "DuplexTumble/Short Edge (Flip)" "<</Duplex true/Tumble true>>setpagedevice"
5487
 
    *Choice "None/Off" "<</Duplex false/Tumble false>>setpagedevice"
5488
 
 
5489
6141
  // MediaPosition values map to MediaSource enumeration in global_types.h
5490
6142
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
5491
6143
    *Choice "Auto/Auto-Select" "<</MediaPosition 7>>setpagedevice"
5492
 
    Choice "PhotoTray/Photo Tray" "<</MediaPosition 6>>setpagedevice"
5493
 
    Choice "Upper/Upper Tray" "<</MediaPosition 1>>setpagedevice"
5494
 
    Choice "Lower/Lower Tray" "<</MediaPosition 4>>setpagedevice"
5495
 
    Choice "Envelope/Envelope Feeder" "<</MediaPosition 3>>setpagedevice"
5496
 
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
5497
 
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
5498
 
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
5499
 
 
5500
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
5501
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
5502
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
5503
6144
 
5504
6145
  // cupsMediaType values map to MEDIATYPE from global_types.h
5505
6146
  Option "MediaType/Media Type" PickOne AnySetup 10.0
5506
 
    *Choice "Automatic/Automatic" "<</MediaType(Automatic)/cupsMediaType 5>>setpagedevice"
5507
 
    Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
5508
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
5509
 
    Choice "TransparencyFilm/Transparency Film" "<</MediaType(TransparencyFilm)/cupsMediaType 4>>setpagedevice"
 
6147
    *Choice "Automatic/Automatic" "<</cupsMediaType -1>>setpagedevice"
 
6148
    Choice "APhoto/HP Advanced Photo" "<</cupsMediaType 1>>setpagedevice"
 
6149
    Choice "PPhoto/HP Premium Photo" "<</cupsMediaType 3>>setpagedevice"
 
6150
    Choice "Plain/Plain" "<</cupsMediaType 3>>setpagedevice"
 
6151
    Choice "OPhoto/Other Photo" "<</cupsMediaType 4>>setpagedevice"
5510
6152
 
5511
6153
  // cupsCompression values map to QUALITY_MODE from global_types.h
5512
6154
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
5513
 
    Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
5514
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
5515
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
5516
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"
5517
 
    *Choice "Auto/Automatic" "<</cupsCompression 5/HWResolution[600 600]>>setpagedevice"
5518
 
 
5519
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
5520
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
5521
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
5522
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
5523
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
5524
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
5525
 
 
5526
 
  // Duplexer is optional...
5527
 
  Installable "OptionDuplex/Duplexer Installed"
 
6155
    *Choice "Auto/Automatic" "<</OutputType(0)>>setpagedevice"
 
6156
    Choice "Normal/Normal" "<</OutputType(1)>>setpagedevice"
 
6157
    Choice "Best/Best" "<</OutputType(2)>>setpagedevice"
 
6158
    Choice "FastNormal/Fast Normal" "<</OutputType(3)>>setpagedevice"
 
6159
 
 
6160
  Option "Borderless/Borderless Printing" Boolean AnySetup 10.0
 
6161
      *Choice "On/Print Borderless" "<</cupsInteger1 2091572/HWResolution[300 300]/cupsColorSpace 1/cupsBitsPerColor 8/cupsInteger2 1>>setpagedevice"
 
6162
      Choice "Off/Print with Border" "<</cupsInteger1 2091572/HWResolution[300 300]/cupsColorSpace 1/cupsBitsPerColor 8/cupsInteger2 0>>setpagedevice"
 
6163
 
 
6164
Group "RLT/HP Real Life Technologies"
 
6165
  Option "PhotoFix/Photo Fix" Boolean AnySetup 10.0
 
6166
      Choice "On/Enabled" "<</cupsInteger3 1>>setpagedevice"
 
6167
      *Choice "Off/Disabled" "<</cupsInteger3 0>>setpagedevice"
 
6168
  Option "RedEye/Red Eye Removal" Boolean AnySetup 10.0
 
6169
      Choice "On/Enabled" "<</cupsInteger4 1>>setpagedevice"
 
6170
      *Choice "Off/Disabled" "<</cupsInteger4 0>>setpagedevice"
5528
6171
 
5529
6172
  // Constraints
5530
 
  UIConstraints "*Duplex *OptionDuplex False"
5531
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
5532
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
5533
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
5534
6173
 
5535
6174
  Attribute "cupsModelName" "" "Photosmart A530"     // APDK device class 
5536
6175
 
5537
6176
  {
5538
 
    // Supported media sizes with full bleed.
5539
 
// Was QuickConnect_margin.defs. Used by QuickConnect.
5540
 
HWMargins 0 0 0 0
5541
 
MediaSize Photo
5542
 
HWMargins 0 0 0 0
5543
 
MediaSize Photo5x7
5544
 
HWMargins 0 91 60 0
5545
 
MediaSize A5
5546
 
HWMargins 0 0 0 0
5547
 
MediaSize A6
5548
 
HWMargins 0 63 60 0
5549
 
MediaSize Oufuku
5550
 
HWMargins 0 0 0 0
5551
 
MediaSize Hagaki
5552
 
HWMargins 0 0 0 0
5553
 
MediaSize Card3x5
5554
 
HWMargins 0 0 0 0
5555
 
MediaSize Card5x8
5556
 
HWMargins 0 0 0 0
5557
 
MediaSize Env10
5558
 
HWMargins 0 0 0 0
5559
 
MediaSize EnvA2
5560
 
HWMargins 0 0 0 0
5561
 
MediaSize EnvC6
5562
 
HWMargins 0 0 0 0
5563
 
MediaSize EnvDL
5564
 
HWMargins 0 0 0 0
5565
 
MediaSize EnvChou3
5566
 
HWMargins 0 0 0 0
5567
 
MediaSize EnvChou4
5568
 
HWMargins 0 0 0 0
5569
 
MediaSize EnvMonarch
5570
 
HWMargins 0 0 0 0
5571
 
MediaSize PhotoFB
5572
 
HWMargins 0 0 0 0
5573
 
*MediaSize Photo5x7FB
5574
 
HWMargins 0 0 0 0
5575
 
MediaSize A6FB
5576
 
HWMargins 0 63 60 0
5577
 
MediaSize OufukuFB
5578
 
HWMargins 0 0 0 0
5579
 
MediaSize HagakiFB
5580
 
HWMargins 0 91 60 0
5581
 
MediaSize A5FB
5582
 
HWMargins 0 0 0 0
5583
 
MediaSize Card3x5FB
5584
 
// </QuickConnect_margin.defs>
5585
 
 
5586
 
    // Custom page sizes from 1x4in to 5x7
5587
 
    HWMargins 18 36 18 36
5588
 
    VariablePaperSize Yes
5589
 
    MinSize 1in 4in
5590
 
    MaxSize 5in 7in
 
6177
  *CustomMedia "0_Automatic/Automatic" 288 432 0 0 0 0 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
6178
         "<</cupsInteger0 0/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
6179
  CustomMedia "1_4x6/4x6in, 10x15cm, A6, Hagaki" 288 432 0 0 0 0 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
6180
         "<</cupsInteger0 1/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
6181
  CustomMedia "2_5x7/5x7in, 13x18cm, 2L" 360 504 0 0 0 0 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
6182
         "<</cupsInteger0 2/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
6183
  CustomMedia "3_L/3.5x5in, L" 252 360 0 0 0 0 "<</PageSize[252 360]/ImagingBBox null>>setpagedevice"
 
6184
         "<</cupsInteger0 3/PageSize[252 360]/ImagingBBox null>>setpagedevice"
 
6185
  CustomMedia "4_4x8/4x8in, 10x20cm" 288 576 0 0 0 0 "<</PageSize[288 576]/ImagingBBox null>>setpagedevice"
 
6186
         "<</cupsInteger0 4/PageSize[288 576]/ImagingBBox null>>setpagedevice"
 
6187
  CustomMedia "5_4x12/4x12in, 10x30cm" 288 864 0 0 0 0 "<</PageSize[288 864]/ImagingBBox null>>setpagedevice"
 
6188
         "<</cupsInteger0 5/PageSize[288 864]/ImagingBBox null>>setpagedevice"
5591
6189
 
5592
6190
    // <%QuickConnect:Normal%>
5593
6191
    {
5609
6207
      Attribute "Product" "" "(HP Photosmart a636 Compact Photo Printer)"
5610
6208
      Attribute "Product" "" "(HP Photosmart a637 Compact Photo Printer)"
5611
6209
    }
 
6210
    {
 
6211
      ModelName "HP Photosmart a640 Series"
 
6212
      Attribute "NickName" "" "HP Photosmart a640 Series, $Version"
 
6213
      Attribute "ShortNickName" "" "HP Photosmart a640 Series"
 
6214
      Attribute "1284DeviceID" "" "MFG:HP;MDL:photosmart a640 series;DES:photosmart a640 series;"
 
6215
      PCFileName "hp-photosmart_a640_series.ppd"
 
6216
      Attribute "Product" "" "(HP Photosmart a640 Printer Series)"
 
6217
    }
5612
6218
 
5613
6219
  } // End Supported media sizes with full bleed.
5614
6220
} // End QuickConnect 5x7, 4-sided fullbleed
5616
6222
///////////////// LJMono
5617
6223
{
5618
6224
  Attribute "cupsEvenDuplex" "" "True"
 
6225
  Attribute "hpPrinterLanguage" "" "ljmono"
5619
6226
 
5620
6227
  Group "General/General"
5621
6228
 
5637
6244
 
5638
6245
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
5639
6246
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
5640
 
    *Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1>>setpagedevice"
 
6247
        *Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1/cupsRowStep 2>>setpagedevice"
5641
6248
 
5642
6249
  // cupsMediaType values map to MEDIATYPE from global_types.h
5643
6250
  Option "MediaType/Media Type" PickOne AnySetup 10.0
5644
6251
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
5645
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
5646
6252
 
5647
6253
  // cupsCompression values map to QUALITY_MODE from global_types.h
5648
6254
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
5649
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
5650
 
    Choice "Draft/Draft (Economy)" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
5651
 
    Choice "Best/Best" "<</cupsCompression 0/HWResolution[600 600]>>setpagedevice"
 
6255
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
6256
    Choice "Draft/Draft (Economy)" "<</OutputType(-1)/HWResolution[300 300]>>setpagedevice"
 
6257
    Choice "Best/Best" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
5652
6258
 
5653
6259
  // Duplexer is optional...
5654
6260
  Installable "OptionDuplex/Duplexer Installed"
5658
6264
 
5659
6265
  Attribute "cupsModelName" "" "HP LaserJet"     // APDK device class 
5660
6266
 
5661
 
    // Supported media sizes.
5662
 
// <LJMono_margin.defs> (Generated by ijsdump, do not change manually. Used by LJMono<br>LJColor<br>LJZjsMono<br>LJZjsColor.)
5663
 
HWMargins 18 14 18 14
5664
 
*MediaSize Letter
5665
 
HWMargins 18 14 18 14
5666
 
MediaSize A4
5667
 
HWMargins 18 14 18 14
5668
 
MediaSize Legal
5669
 
HWMargins 18 14 18 14
5670
 
MediaSize Photo
5671
 
HWMargins 18 14 18 14
5672
 
MediaSize Photo5x7
5673
 
HWMargins 18 14 18 14
5674
 
MediaSize A5
5675
 
HWMargins 18 14 18 14
5676
 
MediaSize A6
5677
 
HWMargins 18 14 18 14
5678
 
MediaSize B5
5679
 
HWMargins 18 14 18 14
5680
 
MediaSize JB5
5681
 
HWMargins 18 14 18 14
5682
 
MediaSize Oufuku
5683
 
HWMargins 18 14 18 14
5684
 
MediaSize Hagaki
5685
 
HWMargins 18 14 18 14
5686
 
MediaSize Executive
5687
 
HWMargins 18 14 18 14
5688
 
MediaSize FLSA
5689
 
HWMargins 18 13 18 14
5690
 
MediaSize ExecutiveJIS
5691
 
HWMargins 18 14 18 14
5692
 
MediaSize 16k
5693
 
HWMargins 18 14 18 14
5694
 
MediaSize Card3x5
5695
 
HWMargins 18 14 18 14
5696
 
MediaSize Card5x8
5697
 
HWMargins 18 14 18 14
5698
 
MediaSize Env10
5699
 
HWMargins 18 14 18 14
5700
 
MediaSize EnvA2
5701
 
HWMargins 18 14 18 14
5702
 
MediaSize EnvC6
5703
 
HWMargins 18 14 18 14
5704
 
MediaSize EnvDL
5705
 
HWMargins 18 14 18 14
5706
 
MediaSize EnvC5
5707
 
HWMargins 18 14 18 14
5708
 
MediaSize EnvB5
5709
 
HWMargins 18 14 18 14
5710
 
MediaSize EnvChou3
5711
 
HWMargins 18 14 18 14
5712
 
MediaSize EnvChou4
5713
 
HWMargins 18 14 18 14
5714
 
MediaSize EnvMonarch
5715
 
// </LJMono_margin.defs>
5716
 
  {
 
6267
// 4x6 or smaller
 
6268
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18 14 18 14 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
6269
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
6270
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18 14 18 14 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
6271
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
6272
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18 14 18 14 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
6273
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
6274
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18 14 18 14 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
6275
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
6276
 
 
6277
// 5x7
 
6278
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18 14 18 14 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
6279
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
6280
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18 14 18 14 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
6281
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
6282
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18 14 18 14 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
6283
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
6284
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18 14 18 14 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
6285
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
6286
 
 
6287
// Standard
 
6288
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 14 18 14 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
6289
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
6290
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 14 18 14 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
6291
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
6292
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 14 18 14 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
6293
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
6294
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 14 18 14 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
6295
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
6296
   *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 14 18 14 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
6297
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
6298
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 14 18 14 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
6299
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
6300
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 14 18 14 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
6301
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
6302
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 14 18 14 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
6303
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
6304
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 14 18 14 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
6305
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
6306
 
 
6307
// Envelope
 
6308
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18 14 18 14 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
6309
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
6310
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18 14 18 14 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
6311
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
6312
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18 14 18 14 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
6313
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
6314
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18 14 18 14 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
6315
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
6316
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18 14 18 14 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
6317
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
6318
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18 14 18 14 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
6319
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
6320
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 14 18 14 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
6321
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
6322
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18 14 18 14 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
6323
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
6324
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18 14 18 14 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
6325
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
6326
 
 
6327
 {
5717
6328
    // Custom page sizes from 1x4in to Legal
5718
6329
    HWMargins 18 14 18 14
5719
6330
    VariablePaperSize Yes
6238
6849
      Attribute "Product" "" "(HP LaserJet p3005dtn Printer)"
6239
6850
    }
6240
6851
    {
 
6852
      ModelName "HP LaserJet p3010 Series"
 
6853
      Attribute "NickName" "" "HP LaserJet p3010 Series pcl3, $Version"
 
6854
      Attribute "ShortNickName" "" "HP LaserJet p3010 Series"
 
6855
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp laserjet p3010 series;DES:hp laserjet p3010 series;"
 
6856
      PCFileName "hp-laserjet_p3010_series-pcl3.ppd"
 
6857
      Attribute "Product" "" "(HP LaserJet p3015 Printer)"
 
6858
      Attribute "Product" "" "(HP LaserJet p3011 Printer)"
 
6859
    }
 
6860
    {
6241
6861
      ModelName "HP LaserJet 3015"
6242
6862
      Attribute "NickName" "" "HP LaserJet 3015 pcl3, $Version"
6243
6863
      Attribute "ShortNickName" "" "HP LaserJet 3015"
6572
7192
      Attribute "Product" "" "(HP LaserJet m4345xm Multifunction Printer)"
6573
7193
    }
6574
7194
    {
 
7195
      ModelName "HP LaserJet m4349 MFP"
 
7196
      Attribute "NickName" "" "HP LaserJet m4349 MFP pcl3, $Version"
 
7197
      Attribute "ShortNickName" "" "HP LaserJet m4349 MFP"
 
7198
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp laserjet m4349 mfp;DES:hp laserjet m4349 mfp;"
 
7199
      PCFileName "hp-laserjet_m4349_mfp-pcl3.ppd"
 
7200
      Attribute "Product" "" "(HP LaserJet m4349 MFP)"
 
7201
    }
 
7202
    {
6575
7203
      ModelName "HP LaserJet 4350"
6576
7204
      Attribute "NickName" "" "HP LaserJet 4350 pcl3, $Version"
6577
7205
      Attribute "ShortNickName" "" "HP LaserJet 4350"
6681
7309
      Attribute "Product" "" "(HP LaserJet m9059 Multifunction Printer)"
6682
7310
    }
6683
7311
    {
 
7312
      ModelName "HP LaserJet m9059 MFP"
 
7313
      Attribute "NickName" "" "HP LaserJet m9059 MFP pcl3, $Version"
 
7314
      Attribute "ShortNickName" "" "HP LaserJet m9059 MFP"
 
7315
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp laserjet m9059 mfp;DES:hp laserjet m9059 mfp;"
 
7316
      PCFileName "hp-laserjet_m9059_mfp-pcl3.ppd"
 
7317
      Attribute "Product" "" "(HP LaserJet m9059 MFP)"
 
7318
    }
 
7319
    {
6684
7320
      UIConstraints "*OutputMode Best *MediaType" 
6685
7321
      // <%LJMono:300dpiOnly%>
6686
7322
      {
6706
7342
  } // End Supported media sizes.
6707
7343
 
6708
7344
  { 
6709
 
    // Large format media sizes.
6710
 
// <LJMono_LargeFormat_margin.defs> (Generated by ijsdump, do not change manually. Used by LJMono_LargeFormat<br>LJColor_LargeFormat.)
6711
 
HWMargins 18 14 18 14
6712
 
MediaSize A3
6713
 
HWMargins 18 14 18 14
6714
 
MediaSize B4
6715
 
HWMargins 18 14 18 14
6716
 
MediaSize Ledger
6717
 
HWMargins 18 14 18 14
6718
 
MediaSize SuperB
6719
 
HWMargins 18 14 18 14
6720
 
MediaSize 8k
6721
 
// </LJMono_LargeFormat_margin.defs>
 
7345
// Large
 
7346
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 18 14 18 14 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
7347
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
7348
  CustomMedia "B4/B4 257x364mm" 729 1033 18 14 18 14 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
7349
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
7350
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18 14 18 14 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
7351
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
7352
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 18 14 18 14 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
7353
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
7354
  CustomMedia "A3/A3 297x420mm" 842 1190 18 14 18 14 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
7355
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
6722
7356
 
6723
7357
    // Custom page sizes from 1x4in to SuperB
6724
7358
    HWMargins 18 14 18 14
6946
7580
////////////// LJColor
6947
7581
{
6948
7582
  Attribute "cupsEvenDuplex" "" "True"
 
7583
  Attribute "hpPrinterLanguage" "" "ljcolor"
6949
7584
 
6950
7585
  Group "General/General"
6951
7586
 
6967
7602
 
6968
7603
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
6969
7604
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
6970
 
    Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsColorOrder 0/cupsRowCount 1>>setpagedevice"
6971
 
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsColorOrder 0/cupsRowCount 3>>setpagedevice"
 
7605
    Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 3/cupsRowStep 2>>setpagedevice"
 
7606
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowCount 3/cupsRowStep 0>>setpagedevice"
6972
7607
 
6973
7608
  // cupsMediaType values map to MEDIATYPE from global_types.h
6974
7609
  Option "MediaType/Media Type" PickOne AnySetup 10.0
6975
7610
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
6976
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
7611
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
6977
7612
 
6978
7613
  // cupsCompression values map to QUALITY_MODE from global_types.h
6979
7614
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
6980
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
6981
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[150 150]>>setpagedevice"
6982
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
 
7615
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[300 300]>>setpagedevice"
 
7616
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[150 150]>>setpagedevice"
 
7617
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
6983
7618
 
6984
7619
  // Duplexer is optional...
6985
7620
  Installable "OptionDuplex/Duplexer Installed"
6989
7624
 
6990
7625
  Attribute "cupsModelName" "" "hp color LaserJet"     // APDK device class 
6991
7626
 
6992
 
    // Supported media sizes.
6993
 
// <LJMono_margin.defs> (Generated by ijsdump, do not change manually. Used by LJMono<br>LJColor<br>LJZjsMono<br>LJZjsColor.)
6994
 
HWMargins 18 14 18 14
6995
 
*MediaSize Letter
6996
 
HWMargins 18 14 18 14
6997
 
MediaSize A4
6998
 
HWMargins 18 14 18 14
6999
 
MediaSize Legal
7000
 
HWMargins 18 14 18 14
7001
 
MediaSize Photo
7002
 
HWMargins 18 14 18 14
7003
 
MediaSize Photo5x7
7004
 
HWMargins 18 14 18 14
7005
 
MediaSize A5
7006
 
HWMargins 18 14 18 14
7007
 
MediaSize A6
7008
 
HWMargins 18 14 18 14
7009
 
MediaSize B5
7010
 
HWMargins 18 14 18 14
7011
 
MediaSize JB5
7012
 
HWMargins 18 14 18 14
7013
 
MediaSize Oufuku
7014
 
HWMargins 18 14 18 14
7015
 
MediaSize Hagaki
7016
 
HWMargins 18 14 18 14
7017
 
MediaSize Executive
7018
 
HWMargins 18 14 18 14
7019
 
MediaSize FLSA
7020
 
HWMargins 18 13 18 14
7021
 
MediaSize ExecutiveJIS
7022
 
HWMargins 18 14 18 14
7023
 
MediaSize 16k
7024
 
HWMargins 18 14 18 14
7025
 
MediaSize Card3x5
7026
 
HWMargins 18 14 18 14
7027
 
MediaSize Card5x8
7028
 
HWMargins 18 14 18 14
7029
 
MediaSize Env10
7030
 
HWMargins 18 14 18 14
7031
 
MediaSize EnvA2
7032
 
HWMargins 18 14 18 14
7033
 
MediaSize EnvC6
7034
 
HWMargins 18 14 18 14
7035
 
MediaSize EnvDL
7036
 
HWMargins 18 14 18 14
7037
 
MediaSize EnvC5
7038
 
HWMargins 18 14 18 14
7039
 
MediaSize EnvB5
7040
 
HWMargins 18 14 18 14
7041
 
MediaSize EnvChou3
7042
 
HWMargins 18 14 18 14
7043
 
MediaSize EnvChou4
7044
 
HWMargins 18 14 18 14
7045
 
MediaSize EnvMonarch
7046
 
// </LJMono_margin.defs>
 
7627
// 4x6 or smaller
 
7628
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 14.40 18.00 14.40 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
7629
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
7630
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18.00 14.40 18.00 14.40 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
7631
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
7632
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18.00 14.40 18.00 14.40 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
7633
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
7634
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18.00 14.40 18.00 14.40 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
7635
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
7636
 
 
7637
// 5x7
 
7638
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18.00 14.40 18.00 14.40 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
7639
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
7640
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 14.40 18.00 14.40 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
7641
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
7642
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 14.40 18.00 14.40 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
7643
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
7644
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18.00 14.40 18.00 14.40 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
7645
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
7646
 
 
7647
// Standard
 
7648
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 14 18 14 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
7649
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
7650
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 14 18 14 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
7651
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
7652
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 14.40 18.00 14.40 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
7653
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
7654
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 14.40 18.00 14.40 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
7655
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
7656
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18.00 14.40 18.00 14.40 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
7657
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
7658
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18.00 14.40 18.00 14.40 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
7659
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
7660
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 14.40 18.00 14.40 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
7661
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
7662
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 14.40 18.00 14.40 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
7663
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
7664
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 14.40 18.00 14.40 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
7665
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
7666
 
 
7667
// Envelope
 
7668
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18 14 18 14 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
7669
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
7670
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 14.40 18.00 14.40 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
7671
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
7672
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18 14 18 14 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
7673
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
7674
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 14.40 18.00 14.40 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
7675
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
7676
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 14.40 18.00 14.40 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
7677
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
7678
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 14.40 18.00 14.40 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
7679
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
7680
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 14 18 14 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
7681
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
7682
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 14.40 18.00 14.40 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
7683
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
7684
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 14.40 18.00 14.40 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
7685
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
7686
 
7047
7687
  {
7048
7688
    // Custom page sizes from 1x4in to Legal
7049
7689
    HWMargins 18 14 18 14
7268
7908
      Attribute "Product" "" "(HP Color LaserJet cp4005 Series Printer)"
7269
7909
    }
7270
7910
    {
 
7911
      ModelName "HP Color LaserJet cp4020 Series"
 
7912
      Attribute "NickName" "" "HP Color LaserJet cp4020 Series pcl3, $Version"
 
7913
      Attribute "ShortNickName" "" "HP Color LaserJet cp4020 Series"
 
7914
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp color laserjet cp4020 series;DES:hp color laserjet cp4020 series;"
 
7915
      PCFileName "hp-color_laserjet_cp4020_series-pcl3.ppd"
 
7916
      Attribute "Product" "" "(HP Color LaserJet cp4020 Series Printer)"
 
7917
    }
 
7918
    {
7271
7919
      ModelName "HP Color LaserJet 4500"
7272
7920
      Attribute "NickName" "" "HP Color LaserJet 4500 pcl3, $Version"
7273
7921
      Attribute "ShortNickName" "" "HP Color LaserJet 4500"
7278
7926
      Attribute "Product" "" "(HP Color LaserJet 4500n Printer)"
7279
7927
    }
7280
7928
    {
 
7929
      ModelName "HP Color LaserJet cp4520 Series"
 
7930
      Attribute "NickName" "" "HP Color LaserJet cp4520 Series pcl3, $Version"
 
7931
      Attribute "ShortNickName" "" "HP Color LaserJet cp4520 Series"
 
7932
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp color laserjet cp4520 series;DES:hp color laserjet cp4520 series;"
 
7933
      PCFileName "hp-color_laserjet_cp4520_series-pcl3.ppd"
 
7934
      Attribute "Product" "" "(HP Color LaserJet cp4520 Series Printer)"
 
7935
    }
 
7936
    {
7281
7937
      ModelName "HP Color LaserJet 4550"
7282
7938
      Attribute "NickName" "" "HP Color LaserJet 4550 pcl3, $Version"
7283
7939
      Attribute "ShortNickName" "" "HP Color LaserJet 4550"
7365
8021
      Attribute "Product" "" "(HP Color LaserJet 4730 Multifunction Printer)"
7366
8022
    }
7367
8023
    {
 
8024
      ModelName "HP Color LaserJet cp5225"
 
8025
      Attribute "NickName" "" "HP Color LaserJet cp5225 pcl3, $Version"
 
8026
      Attribute "ShortNickName" "" "HP Color LaserJet cp5225"
 
8027
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp color laserjet cp5225;DES:hp color laserjet cp5225;"
 
8028
      PCFileName "hp-color_laserjet_cp5225-pcl3.ppd"
 
8029
      Attribute "Product" "" "(HP Color LaserJet cp5225)"
 
8030
    }
 
8031
    {
 
8032
      ModelName "HP Color LaserJet cp5225n"
 
8033
      Attribute "NickName" "" "HP Color LaserJet cp5225n pcl3, $Version"
 
8034
      Attribute "ShortNickName" "" "HP Color LaserJet cp5225n"
 
8035
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp color laserjet cp5225n;DES:hp color laserjet cp5225n;"
 
8036
      PCFileName "hp-color_laserjet_cp5225n-pcl3.ppd"
 
8037
      Attribute "Product" "" "(HP Color LaserJet cp5225n)"
 
8038
    }
 
8039
    {
 
8040
      ModelName "HP Color LaserJet cp5225dn"
 
8041
      Attribute "NickName" "" "HP Color LaserJet cp5225dn pcl3, $Version"
 
8042
      Attribute "ShortNickName" "" "HP Color LaserJet cp5225dn"
 
8043
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp color laserjet cp5225dn;DES:hp color laserjet cp5225dn;"
 
8044
      PCFileName "hp-color_laserjet_cp5225dn-pcl3.ppd"
 
8045
      Attribute "Product" "" "(HP Color LaserJet cp5225dn)"
 
8046
    }
 
8047
    {
7368
8048
      ModelName "HP Officejet 9100 Series"
7369
8049
      Attribute "NickName" "" "HP Officejet 9100 Series pcl3, $Version"
7370
8050
      Attribute "ShortNickName" "" "HP Officejet 9100 Series"
7377
8057
  } // End supported media sizes.
7378
8058
 
7379
8059
  { 
7380
 
    // Large format media sizes.
7381
 
// <LJMono_LargeFormat_margin.defs> (Generated by ijsdump, do not change manually. Used by LJMono_LargeFormat<br>LJColor_LargeFormat.)
7382
 
HWMargins 18 14 18 14
7383
 
MediaSize A3
7384
 
HWMargins 18 14 18 14
7385
 
MediaSize B4
7386
 
HWMargins 18 14 18 14
7387
 
MediaSize Ledger
7388
 
HWMargins 18 14 18 14
7389
 
MediaSize SuperB
7390
 
HWMargins 18 14 18 14
7391
 
MediaSize 8k
7392
 
// </LJMono_LargeFormat_margin.defs>
 
8060
// Large
 
8061
  CustomMedia "SuperB/SuperB 13x19in" 936 1368 18 14 18 14 "<</PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
8062
         "<</cupsInteger0 16/PageSize[936 1368]/ImagingBBox null>>setpagedevice"
 
8063
  CustomMedia "B4/B4 257x364mm" 729 1033 18 14 18 14 "<</PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
8064
         "<</cupsInteger0 46/PageSize[729 1033]/ImagingBBox null>>setpagedevice"
 
8065
  CustomMedia "8k/8k 10.75x15.5in" 774 1116 18 14 18 14 "<</PageSize[774 1116]/ImagingBBox null>>setpagedevice"
 
8066
         "<</cupsInteger0 101/PageSize[774 1116]/ImagingBBox null>>setpagedevice"          // custom
 
8067
  CustomMedia "Ledger/Ledger 11x17in" 792 1224 18 14 18 14 "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
8068
         "<</cupsInteger0 6/PageSize[792 1224]/ImagingBBox null>>setpagedevice"
 
8069
  CustomMedia "A3/A3 297x420mm" 842 1190 18 14 18 14 "<</PageSize[842 1190]/ImagingBBox null>>setpagedevice"
 
8070
         "<</cupsInteger0 27/PageSize[842 1190]/ImagingBBox null>>setpagedevice"
7393
8071
 
7394
8072
    // Custom page sizes from 1x4in to SuperB
7395
8073
    HWMargins 18 14 18 14
7486
8164
        Attribute "Product" "" "(HP Color LaserJet cm6049f Multifunction Printer)"
7487
8165
      }
7488
8166
      {
 
8167
        ModelName "HP Color LaserJet cm6049 MFP"
 
8168
        Attribute "NickName" "" "HP Color LaserJet cm6049 MFP, $Version"
 
8169
        Attribute "ShortNickName" "" "HP Color LaserJet cm6049 MFP"
 
8170
        Attribute "1284DeviceID" "" "MFG:HP;MDL:hp color laserjet cm6049 mfp;DES:hp color laserjet cm6049 mfp;"
 
8171
        PCFileName "hp-color_laserjet_cm6049_mfp.ppd"
 
8172
        Attribute "Product" "" "(HP Color LaserJet cm6049 MFP)"
 
8173
      }
 
8174
      {
7489
8175
        ModelName "HP Color LaserJet 8500"
7490
8176
        Attribute "NickName" "" "HP Color LaserJet 8500 pcl3, $Version"
7491
8177
        Attribute "ShortNickName" "" "HP Color LaserJet 8500"
7586
8272
//////////////// LJFastRaster (monochrome)
7587
8273
{
7588
8274
  Attribute "cupsEvenDuplex" "" "True"
 
8275
  Attribute "hpPrinterLanguage" "" "ljfastraster"
7589
8276
 
7590
8277
  Group "General/General"
7591
8278
 
7607
8294
 
7608
8295
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
7609
8296
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
7610
 
    *Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1>>setpagedevice"
 
8297
    *Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1/cupsRowStep 2>>setpagedevice"
7611
8298
 
7612
8299
  // cupsMediaType values map to MEDIATYPE from global_types.h
7613
8300
  Option "MediaType/Media Type" PickOne AnySetup 10.0
7614
8301
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
7615
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
7616
8302
 
7617
8303
  // cupsCompression values map to QUALITY_MODE from global_types.h
7618
8304
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
7619
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[600 600]>>setpagedevice"
7620
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[600 600]>>setpagedevice"
 
8305
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
8306
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[600 600]>>setpagedevice"
7621
8307
 
7622
8308
  // Duplexer is optional...
7623
8309
  Installable "OptionDuplex/Duplexer Installed"
7628
8314
  Attribute "cupsModelName" "" "hp LaserJet 1010"     // APDK device class 
7629
8315
 
7630
8316
  {
7631
 
    // Supported media sizes.
7632
 
// <LJFastRaster_margin.defs> (Generated by ijsdump, do not change manually. Used by LJFastRaster<br>LJJetReady.)
7633
 
HWMargins 12 12 12 12
7634
 
*MediaSize Letter
7635
 
HWMargins 12 12 12 12
7636
 
MediaSize A4
7637
 
HWMargins 12 12 12 12
7638
 
MediaSize Legal
7639
 
HWMargins 12 12 12 12
7640
 
MediaSize Photo
7641
 
HWMargins 12 12 12 12
7642
 
MediaSize Photo5x7
7643
 
HWMargins 12 12 12 12
7644
 
MediaSize A5
7645
 
HWMargins 12 12 12 12
7646
 
MediaSize A6
7647
 
HWMargins 12 12 12 12
7648
 
MediaSize B5
7649
 
HWMargins 12 12 12 12
7650
 
MediaSize JB5
7651
 
HWMargins 12 12 12 12
7652
 
MediaSize Oufuku
7653
 
HWMargins 12 12 12 12
7654
 
MediaSize Hagaki
7655
 
HWMargins 12 12 12 12
7656
 
MediaSize Executive
7657
 
HWMargins 12 12 12 12
7658
 
MediaSize FLSA
7659
 
HWMargins 12 11 12 12
7660
 
MediaSize ExecutiveJIS
7661
 
HWMargins 12 12 12 12
7662
 
MediaSize 16k
7663
 
HWMargins 12 12 12 12
7664
 
MediaSize Card3x5
7665
 
HWMargins 12 12 12 12
7666
 
MediaSize Card5x8
7667
 
HWMargins 12 12 12 12
7668
 
MediaSize Env10
7669
 
HWMargins 12 12 12 12
7670
 
MediaSize EnvA2
7671
 
HWMargins 12 12 12 12
7672
 
MediaSize EnvC6
7673
 
HWMargins 12 12 12 12
7674
 
MediaSize EnvDL
7675
 
HWMargins 12 12 12 12
7676
 
MediaSize EnvC5
7677
 
HWMargins 12 12 12 12
7678
 
MediaSize EnvB5
7679
 
HWMargins 12 12 12 12
7680
 
MediaSize EnvChou3
7681
 
HWMargins 12 12 12 12
7682
 
MediaSize EnvChou4
7683
 
HWMargins 12 12 12 12
7684
 
MediaSize EnvMonarch
7685
 
// </LJFastRaster_margin.defs>
 
8317
// 4x6 or smaller
 
8318
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 12 12 12 12 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
8319
         "<</cupsInteger0 96/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
8320
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 12 12 12 12 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8321
         "<</cupsInteger0 14/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8322
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 12 12 12 12 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8323
         "<</cupsInteger0 96/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8324
 
 
8325
// 5x7
 
8326
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 12 12 12 12 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8327
         "<</cupsInteger0 96/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8328
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 420 567 12 12 12 12 "<</PageSize[420 567]/ImagingBBox null>>setpagedevice"
 
8329
         "<</cupsInteger0 15/PageSize[420 567]/ImagingBBox null>>setpagedevice"
 
8330
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 12 12 12 12 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8331
         "<</cupsInteger0 16/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8332
 
 
8333
// Standard
 
8334
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 12 12 12 12 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8335
         "<</cupsInteger0 11/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8336
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 12 12 12 12 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8337
         "<</cupsInteger0 96/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8338
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 12 12 12 12 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8339
         "<</cupsInteger0 3/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8340
  CustomMedia "16k/16k 7.75x10.75in" 558 774 12 12 12 12 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
8341
         "<</cupsInteger0 96/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
8342
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 12 12 12 12 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8343
         "<</cupsInteger0 0/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8344
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 12 12 12 12 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
8345
         "<</cupsInteger0 2/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
8346
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 12 12 12 12 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8347
         "<</cupsInteger0 96/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8348
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 12 12 12 12 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8349
         "<</cupsInteger0 96/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8350
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 12 12 12 12 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8351
         "<</cupsInteger0 1/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8352
 
 
8353
// Envelope
 
8354
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 12 12 12 12 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8355
         "<</cupsInteger0 6/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8356
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 12 12 12 12 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8357
         "<</cupsInteger0 96/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8358
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 12 12 12 12 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8359
         "<</cupsInteger0 96/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8360
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 12 12 12 12 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8361
         "<</cupsInteger0 96/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8362
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 12 12 12 12 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8363
         "<</cupsInteger0 9/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8364
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 12 12 12 12 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8365
         "<</cupsInteger0 6/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8366
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 12 12 12 12 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8367
         "<</cupsInteger0 96/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8368
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 12 12 12 12 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8369
         "<</cupsInteger0 8/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8370
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 12 12 12 12 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
8371
         "<</cupsInteger0 96/PageSize[499 709]/ImagingBBox null>>setpagedevice"
7686
8372
 
7687
8373
    // Custom page sizes from 1x4in to Legal
7688
8374
    HWMargins 12 12 12 12
7712
8398
 
7713
8399
/////////////// DJ350
7714
8400
{
 
8401
  Attribute "hpPrinterLanguage" "" "pcl3"
 
8402
  Attribute "hpPrinterPlatform" "" "dj600"
 
8403
  Attribute "HPMechOffset" "" "40"
7715
8404
 
7716
8405
  Group "General/General"
7717
8406
 
7726
8415
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
7727
8416
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
7728
8417
 
7729
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
7730
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
7731
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
7732
 
 
7733
8418
  // cupsMediaType values map to MEDIATYPE from global_types.h
7734
8419
  Option "MediaType/Media Type" PickOne AnySetup 10.0
7735
8420
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
7736
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
7737
8421
 
7738
8422
  // cupsCompression values map to QUALITY_MODE from global_types.h
7739
8423
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
7740
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
7741
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
7742
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 300]>>setpagedevice"    // black only
 
8424
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
8425
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[300 300]>>setpagedevice"
 
8426
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
8427
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
8428
    Choice "Best/Best" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowStep 1/OutputType(1)/cupsString0(PlainBestGrayK)/HWResolution[600 300]>>setpagedevice"    // black only
7743
8429
 
7744
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
7745
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
7746
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
7747
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
7748
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
7749
8430
 
7750
8431
  // Constraints
7751
 
  UIConstraints "*Duplex *OptionDuplex False"
7752
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
7753
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
7754
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
7755
 
  UIConstraints "*ColorModel RGB *OutputMode Best"
7756
8432
 
7757
8433
  Attribute "cupsModelName" "" "DESKJET 350"     // APDK device class 
7758
8434
 
7759
8435
  {
7760
 
    // Supported media sizes. 
7761
 
// <DJ350_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ350<br>DJ540<br>DJ630<br>DJ6xx<br>DJ6xxPhoto<br>AP2xxx<br>AP21xx<br>AP2560.)
7762
 
HWMargins 18 48 18 9
7763
 
*MediaSize Letter
7764
 
HWMargins 10 48 10 9
7765
 
MediaSize A4
7766
 
HWMargins 18 48 18 9
7767
 
MediaSize Legal
7768
 
HWMargins 18 48 18 9
7769
 
MediaSize Photo
7770
 
HWMargins 18 48 18 9
7771
 
MediaSize Photo5x7
7772
 
HWMargins 18 48 18 9
7773
 
MediaSize A5
7774
 
HWMargins 18 48 18 9
7775
 
MediaSize A6
7776
 
HWMargins 18 48 18 9
7777
 
MediaSize B5
7778
 
HWMargins 18 48 18 9
7779
 
MediaSize JB5
7780
 
HWMargins 18 48 18 9
7781
 
MediaSize Oufuku
7782
 
HWMargins 18 48 18 9
7783
 
MediaSize Hagaki
7784
 
HWMargins 18 48 18 9
7785
 
MediaSize Executive
7786
 
HWMargins 18 48 18 9
7787
 
MediaSize FLSA
7788
 
HWMargins 18 47 18 9
7789
 
MediaSize ExecutiveJIS
7790
 
HWMargins 18 48 18 9
7791
 
MediaSize 16k
7792
 
HWMargins 18 48 18 9
7793
 
MediaSize Card3x5
7794
 
HWMargins 18 48 18 9
7795
 
MediaSize Card5x8
7796
 
HWMargins 18 48 18 9
7797
 
MediaSize Env10
7798
 
HWMargins 18 48 18 9
7799
 
MediaSize EnvA2
7800
 
HWMargins 18 48 18 9
7801
 
MediaSize EnvC6
7802
 
HWMargins 18 48 18 9
7803
 
MediaSize EnvDL
7804
 
HWMargins 18 48 18 9
7805
 
MediaSize EnvC5
7806
 
HWMargins 18 48 18 9
7807
 
MediaSize EnvB5
7808
 
HWMargins 18 48 18 9
7809
 
MediaSize EnvChou3
7810
 
HWMargins 18 48 18 9
7811
 
MediaSize EnvChou4
7812
 
HWMargins 18 48 18 9
7813
 
MediaSize EnvMonarch
7814
 
// </DJ350_margin.defs>
 
8436
// 4x6 or smaller
 
8437
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18 48 18 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
8438
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
8439
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18 48 18 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8440
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8441
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18 48 18 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
8442
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
8443
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18 48 18 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8444
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8445
 
 
8446
// 5x7
 
8447
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18 48 18 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
8448
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
8449
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18 48 18 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8450
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8451
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18 48 18 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
8452
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
8453
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18 48 18 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8454
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8455
 
 
8456
// Standard
 
8457
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 48 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8458
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8459
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 48 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8460
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8461
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 48 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8462
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8463
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 48 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
8464
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
8465
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 48 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8466
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8467
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 48 18 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
8468
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
8469
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8470
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8471
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8472
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8473
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 48 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8474
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8475
 
 
8476
// Envelope
 
8477
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18 48 18 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8478
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8479
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18 48 18 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8480
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8481
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18 48 18 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8482
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8483
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18 48 18 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8484
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8485
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18 48 18 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8486
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8487
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18 48 18 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8488
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8489
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 48 18 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8490
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8491
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18 48 18 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8492
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8493
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18 48 18 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
8494
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
7815
8495
 
7816
8496
    // Custom page sizes from 1x4in to Legal
7817
8497
    HWMargins 18 48 18 9
7842
8522
 
7843
8523
//////////// DJ540 grayscale only
7844
8524
{
 
8525
  Attribute "hpPrinterLanguage" "" "pcl3"
 
8526
  Attribute "hpPrinterPlatform" "" "dj540"
 
8527
  Attribute "HPMechOffset" "" "40"
 
8528
 
7845
8529
  Group "General/General"
7846
8530
 
7847
8531
  // MediaPosition values map to MediaSource enumeration in global_types.h
7856
8540
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
7857
8541
 
7858
8542
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
7859
 
    *Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
 
8543
    *Choice "Gray/Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2>>setpagedevice"
7860
8544
 
7861
8545
  // cupsMediaType values map to MEDIATYPE from global_types.h
7862
8546
  Option "MediaType/Media Type" PickOne AnySetup 10.0
7863
8547
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
7864
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
7865
8548
 
7866
8549
  // cupsCompression values map to QUALITY_MODE from global_types.h
7867
8550
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
7868
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
7869
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
7870
 
 
7871
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
7872
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
7873
 
    *Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
 
8551
    *Choice "Normal/Normal" "<</OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[300 300]>>setpagedevice"
 
8552
    Choice "Draft/Draft" "<</OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
7874
8553
 
7875
8554
  // Constraints
7876
8555
 
7877
8556
  Attribute "cupsModelName" "" "DESKJET 540"     // APDK device class 
7878
8557
 
7879
8558
  {
7880
 
    // Supported media sizes.
7881
 
// <DJ350_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ350<br>DJ540<br>DJ630<br>DJ6xx<br>DJ6xxPhoto<br>AP2xxx<br>AP21xx<br>AP2560.)
7882
 
HWMargins 18 48 18 9
7883
 
*MediaSize Letter
7884
 
HWMargins 10 48 10 9
7885
 
MediaSize A4
7886
 
HWMargins 18 48 18 9
7887
 
MediaSize Legal
7888
 
HWMargins 18 48 18 9
7889
 
MediaSize Photo
7890
 
HWMargins 18 48 18 9
7891
 
MediaSize Photo5x7
7892
 
HWMargins 18 48 18 9
7893
 
MediaSize A5
7894
 
HWMargins 18 48 18 9
7895
 
MediaSize A6
7896
 
HWMargins 18 48 18 9
7897
 
MediaSize B5
7898
 
HWMargins 18 48 18 9
7899
 
MediaSize JB5
7900
 
HWMargins 18 48 18 9
7901
 
MediaSize Oufuku
7902
 
HWMargins 18 48 18 9
7903
 
MediaSize Hagaki
7904
 
HWMargins 18 48 18 9
7905
 
MediaSize Executive
7906
 
HWMargins 18 48 18 9
7907
 
MediaSize FLSA
7908
 
HWMargins 18 47 18 9
7909
 
MediaSize ExecutiveJIS
7910
 
HWMargins 18 48 18 9
7911
 
MediaSize 16k
7912
 
HWMargins 18 48 18 9
7913
 
MediaSize Card3x5
7914
 
HWMargins 18 48 18 9
7915
 
MediaSize Card5x8
7916
 
HWMargins 18 48 18 9
7917
 
MediaSize Env10
7918
 
HWMargins 18 48 18 9
7919
 
MediaSize EnvA2
7920
 
HWMargins 18 48 18 9
7921
 
MediaSize EnvC6
7922
 
HWMargins 18 48 18 9
7923
 
MediaSize EnvDL
7924
 
HWMargins 18 48 18 9
7925
 
MediaSize EnvC5
7926
 
HWMargins 18 48 18 9
7927
 
MediaSize EnvB5
7928
 
HWMargins 18 48 18 9
7929
 
MediaSize EnvChou3
7930
 
HWMargins 18 48 18 9
7931
 
MediaSize EnvChou4
7932
 
HWMargins 18 48 18 9
7933
 
MediaSize EnvMonarch
7934
 
// </DJ350_margin.defs>
 
8559
// 4x6 or smaller
 
8560
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18 48 18 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
8561
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
8562
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18 48 18 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8563
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8564
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18 48 18 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
8565
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
8566
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18 48 18 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8567
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8568
 
 
8569
// 5x7
 
8570
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18 48 18 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
8571
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
8572
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18 48 18 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8573
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8574
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18 48 18 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
8575
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
8576
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18 48 18 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8577
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8578
 
 
8579
// Standard
 
8580
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 48 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8581
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8582
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 48 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8583
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8584
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 48 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8585
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8586
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 48 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
8587
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
8588
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 48 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8589
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8590
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 48 18 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
8591
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
8592
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8593
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8594
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8595
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8596
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 48 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8597
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8598
 
 
8599
// Envelope
 
8600
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18 48 18 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8601
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8602
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18 48 18 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8603
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8604
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18 48 18 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8605
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8606
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18 48 18 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8607
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8608
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18 48 18 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8609
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8610
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18 48 18 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8611
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8612
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 48 18 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8613
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8614
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18 48 18 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8615
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8616
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18 48 18 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
8617
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
7935
8618
 
7936
8619
    // Custom page sizes from 1x4in to Legal
7937
8620
    HWMargins 18 48 18 9
8012
8695
 
8013
8696
/////////////// DJ540
8014
8697
{
 
8698
  Attribute "hpPrinterLanguage" "" "pcl3"
 
8699
  Attribute "hpPrinterPlatform" "" "dj540"
 
8700
  Attribute "HPMechOffset" "" "40"
8015
8701
 
8016
8702
  Group "General/General"
8017
8703
 
8026
8712
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
8027
8713
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
8028
8714
 
8029
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
8030
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
8031
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
8032
 
 
8033
8715
  // cupsMediaType values map to MEDIATYPE from global_types.h
8034
8716
  Option "MediaType/Media Type" PickOne AnySetup 10.0
8035
8717
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
8036
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
8037
8718
 
8038
8719
  // cupsCompression values map to QUALITY_MODE from global_types.h
8039
8720
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
8040
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
8041
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
8042
 
 
8043
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
8044
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
8045
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
8046
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
8047
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
 
8721
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
8722
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[300 300]>>setpagedevice"
 
8723
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
8724
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
8048
8725
 
8049
8726
  // Constraints
8050
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
8051
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
8052
8727
 
8053
8728
  Attribute "cupsModelName" "" "DESKJET 540"     // APDK device class 
8054
8729
 
8055
8730
  {
8056
 
    // Supported media sizes. 
8057
 
// <DJ350_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ350<br>DJ540<br>DJ630<br>DJ6xx<br>DJ6xxPhoto<br>AP2xxx<br>AP21xx<br>AP2560.)
8058
 
HWMargins 18 48 18 9
8059
 
*MediaSize Letter
8060
 
HWMargins 10 48 10 9
8061
 
MediaSize A4
8062
 
HWMargins 18 48 18 9
8063
 
MediaSize Legal
8064
 
HWMargins 18 48 18 9
8065
 
MediaSize Photo
8066
 
HWMargins 18 48 18 9
8067
 
MediaSize Photo5x7
8068
 
HWMargins 18 48 18 9
8069
 
MediaSize A5
8070
 
HWMargins 18 48 18 9
8071
 
MediaSize A6
8072
 
HWMargins 18 48 18 9
8073
 
MediaSize B5
8074
 
HWMargins 18 48 18 9
8075
 
MediaSize JB5
8076
 
HWMargins 18 48 18 9
8077
 
MediaSize Oufuku
8078
 
HWMargins 18 48 18 9
8079
 
MediaSize Hagaki
8080
 
HWMargins 18 48 18 9
8081
 
MediaSize Executive
8082
 
HWMargins 18 48 18 9
8083
 
MediaSize FLSA
8084
 
HWMargins 18 47 18 9
8085
 
MediaSize ExecutiveJIS
8086
 
HWMargins 18 48 18 9
8087
 
MediaSize 16k
8088
 
HWMargins 18 48 18 9
8089
 
MediaSize Card3x5
8090
 
HWMargins 18 48 18 9
8091
 
MediaSize Card5x8
8092
 
HWMargins 18 48 18 9
8093
 
MediaSize Env10
8094
 
HWMargins 18 48 18 9
8095
 
MediaSize EnvA2
8096
 
HWMargins 18 48 18 9
8097
 
MediaSize EnvC6
8098
 
HWMargins 18 48 18 9
8099
 
MediaSize EnvDL
8100
 
HWMargins 18 48 18 9
8101
 
MediaSize EnvC5
8102
 
HWMargins 18 48 18 9
8103
 
MediaSize EnvB5
8104
 
HWMargins 18 48 18 9
8105
 
MediaSize EnvChou3
8106
 
HWMargins 18 48 18 9
8107
 
MediaSize EnvChou4
8108
 
HWMargins 18 48 18 9
8109
 
MediaSize EnvMonarch
8110
 
// </DJ350_margin.defs>
 
8731
// 4x6 or smaller
 
8732
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18 48 18 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
8733
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
8734
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18 48 18 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8735
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8736
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18 48 18 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
8737
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
8738
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18 48 18 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8739
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8740
 
 
8741
// 5x7
 
8742
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18 48 18 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
8743
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
8744
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18 48 18 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8745
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8746
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18 48 18 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
8747
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
8748
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18 48 18 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8749
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8750
 
 
8751
// Standard
 
8752
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 48 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8753
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8754
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 48 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8755
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8756
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 48 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8757
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8758
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 48 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
8759
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
8760
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 48 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8761
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8762
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 48 18 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
8763
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
8764
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8765
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8766
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8767
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8768
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 48 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8769
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8770
 
 
8771
// Envelope
 
8772
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18 48 18 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8773
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8774
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18 48 18 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8775
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8776
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18 48 18 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8777
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8778
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18 48 18 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8779
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8780
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18 48 18 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8781
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8782
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18 48 18 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8783
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8784
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 48 18 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8785
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8786
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18 48 18 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8787
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8788
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18 48 18 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
8789
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
8111
8790
 
8112
8791
    // Custom page sizes from 1x4in to Legal
8113
8792
    HWMargins 18 48 18 9
8178
8857
 
8179
8858
/////////////// DJ630
8180
8859
{
 
8860
  Attribute "hpPrinterLanguage" "" "pcl3"
 
8861
  Attribute "hpPrinterPlatform" "" "dj630"
 
8862
  Attribute "HPMechOffset" "" "40"
8181
8863
 
8182
8864
  Group "General/General"
8183
8865
 
8192
8874
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
8193
8875
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
8194
8876
 
8195
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
8196
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
8197
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
8198
 
 
8199
8877
  // cupsMediaType values map to MEDIATYPE from global_types.h
8200
8878
  Option "MediaType/Media Type" PickOne AnySetup 10.0
8201
8879
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
8202
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
8880
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
8203
8881
 
8204
8882
  // cupsCompression values map to QUALITY_MODE from global_types.h
8205
8883
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
8206
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
8207
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
8208
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 300]>>setpagedevice"    // black only
8209
 
    Choice "Photo/Photo" "<</cupsCompression 3/HWResolution[300 300]>>setpagedevice"
8210
 
 
8211
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
8212
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
8213
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
8214
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
8215
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
8216
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
8884
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
8885
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[300 300]>>setpagedevice"
 
8886
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
8887
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
8888
    Choice "Best/Best" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowStep 1/OutputType(1)/cupsString0(PlainBestGrayK)/HWResolution[600 300]>>setpagedevice"    // black only
 
8889
    Choice "Photo/Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoBestColor)/HWResolution[300 300]>>setpagedevice"
8217
8890
 
8218
8891
  // Constraints
8219
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
8220
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
8221
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
8222
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
8223
 
  UIConstraints "*ColorModel RGB *OutputMode Best"
 
8892
  UIConstraints "*MediaType Glossy *OutputMode DraftRGB"
 
8893
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
8894
  UIConstraints "*MediaType Plain *OutputMode Photo"
8224
8895
 
8225
8896
  Attribute "cupsModelName" "" "DESKJET 630"     // APDK device class 
8226
8897
 
8227
8898
  {
8228
 
    // Supported media sizes. 
8229
 
// <DJ350_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ350<br>DJ540<br>DJ630<br>DJ6xx<br>DJ6xxPhoto<br>AP2xxx<br>AP21xx<br>AP2560.)
8230
 
HWMargins 18 48 18 9
8231
 
*MediaSize Letter
8232
 
HWMargins 10 48 10 9
8233
 
MediaSize A4
8234
 
HWMargins 18 48 18 9
8235
 
MediaSize Legal
8236
 
HWMargins 18 48 18 9
8237
 
MediaSize Photo
8238
 
HWMargins 18 48 18 9
8239
 
MediaSize Photo5x7
8240
 
HWMargins 18 48 18 9
8241
 
MediaSize A5
8242
 
HWMargins 18 48 18 9
8243
 
MediaSize A6
8244
 
HWMargins 18 48 18 9
8245
 
MediaSize B5
8246
 
HWMargins 18 48 18 9
8247
 
MediaSize JB5
8248
 
HWMargins 18 48 18 9
8249
 
MediaSize Oufuku
8250
 
HWMargins 18 48 18 9
8251
 
MediaSize Hagaki
8252
 
HWMargins 18 48 18 9
8253
 
MediaSize Executive
8254
 
HWMargins 18 48 18 9
8255
 
MediaSize FLSA
8256
 
HWMargins 18 47 18 9
8257
 
MediaSize ExecutiveJIS
8258
 
HWMargins 18 48 18 9
8259
 
MediaSize 16k
8260
 
HWMargins 18 48 18 9
8261
 
MediaSize Card3x5
8262
 
HWMargins 18 48 18 9
8263
 
MediaSize Card5x8
8264
 
HWMargins 18 48 18 9
8265
 
MediaSize Env10
8266
 
HWMargins 18 48 18 9
8267
 
MediaSize EnvA2
8268
 
HWMargins 18 48 18 9
8269
 
MediaSize EnvC6
8270
 
HWMargins 18 48 18 9
8271
 
MediaSize EnvDL
8272
 
HWMargins 18 48 18 9
8273
 
MediaSize EnvC5
8274
 
HWMargins 18 48 18 9
8275
 
MediaSize EnvB5
8276
 
HWMargins 18 48 18 9
8277
 
MediaSize EnvChou3
8278
 
HWMargins 18 48 18 9
8279
 
MediaSize EnvChou4
8280
 
HWMargins 18 48 18 9
8281
 
MediaSize EnvMonarch
8282
 
// </DJ350_margin.defs>
 
8899
// 4x6 or smaller
 
8900
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18.00 48.24 18.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8901
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
8902
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18.00 48.24 18.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
8903
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
8904
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18.00 48.24 18.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8905
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
8906
 
 
8907
// 5x7
 
8908
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18.00 48.24 18.00 9.00 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
8909
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
8910
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 48.24 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8911
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
8912
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 48.24 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
8913
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
8914
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18.00 48.24 18.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8915
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
8916
 
 
8917
// Standard
 
8918
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18.00 48.24 18.00 9.00 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8919
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
8920
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18.00 48.24 18.00 9.00 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8921
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
8922
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 48.24 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8923
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
8924
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 48.24 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
8925
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
8926
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18.00 48.24 18.00 9.00 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8927
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
8928
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 48.24 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
8929
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
8930
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 48.24 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8931
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8932
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 48.24 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8933
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
8934
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 48.24 18.00 9.00 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8935
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
8936
 
 
8937
// Envelope
 
8938
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18.00 48.24 18.00 9.00 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8939
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
8940
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 48.24 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8941
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
8942
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18.00 48.24 18.00 9.00 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8943
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
8944
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 48.24 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8945
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
8946
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 48.24 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8947
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
8948
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 48.24 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8949
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
8950
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18.00 48.24 18.00 9.00 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8951
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
8952
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 48.24 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8953
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
8954
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 48.24 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
8955
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
8283
8956
 
8284
8957
    // Custom page sizes from 1x4in to Legal
8285
8958
    HWMargins 18 48 18 9
8318
8991
 
8319
8992
/////////////// DJ600 and DJ6xx
8320
8993
{
 
8994
  Attribute "hpPrinterLanguage" "" "pcl3"
 
8995
  Attribute "hpPrinterPlatform" "" "dj600"
 
8996
  Attribute "HPMechOffset" "" "40"
8321
8997
 
8322
8998
  Group "General/General"
8323
8999
 
8332
9008
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
8333
9009
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
8334
9010
 
8335
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
8336
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
8337
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
8338
 
 
8339
9011
  // cupsMediaType values map to MEDIATYPE from global_types.h
8340
9012
  Option "MediaType/Media Type" PickOne AnySetup 10.0
8341
9013
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
8342
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
8343
9014
 
8344
9015
  // cupsCompression values map to QUALITY_MODE from global_types.h
8345
9016
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
8346
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
8347
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
8348
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 300]>>setpagedevice"   // black only
8349
 
 
8350
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
8351
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
8352
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
8353
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
8354
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
8355
 
 
8356
 
  // Constraints
8357
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
8358
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
8359
 
  UIConstraints "*ColorModel RGB *OutputMode Best"
 
9017
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
9018
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[300 300]>>setpagedevice"
 
9019
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
9020
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
9021
    Choice "Best/Best" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowStep 1/OutputType(1)/cupsString0(PlainBestGrayK)/HWResolution[600 300]>>setpagedevice"   // black only
8360
9022
 
8361
9023
  {
8362
 
    // Supported media sizes. 
8363
 
// <DJ350_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ350<br>DJ540<br>DJ630<br>DJ6xx<br>DJ6xxPhoto<br>AP2xxx<br>AP21xx<br>AP2560.)
8364
 
HWMargins 18 48 18 9
8365
 
*MediaSize Letter
8366
 
HWMargins 10 48 10 9
8367
 
MediaSize A4
8368
 
HWMargins 18 48 18 9
8369
 
MediaSize Legal
8370
 
HWMargins 18 48 18 9
8371
 
MediaSize Photo
8372
 
HWMargins 18 48 18 9
8373
 
MediaSize Photo5x7
8374
 
HWMargins 18 48 18 9
8375
 
MediaSize A5
8376
 
HWMargins 18 48 18 9
8377
 
MediaSize A6
8378
 
HWMargins 18 48 18 9
8379
 
MediaSize B5
8380
 
HWMargins 18 48 18 9
8381
 
MediaSize JB5
8382
 
HWMargins 18 48 18 9
8383
 
MediaSize Oufuku
8384
 
HWMargins 18 48 18 9
8385
 
MediaSize Hagaki
8386
 
HWMargins 18 48 18 9
8387
 
MediaSize Executive
8388
 
HWMargins 18 48 18 9
8389
 
MediaSize FLSA
8390
 
HWMargins 18 47 18 9
8391
 
MediaSize ExecutiveJIS
8392
 
HWMargins 18 48 18 9
8393
 
MediaSize 16k
8394
 
HWMargins 18 48 18 9
8395
 
MediaSize Card3x5
8396
 
HWMargins 18 48 18 9
8397
 
MediaSize Card5x8
8398
 
HWMargins 18 48 18 9
8399
 
MediaSize Env10
8400
 
HWMargins 18 48 18 9
8401
 
MediaSize EnvA2
8402
 
HWMargins 18 48 18 9
8403
 
MediaSize EnvC6
8404
 
HWMargins 18 48 18 9
8405
 
MediaSize EnvDL
8406
 
HWMargins 18 48 18 9
8407
 
MediaSize EnvC5
8408
 
HWMargins 18 48 18 9
8409
 
MediaSize EnvB5
8410
 
HWMargins 18 48 18 9
8411
 
MediaSize EnvChou3
8412
 
HWMargins 18 48 18 9
8413
 
MediaSize EnvChou4
8414
 
HWMargins 18 48 18 9
8415
 
MediaSize EnvMonarch
8416
 
// </DJ350_margin.defs>
 
9024
// 4x6 or smaller
 
9025
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18 48 18 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
9026
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
9027
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18 48 18 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9028
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9029
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18 48 18 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
9030
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
9031
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18 48 18 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9032
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9033
 
 
9034
// 5x7
 
9035
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18 48 18 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9036
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9037
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18 48 18 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9038
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9039
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18 48 18 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9040
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9041
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18 48 18 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9042
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9043
 
 
9044
// Standard
 
9045
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 48 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9046
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9047
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 48 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9048
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9049
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 48 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9050
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9051
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 48 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
9052
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
9053
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 48 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9054
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9055
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 48 18 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
9056
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
9057
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9058
         "<</cupsInteger0 101/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9059
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9060
         "<</cupsInteger0 101/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9061
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 48 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9062
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9063
 
 
9064
// Envelope 
 
9065
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18 48 18 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9066
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9067
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18 48 18 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9068
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9069
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18 48 18 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9070
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9071
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18 48 18 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
9072
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
9073
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18 48 18 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
9074
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
9075
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18 48 18 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
9076
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
9077
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 48 18 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
9078
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
9079
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18 48 18 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
9080
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
9081
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18 48 18 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
9082
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
8417
9083
 
8418
9084
    // Custom page sizes from 1x4in to Legal
8419
9085
    HWMargins 18 48 18 9
8539
9205
        Attribute "Product" "" "(HP Deskjet 670tv Printer)"
8540
9206
      }
8541
9207
      {
 
9208
        ModelName "HP Deskjet 670c"
 
9209
        Attribute "NickName" "" "HP Deskjet 670c, $Version"
 
9210
        Attribute "ShortNickName" "" "HP Deskjet 670c"
 
9211
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 670c;DES:deskjet 670c;"
 
9212
        PCFileName "hp-deskjet_670c.ppd"
 
9213
        Attribute "Product" "" "(HP Deskjet 670c)"
 
9214
      }
 
9215
      {
8542
9216
        ModelName "HP Deskjet 672c"
8543
9217
        Attribute "NickName" "" "HP Deskjet 672c, $Version"
8544
9218
        Attribute "ShortNickName" "" "HP Deskjet 672c"
8576
9250
 
8577
9251
///////////// DJ6xxPhoto
8578
9252
{
 
9253
  Attribute "hpPrinterLanguage" "" "pcl3"
 
9254
  Attribute "hpPrinterPlatform" "" "dj690"
 
9255
  Attribute "HPMechOffset" "" "40"
8579
9256
 
8580
9257
  Group "General/General"
8581
9258
 
8590
9267
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
8591
9268
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
8592
9269
 
8593
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
8594
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
8595
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
8596
 
 
8597
9270
  // cupsMediaType values map to MEDIATYPE from global_types.h
8598
9271
  Option "MediaType/Media Type" PickOne AnySetup 10.0
8599
9272
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
8600
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
9273
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
8601
9274
 
8602
9275
  // cupsCompression values map to QUALITY_MODE from global_types.h
8603
9276
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
8604
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
8605
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
8606
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 300]>>setpagedevice"       // black only
8607
 
    Choice "Photo/Photo" "<</cupsCompression 3/HWResolution[300 300]>>setpagedevice"
8608
 
 
8609
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
8610
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
8611
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
8612
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
8613
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
8614
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
9277
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
9278
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[300 300]>>setpagedevice"
 
9279
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
9280
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
9281
    Choice "Best/Best" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowStep 1/OutputType(1)/cupsString0(PlainBestGrayK)/HWResolution[600 300]>>setpagedevice"
 
9282
    Choice "Photo/Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoBestColor)/HWResolution[300 300]>>setpagedevice"
8615
9283
 
8616
9284
  // Constraints
8617
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
8618
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
8619
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
8620
 
  UIConstraints "*ColorModel RGB *OutputMode Best"
 
9285
  UIConstraints "*MediaType Glossy *OutputMode DraftRGB"
 
9286
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
9287
  UIConstraints "*MediaType Plain *OutputMode Photo"
8621
9288
 
8622
9289
  Attribute "cupsModelName" "" "DESKJET 610"     // APDK device class 
8623
9290
 
8624
9291
  {
8625
 
    // Supported media sizes. 
8626
 
// <DJ350_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ350<br>DJ540<br>DJ630<br>DJ6xx<br>DJ6xxPhoto<br>AP2xxx<br>AP21xx<br>AP2560.)
8627
 
HWMargins 18 48 18 9
8628
 
*MediaSize Letter
8629
 
HWMargins 10 48 10 9
8630
 
MediaSize A4
8631
 
HWMargins 18 48 18 9
8632
 
MediaSize Legal
8633
 
HWMargins 18 48 18 9
8634
 
MediaSize Photo
8635
 
HWMargins 18 48 18 9
8636
 
MediaSize Photo5x7
8637
 
HWMargins 18 48 18 9
8638
 
MediaSize A5
8639
 
HWMargins 18 48 18 9
8640
 
MediaSize A6
8641
 
HWMargins 18 48 18 9
8642
 
MediaSize B5
8643
 
HWMargins 18 48 18 9
8644
 
MediaSize JB5
8645
 
HWMargins 18 48 18 9
8646
 
MediaSize Oufuku
8647
 
HWMargins 18 48 18 9
8648
 
MediaSize Hagaki
8649
 
HWMargins 18 48 18 9
8650
 
MediaSize Executive
8651
 
HWMargins 18 48 18 9
8652
 
MediaSize FLSA
8653
 
HWMargins 18 47 18 9
8654
 
MediaSize ExecutiveJIS
8655
 
HWMargins 18 48 18 9
8656
 
MediaSize 16k
8657
 
HWMargins 18 48 18 9
8658
 
MediaSize Card3x5
8659
 
HWMargins 18 48 18 9
8660
 
MediaSize Card5x8
8661
 
HWMargins 18 48 18 9
8662
 
MediaSize Env10
8663
 
HWMargins 18 48 18 9
8664
 
MediaSize EnvA2
8665
 
HWMargins 18 48 18 9
8666
 
MediaSize EnvC6
8667
 
HWMargins 18 48 18 9
8668
 
MediaSize EnvDL
8669
 
HWMargins 18 48 18 9
8670
 
MediaSize EnvC5
8671
 
HWMargins 18 48 18 9
8672
 
MediaSize EnvB5
8673
 
HWMargins 18 48 18 9
8674
 
MediaSize EnvChou3
8675
 
HWMargins 18 48 18 9
8676
 
MediaSize EnvChou4
8677
 
HWMargins 18 48 18 9
8678
 
MediaSize EnvMonarch
8679
 
// </DJ350_margin.defs>
 
9292
// 4x6 or smaller
 
9293
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 48.24 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
9294
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
9295
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18.00 48.24 18.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9296
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9297
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18.00 48.24 18.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
9298
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
9299
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18.00 48.24 18.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9300
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9301
 
 
9302
// 5x7
 
9303
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18.00 48.24 18.00 9.00 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9304
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9305
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 48.24 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9306
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9307
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 48.24 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9308
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9309
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18.00 48.24 18.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9310
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9311
 
 
9312
// Standard
 
9313
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18.00 48.24 18.00 9.00 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9314
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9315
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18.00 48.24 18.00 9.00 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9316
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9317
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 48.24 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9318
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9319
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 48.24 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
9320
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
9321
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18.00 48.24 18.00 9.00 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9322
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9323
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 48.24 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
9324
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
9325
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 48.24 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9326
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9327
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 48.24 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9328
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9329
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 48.24 18.00 9.00 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9330
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9331
 
 
9332
// Envelope
 
9333
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18.00 48.24 18.00 9.00 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9334
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9335
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 48.24 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9336
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9337
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18.00 48.24 18.00 9.00 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9338
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9339
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 48.24 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
9340
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
9341
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 48.24 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
9342
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
9343
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 48.24 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
9344
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
9345
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18.00 48.24 18.00 9.00 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
9346
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
9347
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 48.24 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
9348
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
9349
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 48.24 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
9350
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
8680
9351
 
8681
9352
    // Custom page sizes from 1x4in to Legal
8682
9353
    HWMargins 18 48 18 9
8826
9497
 
8827
9498
///////////////// DJ8xx
8828
9499
{
 
9500
  Attribute "hpPrinterLanguage" "" "pcl3gui"
 
9501
  Attribute "hpPrinterPlatform" "" "dj895"
 
9502
  Attribute "HPMechOffset" "" "40"
8829
9503
 
8830
9504
  Group "General/General"
8831
9505
 
8840
9514
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
8841
9515
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
8842
9516
 
8843
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
8844
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
8845
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
8846
 
 
8847
9517
  // cupsMediaType values map to MEDIATYPE from global_types.h
8848
9518
  Option "MediaType/Media Type" PickOne AnySetup 10.0
8849
9519
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
8850
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
9520
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
8851
9521
 
8852
9522
  // cupsCompression values map to QUALITY_MODE from global_types.h
8853
9523
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
8854
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
8855
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
8856
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"         // black only
8857
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[600 600]>>setpagedevice"
8858
 
 
8859
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
8860
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
8861
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
8862
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
8863
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
8864
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
9524
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
9525
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[600 600]>>setpagedevice"
 
9526
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
9527
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
9528
    //Choice "BestGray/Best Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/cupsCompression 2/HWResolution[600 600]>>setpagedevice"  // black only
 
9529
    Choice "Photo/High-Resolution Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoBestColor)/HWResolution[600 600]>>setpagedevice"
8865
9530
 
8866
9531
  // Constraints
8867
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
8868
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
8869
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
8870
 
  UIConstraints "*ColorModel RGB *OutputMode Best"
 
9532
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
9533
  UIConstraints "*MediaType Glossy *OutputMode DraftRGB"
 
9534
  UIConstraints "*MediaType Plain *OutputMode Photo"
8871
9535
 
8872
9536
  Attribute "cupsModelName" "" "DESKJET 810"     // APDK device class 
8873
9537
 
8874
9538
  {
8875
 
    // Supported media sizes. 
8876
 
// <DJ8xx_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ8xx<br>DJ8x5<br>DJ850<br>DJ890<br>DJ3320.)
8877
 
HWMargins 18 36 18 9
8878
 
*MediaSize Letter
8879
 
HWMargins 10 36 10 9
8880
 
MediaSize A4
8881
 
HWMargins 18 36 18 9
8882
 
MediaSize Legal
8883
 
HWMargins 9 9 9 9
8884
 
MediaSize Photo
8885
 
HWMargins 9 36 9 9
8886
 
MediaSize Photo5x7
8887
 
HWMargins 9 36 9 9
8888
 
MediaSize A5
8889
 
HWMargins 9 36 9 9
8890
 
MediaSize A6
8891
 
HWMargins 18 36 18 9
8892
 
MediaSize B5
8893
 
HWMargins 18 36 18 9
8894
 
MediaSize JB5
8895
 
HWMargins 18 27 18 9
8896
 
MediaSize Oufuku
8897
 
HWMargins 9 9 9 9
8898
 
MediaSize Hagaki
8899
 
HWMargins 18 36 18 9
8900
 
MediaSize Executive
8901
 
HWMargins 18 36 18 9
8902
 
MediaSize FLSA
8903
 
HWMargins 18 35 18 9
8904
 
MediaSize ExecutiveJIS
8905
 
HWMargins 18 36 18 9
8906
 
MediaSize 16k
8907
 
HWMargins 18 36 18 9
8908
 
MediaSize Card3x5
8909
 
HWMargins 18 36 18 9
8910
 
MediaSize Card5x8
8911
 
HWMargins 9 36 9 9
8912
 
MediaSize Env10
8913
 
HWMargins 9 36 9 9
8914
 
MediaSize EnvA2
8915
 
HWMargins 9 36 9 9
8916
 
MediaSize EnvC6
8917
 
HWMargins 9 36 9 9
8918
 
MediaSize EnvDL
8919
 
HWMargins 18 36 18 9
8920
 
MediaSize EnvC5
8921
 
HWMargins 18 36 18 9
8922
 
MediaSize EnvB5
8923
 
HWMargins 9 36 9 9
8924
 
MediaSize EnvChou3
8925
 
HWMargins 9 36 9 9
8926
 
MediaSize EnvChou4
8927
 
HWMargins 18 36 18 9
8928
 
MediaSize EnvMonarch
8929
 
// </DJ8xx_margin.defs>
 
9539
// 4x6 or smaller
 
9540
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
9541
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
9542
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9.00 36.00 9.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9543
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9544
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
9545
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
9546
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 36 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9547
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9548
 
 
9549
// 5x7
 
9550
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9.00 36.00 9.00 9.00 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9551
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9552
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9553
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9554
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9555
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9556
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9.00 36.00 9.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9557
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9558
 
 
9559
// Standard
 
9560
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 9 36 9 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9561
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9562
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 9 36 9 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9563
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9564
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9565
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9566
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 36.00 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
9567
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
9568
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18.00 36.00 18.00 9.00 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9569
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9570
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36.00 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
9571
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
9572
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9573
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9574
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9575
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9576
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 36.00 18.00 9.00 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9577
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9578
 
 
9579
// Envelope
 
9580
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18.00 36.00 18.00 9.00 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9581
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9582
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9583
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9584
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18.00 36.00 18.00 9.00 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9585
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9586
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
9587
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
9588
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
9589
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
9590
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
9591
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
9592
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18.00 36.00 18.00 9.00 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
9593
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
9594
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
9595
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
9596
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
9597
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
8930
9598
 
8931
9599
    // Custom page sizes from 1x4in to Legal
8932
 
    HWMargins 18 36 18 9
 
9600
    HWMargins 9 36 9 9
8933
9601
    VariablePaperSize Yes
8934
9602
    MinSize 1in 4in
8935
9603
    MaxSize 8.5in 14in
9123
9791
 
9124
9792
////////////// DJ8x5
9125
9793
{
 
9794
  Attribute "hpPrinterLanguage" "" "pcl3gui"
 
9795
  Attribute "hpPrinterPlatform" "" "dj8x5"
 
9796
  Attribute "HPMechOffset" "" "40"
9126
9797
 
9127
9798
  Group "General/General"
9128
9799
 
9137
9808
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
9138
9809
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
9139
9810
 
9140
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
9141
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
9142
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
9143
 
 
9144
9811
  // cupsMediaType values map to MEDIATYPE from global_types.h
9145
9812
  Option "MediaType/Media Type" PickOne AnySetup 10.0
9146
9813
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
9147
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
9814
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
9148
9815
 
9149
9816
  // cupsCompression values map to QUALITY_MODE from global_types.h
9150
9817
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
9151
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
9152
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
9153
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"         // black only
9154
 
    Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[600 600]>>setpagedevice"
9155
 
 
9156
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
9157
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
9158
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
9159
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
9160
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
9161
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
9818
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
9819
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[600 600]>>setpagedevice"
 
9820
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
9821
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
9822
    //Choice "BestGray/Best Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/cupsCompression 2/HWResolution[600 600]>>setpagedevice"  // black only
 
9823
    Choice "Photo/High-Resolution Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoBestColor)/HWResolution[600 600]>>setpagedevice"
9162
9824
 
9163
9825
  // Constraints
9164
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
9165
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
9166
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
9167
 
  UIConstraints "*ColorModel RGB *OutputMode Best"
 
9826
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
9827
  UIConstraints "*MediaType Glossy *OutputMode DraftRGB"
 
9828
  UIConstraints "*MediaType Plain *OutputMode Photo"
9168
9829
 
9169
9830
  Attribute "cupsModelName" "" "DESKJET 825"     // APDK device class 
9170
9831
 
9171
9832
  {
9172
 
    // Supported media sizes. 
9173
 
// <DJ8xx_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ8xx<br>DJ8x5<br>DJ850<br>DJ890<br>DJ3320.)
9174
 
HWMargins 18 36 18 9
9175
 
*MediaSize Letter
9176
 
HWMargins 10 36 10 9
9177
 
MediaSize A4
9178
 
HWMargins 18 36 18 9
9179
 
MediaSize Legal
9180
 
HWMargins 9 9 9 9
9181
 
MediaSize Photo
9182
 
HWMargins 9 36 9 9
9183
 
MediaSize Photo5x7
9184
 
HWMargins 9 36 9 9
9185
 
MediaSize A5
9186
 
HWMargins 9 36 9 9
9187
 
MediaSize A6
9188
 
HWMargins 18 36 18 9
9189
 
MediaSize B5
9190
 
HWMargins 18 36 18 9
9191
 
MediaSize JB5
9192
 
HWMargins 18 27 18 9
9193
 
MediaSize Oufuku
9194
 
HWMargins 9 9 9 9
9195
 
MediaSize Hagaki
9196
 
HWMargins 18 36 18 9
9197
 
MediaSize Executive
9198
 
HWMargins 18 36 18 9
9199
 
MediaSize FLSA
9200
 
HWMargins 18 35 18 9
9201
 
MediaSize ExecutiveJIS
9202
 
HWMargins 18 36 18 9
9203
 
MediaSize 16k
9204
 
HWMargins 18 36 18 9
9205
 
MediaSize Card3x5
9206
 
HWMargins 18 36 18 9
9207
 
MediaSize Card5x8
9208
 
HWMargins 9 36 9 9
9209
 
MediaSize Env10
9210
 
HWMargins 9 36 9 9
9211
 
MediaSize EnvA2
9212
 
HWMargins 9 36 9 9
9213
 
MediaSize EnvC6
9214
 
HWMargins 9 36 9 9
9215
 
MediaSize EnvDL
9216
 
HWMargins 18 36 18 9
9217
 
MediaSize EnvC5
9218
 
HWMargins 18 36 18 9
9219
 
MediaSize EnvB5
9220
 
HWMargins 9 36 9 9
9221
 
MediaSize EnvChou3
9222
 
HWMargins 9 36 9 9
9223
 
MediaSize EnvChou4
9224
 
HWMargins 18 36 18 9
9225
 
MediaSize EnvMonarch
9226
 
// </DJ8xx_margin.defs>
 
9833
// 4x6 or smaller
 
9834
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
9835
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
9836
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9.00 36.00 9.00 9.00 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9837
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9838
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
9839
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
9840
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9.00 36.00 9.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9841
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9842
 
 
9843
// 5x7
 
9844
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9.00 36.00 9.00 9.00 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9845
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9846
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9847
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9848
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9849
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9850
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9.00 36.00 9.00 9.00 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9851
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9852
 
 
9853
// Standard
 
9854
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 9 36 9 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9855
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9856
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 9 36 9 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9857
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9858
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9859
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9860
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 36.00 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
9861
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
9862
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18.00 36.00 18.00 9.00 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9863
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9864
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9 36 9 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
9865
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
9866
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9867
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9868
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9869
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9870
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 36.00 18.00 9.00 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9871
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9872
 
 
9873
// Envelope
 
9874
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18.00 36.00 18.00 9.00 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9875
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9876
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9877
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9878
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18.00 36.00 18.00 9.00 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9879
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9880
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
9881
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
9882
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
9883
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
9884
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
9885
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
9886
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18.00 36.00 18.00 9.00 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
9887
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
9888
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
9889
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
9890
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
9891
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
9227
9892
 
9228
9893
    // Custom page sizes from 1x4in to Legal
9229
 
    HWMargins 18 36 18 9
 
9894
    HWMargins 9 36 9 9
9230
9895
    VariablePaperSize Yes
9231
9896
    MinSize 1in 4in
9232
9897
    MaxSize 8.5in 14in
9253
9918
  } // End supported media sizes.
9254
9919
} // End DJ8x5
9255
9920
 
9256
 
///////////////////// DJ850 and DJ890
9257
 
{
9258
 
 
9259
 
  Group "General/General"
9260
 
 
9261
 
  // MediaPosition values map to MediaSource enumeration in global_types.h
9262
 
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
9263
 
    *Choice "Auto/Auto-Select" "<</MediaPosition 7>>setpagedevice"
9264
 
    Choice "PhotoTray/Photo Tray" "<</MediaPosition 6>>setpagedevice"
9265
 
    Choice "Upper/Upper Tray" "<</MediaPosition 1>>setpagedevice"
9266
 
    Choice "Lower/Lower Tray" "<</MediaPosition 4>>setpagedevice"
9267
 
    Choice "Envelope/Envelope Feeder" "<</MediaPosition 3>>setpagedevice"
9268
 
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
9269
 
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
9270
 
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
9271
 
 
9272
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
9273
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
9274
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
9275
 
 
9276
 
  // cupsMediaType values map to MEDIATYPE from global_types.h
9277
 
  Option "MediaType/Media Type" PickOne AnySetup 10.0
9278
 
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
9279
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
9280
 
 
9281
 
  // cupsCompression values map to QUALITY_MODE from global_types.h
9282
 
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
9283
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
9284
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
9285
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"     // black only
9286
 
 
9287
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
9288
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
9289
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
9290
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
9291
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
9292
 
 
9293
 
  // Constraints
9294
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
9295
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
9296
 
  UIConstraints "*ColorModel RGB *OutputMode Best"
9297
 
 
9298
 
  {
9299
 
    // Supported media sizes. 
9300
 
// <DJ8xx_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ8xx<br>DJ8x5<br>DJ850<br>DJ890<br>DJ3320.)
9301
 
HWMargins 18 36 18 9
9302
 
*MediaSize Letter
9303
 
HWMargins 10 36 10 9
9304
 
MediaSize A4
9305
 
HWMargins 18 36 18 9
9306
 
MediaSize Legal
9307
 
HWMargins 9 9 9 9
9308
 
MediaSize Photo
9309
 
HWMargins 9 36 9 9
9310
 
MediaSize Photo5x7
9311
 
HWMargins 9 36 9 9
9312
 
MediaSize A5
9313
 
HWMargins 9 36 9 9
9314
 
MediaSize A6
9315
 
HWMargins 18 36 18 9
9316
 
MediaSize B5
9317
 
HWMargins 18 36 18 9
9318
 
MediaSize JB5
9319
 
HWMargins 18 27 18 9
9320
 
MediaSize Oufuku
9321
 
HWMargins 9 9 9 9
9322
 
MediaSize Hagaki
9323
 
HWMargins 18 36 18 9
9324
 
MediaSize Executive
9325
 
HWMargins 18 36 18 9
9326
 
MediaSize FLSA
9327
 
HWMargins 18 35 18 9
9328
 
MediaSize ExecutiveJIS
9329
 
HWMargins 18 36 18 9
9330
 
MediaSize 16k
9331
 
HWMargins 18 36 18 9
9332
 
MediaSize Card3x5
9333
 
HWMargins 18 36 18 9
9334
 
MediaSize Card5x8
9335
 
HWMargins 9 36 9 9
9336
 
MediaSize Env10
9337
 
HWMargins 9 36 9 9
9338
 
MediaSize EnvA2
9339
 
HWMargins 9 36 9 9
9340
 
MediaSize EnvC6
9341
 
HWMargins 9 36 9 9
9342
 
MediaSize EnvDL
9343
 
HWMargins 18 36 18 9
9344
 
MediaSize EnvC5
9345
 
HWMargins 18 36 18 9
9346
 
MediaSize EnvB5
9347
 
HWMargins 9 36 9 9
9348
 
MediaSize EnvChou3
9349
 
HWMargins 9 36 9 9
9350
 
MediaSize EnvChou4
9351
 
HWMargins 18 36 18 9
9352
 
MediaSize EnvMonarch
9353
 
// </DJ8xx_margin.defs>
9354
 
 
9355
 
    // Custom page sizes from 1x4in to Legal
9356
 
    HWMargins 18 36 18 9
9357
 
    VariablePaperSize Yes
9358
 
    MinSize 1in 4in
9359
 
    MaxSize 8.5in 14in
9360
 
 
9361
 
    {
9362
 
      Attribute "cupsModelName" "" "DESKJET 850"     // APDK device class 
9363
 
      // <%DJ850:Normal%>
9364
 
      {
9365
 
        ModelName "HP Deskjet 850c"
9366
 
        Attribute "NickName" "" "HP Deskjet 850c, $Version"
9367
 
        Attribute "ShortNickName" "" "HP Deskjet 850c"
9368
 
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 850c;DES:deskjet 850c;"
9369
 
        PCFileName "hp-deskjet_850c.ppd"
9370
 
        Attribute "Product" "" "(HP Deskjet 850k Printer)"
9371
 
        Attribute "Product" "" "(HP Deskjet 850c Printer)"
9372
 
      }
9373
 
      {
9374
 
        ModelName "HP Deskjet 855c"
9375
 
        Attribute "NickName" "" "HP Deskjet 855c, $Version"
9376
 
        Attribute "ShortNickName" "" "HP Deskjet 855c"
9377
 
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 855c;DES:deskjet 855c;"
9378
 
        PCFileName "hp-deskjet_855c.ppd"
9379
 
        Attribute "Product" "" "(HP Deskjet 855cxi Printer)"
9380
 
        Attribute "Product" "" "(HP Deskjet 855c Printer)"
9381
 
        Attribute "Product" "" "(HP Deskjet 855cse Printer)"
9382
 
      }
9383
 
      {
9384
 
        ModelName "HP Deskjet 870c"
9385
 
        Attribute "NickName" "" "HP Deskjet 870c, $Version"
9386
 
        Attribute "ShortNickName" "" "HP Deskjet 870c"
9387
 
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 870c;DES:deskjet 870c;"
9388
 
        PCFileName "hp-deskjet_870c.ppd"
9389
 
        Attribute "Product" "" "(HP Deskjet 870k Printer)"
9390
 
        Attribute "Product" "" "(HP Deskjet 870c Printer)"
9391
 
        Attribute "Product" "" "(HP Deskjet 870cse Printer)"
9392
 
        Attribute "Product" "" "(HP Deskjet 870cxi Printer)"
9393
 
      }
9394
 
      {
9395
 
        ModelName "HP Officejet Pro 1150c"
9396
 
        Attribute "NickName" "" "HP Officejet Pro 1150c, $Version"
9397
 
        Attribute "ShortNickName" "" "HP Officejet Pro 1150c"
9398
 
        Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet pro 1150c;DES:officejet pro 1150c;"
9399
 
        PCFileName "hp-officejet_pro_1150c.ppd"
9400
 
        Attribute "Product" "" "(HP Officejet Pro 1150c All-in-one Printer)"
9401
 
        Attribute "Product" "" "(HP Officejet Pro 1150cse All-in-one Printer)"
9402
 
      }
9403
 
    }
9404
 
    {
9405
 
      Attribute "cupsModelName" "" "DESKJET 890"     // APDK device class 
9406
 
      // <%DJ890:Normal%>
9407
 
      {
9408
 
        ModelName "HP Deskjet 890c"
9409
 
        Attribute "NickName" "" "HP Deskjet 890c, $Version"
9410
 
        Attribute "ShortNickName" "" "HP Deskjet 890c"
9411
 
        Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 890c;DES:deskjet 890c;"
9412
 
        PCFileName "hp-deskjet_890c.ppd"
9413
 
        Attribute "Product" "" "(HP Deskjet 890cse Printer)"
9414
 
        Attribute "Product" "" "(HP Deskjet 890c Printer)"
9415
 
      }
9416
 
      {
9417
 
        ModelName "HP Officejet Pro 1170c Series"
9418
 
        Attribute "NickName" "" "HP Officejet Pro 1170c Series, $Version"
9419
 
        Attribute "ShortNickName" "" "HP Officejet Pro 1170c Series"
9420
 
        Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet pro 1170c series;DES:officejet pro 1170c series;"
9421
 
        PCFileName "hp-officejet_pro_1170c_series.ppd"
9422
 
        Attribute "Product" "" "(HP Officejet Pro 1170c All-in-one Printer)"
9423
 
        Attribute "Product" "" "(HP Officejet Pro 1170cse All-in-one Printer)"
9424
 
        Attribute "Product" "" "(HP Officejet Pro 1170cxi All-in-one Printer)"
9425
 
        Attribute "Product" "" "(HP Officejet Pro 1175c All-in-one Printer)"
9426
 
        Attribute "Product" "" "(HP Officejet Pro 1175cse All-in-one Printer)"
9427
 
        Attribute "Product" "" "(HP Officejet Pro 1175cxi All-in-one Printer)"
9428
 
      }
9429
 
    }
9430
 
  } // End supported media sizes.
9431
 
} // End DJ850 and DJ890
 
9921
///////////////////// DJ850
 
9922
{
 
9923
  Attribute "hpPrinterLanguage" "" "pcl3"
 
9924
  Attribute "hpPrinterPlatform" "" "dj850"
 
9925
  Attribute "HPMechOffset" "" "40"
 
9926
 
 
9927
  Group "General/General"
 
9928
 
 
9929
  // MediaPosition values map to MediaSource enumeration in global_types.h
 
9930
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
 
9931
    *Choice "Auto/Auto-Select" "<</MediaPosition 7>>setpagedevice"
 
9932
    Choice "PhotoTray/Photo Tray" "<</MediaPosition 6>>setpagedevice"
 
9933
    Choice "Upper/Upper Tray" "<</MediaPosition 1>>setpagedevice"
 
9934
    Choice "Lower/Lower Tray" "<</MediaPosition 4>>setpagedevice"
 
9935
    Choice "Envelope/Envelope Feeder" "<</MediaPosition 3>>setpagedevice"
 
9936
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
 
9937
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
 
9938
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
 
9939
 
 
9940
  // cupsMediaType values map to MEDIATYPE from global_types.h
 
9941
  Option "MediaType/Media Type" PickOne AnySetup 10.0
 
9942
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
 
9943
 
 
9944
  // cupsCompression values map to QUALITY_MODE from global_types.h
 
9945
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
 
9946
    *Choice "NormalRGB/Normal" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
9947
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/cupsString0(PlainNormalGrayK)/OutputType(0)/HWResolution[300 300]>>setpagedevice"
 
9948
    Choice "DraftRGB/Draft" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
9949
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
9950
 
 
9951
  // Constraints
 
9952
 
 
9953
  {
 
9954
// 4x6 or smaller
 
9955
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 36 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9956
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
9957
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
9958
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
9959
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9 36 9 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9960
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
9961
 
 
9962
// 5x7
 
9963
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 36 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9964
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
9965
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9966
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
9967
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9968
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
9969
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 36 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9970
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
9971
 
 
9972
// Standard
 
9973
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 9 36 9 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9974
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
9975
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 9 36 9 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9976
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
9977
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9978
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
9979
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 36.00 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
9980
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
9981
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18.00 36.00 18.00 9.00 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9982
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
9983
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36.00 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
9984
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
9985
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9986
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9987
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9988
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
9989
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 36.00 18.00 9.00 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9990
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
9991
 
 
9992
// Envelope
 
9993
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18.00 36.00 18.00 9.00 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9994
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
9995
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9996
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
9997
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18.00 36.00 18.00 9.00 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9998
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
9999
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10000
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10001
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10002
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10003
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10004
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10005
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18.00 36.00 18.00 9.00 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10006
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10007
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10008
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10009
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10010
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10011
 
 
10012
    // Custom page sizes from 1x4in to Legal
 
10013
    HWMargins 9 36 9 9
 
10014
    VariablePaperSize Yes
 
10015
    MinSize 1in 4in
 
10016
    MaxSize 8.5in 14in
 
10017
 
 
10018
    Attribute "cupsModelName" "" "DESKJET 850"     // APDK device class 
 
10019
    // <%DJ850:Normal%>
 
10020
    {
 
10021
      ModelName "HP Deskjet 850c"
 
10022
      Attribute "NickName" "" "HP Deskjet 850c, $Version"
 
10023
      Attribute "ShortNickName" "" "HP Deskjet 850c"
 
10024
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 850c;DES:deskjet 850c;"
 
10025
      PCFileName "hp-deskjet_850c.ppd"
 
10026
      Attribute "Product" "" "(HP Deskjet 850k Printer)"
 
10027
      Attribute "Product" "" "(HP Deskjet 850c Printer)"
 
10028
    }
 
10029
    {
 
10030
      ModelName "HP Deskjet 855c"
 
10031
      Attribute "NickName" "" "HP Deskjet 855c, $Version"
 
10032
      Attribute "ShortNickName" "" "HP Deskjet 855c"
 
10033
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 855c;DES:deskjet 855c;"
 
10034
      PCFileName "hp-deskjet_855c.ppd"
 
10035
      Attribute "Product" "" "(HP Deskjet 855cxi Printer)"
 
10036
      Attribute "Product" "" "(HP Deskjet 855c Printer)"
 
10037
      Attribute "Product" "" "(HP Deskjet 855cse Printer)"
 
10038
    }
 
10039
    {
 
10040
      ModelName "HP Deskjet 870c"
 
10041
      Attribute "NickName" "" "HP Deskjet 870c, $Version"
 
10042
      Attribute "ShortNickName" "" "HP Deskjet 870c"
 
10043
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 870c;DES:deskjet 870c;"
 
10044
      PCFileName "hp-deskjet_870c.ppd"
 
10045
      Attribute "Product" "" "(HP Deskjet 870k Printer)"
 
10046
      Attribute "Product" "" "(HP Deskjet 870c Printer)"
 
10047
      Attribute "Product" "" "(HP Deskjet 870cse Printer)"
 
10048
      Attribute "Product" "" "(HP Deskjet 870cxi Printer)"
 
10049
    }
 
10050
    {
 
10051
      ModelName "HP Officejet Pro 1150c"
 
10052
      Attribute "NickName" "" "HP Officejet Pro 1150c, $Version"
 
10053
      Attribute "ShortNickName" "" "HP Officejet Pro 1150c"
 
10054
      Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet pro 1150c;DES:officejet pro 1150c;"
 
10055
      PCFileName "hp-officejet_pro_1150c.ppd"
 
10056
      Attribute "Product" "" "(HP Officejet Pro 1150c All-in-one Printer)"
 
10057
      Attribute "Product" "" "(HP Officejet Pro 1150cse All-in-one Printer)"
 
10058
    }
 
10059
 
 
10060
  } // End supported media sizes.
 
10061
} // End DJ850
 
10062
 
 
10063
///////////////////// DJ890
 
10064
{
 
10065
  Attribute "hpPrinterLanguage" "" "pcl3gui"
 
10066
  Attribute "hpPrinterPlatform" "" "dj890"
 
10067
  Attribute "HPMechOffset" "" "40"
 
10068
 
 
10069
  Group "General/General"
 
10070
 
 
10071
  // MediaPosition values map to MediaSource enumeration in global_types.h
 
10072
  Option "InputSlot/Media Source" PickOne AnySetup 10.0
 
10073
    *Choice "Auto/Auto-Select" "<</MediaPosition 7>>setpagedevice"
 
10074
    Choice "PhotoTray/Photo Tray" "<</MediaPosition 6>>setpagedevice"
 
10075
    Choice "Upper/Upper Tray" "<</MediaPosition 1>>setpagedevice"
 
10076
    Choice "Lower/Lower Tray" "<</MediaPosition 4>>setpagedevice"
 
10077
    Choice "Envelope/Envelope Feeder" "<</MediaPosition 3>>setpagedevice"
 
10078
    Choice "LargeCapacity/Large Capacity Tray" "<</MediaPosition 5>>setpagedevice"
 
10079
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
 
10080
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
 
10081
 
 
10082
  // cupsMediaType values map to MEDIATYPE from global_types.h
 
10083
  Option "MediaType/Media Type" PickOne AnySetup 10.0
 
10084
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
 
10085
 
 
10086
  // cupsCompression values map to QUALITY_MODE from global_types.h
 
10087
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
 
10088
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
10089
    Choice "NormalGray/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[300 300]>>setpagedevice"
 
10090
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
10091
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
10092
 
 
10093
  // Constraints
 
10094
 
 
10095
  {
 
10096
// 4x6 or smaller
 
10097
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18.00 36.00 18.00 9.00 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
10098
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
10099
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 9 36 9 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10100
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10101
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 9.00 36.00 9.00 9.00 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
10102
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
10103
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 9.00 36.00 9.00 9.00 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10104
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10105
 
 
10106
// 5x7
 
10107
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 9 36 9 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
10108
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
10109
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.00 36.00 18.00 9.00 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10110
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10111
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.00 36.00 18.00 9.00 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10112
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10113
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 9 36 9 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10114
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10115
 
 
10116
// Standard
 
10117
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 9 36 9 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10118
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10119
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 9 36 9 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10120
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10121
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18.00 36.00 18.00 9.00 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10122
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10123
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 36.00 18.00 9.00 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
10124
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
10125
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18.00 36.00 18.00 9.00 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10126
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10127
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 9.72 36.00 9.72 9.00 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
10128
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
10129
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10130
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10131
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 36.00 18.00 9.00 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10132
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10133
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 36.00 18.00 9.00 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10134
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10135
 
 
10136
// Envelope
 
10137
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 9 36 9 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10138
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10139
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18.00 36.00 18.00 9.00 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10140
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10141
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 9 36 9 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10142
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10143
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 36.00 18.00 9.00 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10144
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10145
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 36.00 18.00 9.00 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10146
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10147
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 36.00 18.00 9.00 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10148
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10149
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 9 36 9 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10150
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10151
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.00 36.00 18.00 9.00 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10152
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10153
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 36.00 18.00 9.00 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10154
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10155
 
 
10156
    // Custom page sizes from 1x4in to Legal
 
10157
    HWMargins 9 36 9 9
 
10158
    VariablePaperSize Yes
 
10159
    MinSize 1in 4in
 
10160
    MaxSize 8.5in 14in
 
10161
 
 
10162
    Attribute "cupsModelName" "" "DESKJET 890"     // APDK device class 
 
10163
    // <%DJ890:Normal%>
 
10164
    {
 
10165
      ModelName "HP Deskjet 890c"
 
10166
      Attribute "NickName" "" "HP Deskjet 890c, $Version"
 
10167
      Attribute "ShortNickName" "" "HP Deskjet 890c"
 
10168
      Attribute "1284DeviceID" "" "MFG:HP;MDL:deskjet 890c;DES:deskjet 890c;"
 
10169
      PCFileName "hp-deskjet_890c.ppd"
 
10170
      Attribute "Product" "" "(HP Deskjet 890cse Printer)"
 
10171
      Attribute "Product" "" "(HP Deskjet 890c Printer)"
 
10172
    }
 
10173
    {
 
10174
      ModelName "HP Officejet Pro 1170c Series"
 
10175
      Attribute "NickName" "" "HP Officejet Pro 1170c Series, $Version"
 
10176
      Attribute "ShortNickName" "" "HP Officejet Pro 1170c Series"
 
10177
      Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet pro 1170c series;DES:officejet pro 1170c series;"
 
10178
      PCFileName "hp-officejet_pro_1170c_series.ppd"
 
10179
      Attribute "Product" "" "(HP Officejet Pro 1170c All-in-one Printer)"
 
10180
      Attribute "Product" "" "(HP Officejet Pro 1170cse All-in-one Printer)"
 
10181
      Attribute "Product" "" "(HP Officejet Pro 1170cxi All-in-one Printer)"
 
10182
      Attribute "Product" "" "(HP Officejet Pro 1175c All-in-one Printer)"
 
10183
      Attribute "Product" "" "(HP Officejet Pro 1175cse All-in-one Printer)"
 
10184
      Attribute "Product" "" "(HP Officejet Pro 1175cxi All-in-one Printer)"
 
10185
    }
 
10186
 
 
10187
  } // End supported media sizes.
 
10188
} // End DJ890
9432
10189
 
9433
10190
///////////////// LJZjsMono (for proprietary plugin)
9434
10191
{
 
10192
  Attribute "hpPrinterLanguage" "" "ljzjstream"
 
10193
 
9435
10194
  Group "General/General"
9436
10195
 
 
10196
  Attribute "cupsIPPReason" "hplip.plugin-error/printer requires a binary plugin, run hp-setup" ""
 
10197
 
9437
10198
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
9438
10199
    Choice "DuplexNoTumble/Long Edge (Standard)" "<</Duplex true/Tumble false>>setpagedevice"
9439
10200
    Choice "DuplexTumble/Short Edge (Flip)" "<</Duplex true/Tumble true>>setpagedevice"
9452
10213
 
9453
10214
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
9454
10215
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
9455
 
    *Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1>>setpagedevice"
 
10216
    *Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1/cupsRowStep 2>>setpagedevice"
9456
10217
 
9457
10218
  // cupsMediaType values map to MEDIATYPE from global_types.h
9458
10219
  Option "MediaType/Media Type" PickOne AnySetup 10.0
9459
10220
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
9460
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
9461
10221
 
9462
10222
  // cupsCompression values map to QUALITY_MODE from global_types.h
9463
10223
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
9464
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[600 600]>>setpagedevice"
9465
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[600 600]>>setpagedevice"
 
10224
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
10225
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[600 600]>>setpagedevice"
9466
10226
 
9467
10227
  // Duplexer is optional...
9468
10228
  Installable "OptionDuplex/Duplexer Installed"
9473
10233
  Attribute "cupsModelName" "" "HP LaserJet 1018"     // APDK device class 
9474
10234
 
9475
10235
  {
9476
 
    // Supported media sizes.
9477
 
// <LJMono_margin.defs> (Generated by ijsdump, do not change manually. Used by LJMono<br>LJColor<br>LJZjsMono<br>LJZjsColor.)
9478
 
HWMargins 18 14 18 14
9479
 
*MediaSize Letter
9480
 
HWMargins 18 14 18 14
9481
 
MediaSize A4
9482
 
HWMargins 18 14 18 14
9483
 
MediaSize Legal
9484
 
HWMargins 18 14 18 14
9485
 
MediaSize Photo
9486
 
HWMargins 18 14 18 14
9487
 
MediaSize Photo5x7
9488
 
HWMargins 18 14 18 14
9489
 
MediaSize A5
9490
 
HWMargins 18 14 18 14
9491
 
MediaSize A6
9492
 
HWMargins 18 14 18 14
9493
 
MediaSize B5
9494
 
HWMargins 18 14 18 14
9495
 
MediaSize JB5
9496
 
HWMargins 18 14 18 14
9497
 
MediaSize Oufuku
9498
 
HWMargins 18 14 18 14
9499
 
MediaSize Hagaki
9500
 
HWMargins 18 14 18 14
9501
 
MediaSize Executive
9502
 
HWMargins 18 14 18 14
9503
 
MediaSize FLSA
9504
 
HWMargins 18 13 18 14
9505
 
MediaSize ExecutiveJIS
9506
 
HWMargins 18 14 18 14
9507
 
MediaSize 16k
9508
 
HWMargins 18 14 18 14
9509
 
MediaSize Card3x5
9510
 
HWMargins 18 14 18 14
9511
 
MediaSize Card5x8
9512
 
HWMargins 18 14 18 14
9513
 
MediaSize Env10
9514
 
HWMargins 18 14 18 14
9515
 
MediaSize EnvA2
9516
 
HWMargins 18 14 18 14
9517
 
MediaSize EnvC6
9518
 
HWMargins 18 14 18 14
9519
 
MediaSize EnvDL
9520
 
HWMargins 18 14 18 14
9521
 
MediaSize EnvC5
9522
 
HWMargins 18 14 18 14
9523
 
MediaSize EnvB5
9524
 
HWMargins 18 14 18 14
9525
 
MediaSize EnvChou3
9526
 
HWMargins 18 14 18 14
9527
 
MediaSize EnvChou4
9528
 
HWMargins 18 14 18 14
9529
 
MediaSize EnvMonarch
9530
 
// </LJMono_margin.defs>
 
10236
// 4x6 or smaller
 
10237
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 12.96 15.5 12.96 15.5 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
10238
         "<</cupsInteger0 96/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
10239
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 19.12 15.5 19.12 15.5 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10240
         "<</cupsInteger0 43/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10241
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18.12 15.5 18.12 15.5 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10242
         "<</cupsInteger0 96/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10243
 
 
10244
// 5x7
 
10245
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.72 15.5 18.72 15.5 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10246
         "<</cupsInteger0 96/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10247
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.54 15.5 18.54 15.5 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10248
         "<</cupsInteger0 43/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10249
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18 15.5 18 15.5 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10250
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10251
 
 
10252
// Standard
 
10253
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 19.08 14.4 19.08 14.4 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10254
         "<</cupsInteger0 357/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10255
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 15.5 18 15.5 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10256
         "<</cupsInteger0 96/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10257
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 19.08 15.5 19.08 15.5 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10258
         "<</cupsInteger0 7/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10259
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 15.5 18 15.5 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
10260
         "<</cupsInteger0 96/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
10261
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 15.5 18 15.5 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10262
         "<</cupsInteger0 1/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10263
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 15.5 18 15.5 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
10264
         "<</cupsInteger0 9/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
10265
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 15.5 18 15.5 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10266
         "<</cupsInteger0 96/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10267
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 15.5 18 15.5 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10268
         "<</cupsInteger0 258/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10269
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 15.5 18 15.5 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10270
         "<</cupsInteger0 5/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10271
 
 
10272
// Envelope
 
10273
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 19.08 15.5 19.08 15.5 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10274
         "<</cupsInteger0 96/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10275
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 19.56 15.5 19.56 15.5 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10276
         "<</cupsInteger0 96/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10277
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 19.92 15.5 19.92 15.5 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10278
         "<</cupsInteger0 96/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10279
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18 15.5 18 15.5 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10280
         "<</cupsInteger0 96/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10281
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18 15.5 18 15.5 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10282
         "<</cupsInteger0 27/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10283
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18 15.5 18 15.5 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10284
         "<</cupsInteger0 20/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10285
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 15.5 18 15.5 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10286
         "<</cupsInteger0 96/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10287
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.3 15.5 18.3 15.5 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10288
         "<</cupsInteger0 96/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10289
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18 15.5 18 15.5 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10290
         "<</cupsInteger0 357/PageSize[499 709]/ImagingBBox null>>setpagedevice"
9531
10291
 
9532
10292
    // Custom page sizes from 1x4in to Legal
9533
 
    HWMargins 18 14 18 14
 
10293
    HWMargins 18 15.5 18 15.5
9534
10294
    VariablePaperSize Yes
9535
10295
    MinSize 1in 4in
9536
10296
    MaxSize 8.5in 14in
9640
10400
 
9641
10401
///////////////////// LJZjsColor (for proprietary plugin)
9642
10402
{
 
10403
  Attribute "hpPrinterLanguage" "" "ljzjstream"
 
10404
  Attribute "hpPrinterPlatform" "" "ljzjscolor"
 
10405
 
9643
10406
  Group "General/General"
9644
10407
 
9645
10408
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
9660
10423
 
9661
10424
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
9662
10425
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
9663
 
    Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsColorOrder 0/cupsRowCount 1>>setpagedevice"
9664
 
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsColorOrder 0/cupsRowCount 3>>setpagedevice"
 
10426
    Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 3/cupsRowStep 2>>setpagedevice"
 
10427
    *Choice "RGB/Color" "<</cupsColorSpace 17/cupsBitsPerColor 8/cupsRowCount 3/cupsRowStep 0>>setpagedevice"
9665
10428
 
9666
10429
  // cupsMediaType values map to MEDIATYPE from global_types.h
9667
10430
  Option "MediaType/Media Type" PickOne AnySetup 10.0
9668
10431
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
9669
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
10432
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
9670
10433
 
9671
10434
  // cupsCompression values map to QUALITY_MODE from global_types.h
9672
10435
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
9673
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[600 600]>>setpagedevice"
9674
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[600 600]>>setpagedevice"
 
10436
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
10437
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[600 600]>>setpagedevice"
9675
10438
 
9676
10439
  // Duplexer is optional...
9677
10440
  Installable "OptionDuplex/Duplexer Installed"
9682
10445
  Attribute "cupsModelName" "" "HP Color LaserJet 2600n"     // APDK device class 
9683
10446
 
9684
10447
  {
9685
 
    // Supported media sizes.
9686
 
// <LJMono_margin.defs> (Generated by ijsdump, do not change manually. Used by LJMono<br>LJColor<br>LJZjsMono<br>LJZjsColor.)
9687
 
HWMargins 18 14 18 14
9688
 
*MediaSize Letter
9689
 
HWMargins 18 14 18 14
9690
 
MediaSize A4
9691
 
HWMargins 18 14 18 14
9692
 
MediaSize Legal
9693
 
HWMargins 18 14 18 14
9694
 
MediaSize Photo
9695
 
HWMargins 18 14 18 14
9696
 
MediaSize Photo5x7
9697
 
HWMargins 18 14 18 14
9698
 
MediaSize A5
9699
 
HWMargins 18 14 18 14
9700
 
MediaSize A6
9701
 
HWMargins 18 14 18 14
9702
 
MediaSize B5
9703
 
HWMargins 18 14 18 14
9704
 
MediaSize JB5
9705
 
HWMargins 18 14 18 14
9706
 
MediaSize Oufuku
9707
 
HWMargins 18 14 18 14
9708
 
MediaSize Hagaki
9709
 
HWMargins 18 14 18 14
9710
 
MediaSize Executive
9711
 
HWMargins 18 14 18 14
9712
 
MediaSize FLSA
9713
 
HWMargins 18 13 18 14
9714
 
MediaSize ExecutiveJIS
9715
 
HWMargins 18 14 18 14
9716
 
MediaSize 16k
9717
 
HWMargins 18 14 18 14
9718
 
MediaSize Card3x5
9719
 
HWMargins 18 14 18 14
9720
 
MediaSize Card5x8
9721
 
HWMargins 18 14 18 14
9722
 
MediaSize Env10
9723
 
HWMargins 18 14 18 14
9724
 
MediaSize EnvA2
9725
 
HWMargins 18 14 18 14
9726
 
MediaSize EnvC6
9727
 
HWMargins 18 14 18 14
9728
 
MediaSize EnvDL
9729
 
HWMargins 18 14 18 14
9730
 
MediaSize EnvC5
9731
 
HWMargins 18 14 18 14
9732
 
MediaSize EnvB5
9733
 
HWMargins 18 14 18 14
9734
 
MediaSize EnvChou3
9735
 
HWMargins 18 14 18 14
9736
 
MediaSize EnvChou4
9737
 
HWMargins 18 14 18 14
9738
 
MediaSize EnvMonarch
9739
 
// </LJMono_margin.defs>
 
10448
// 4x6 or smaller
 
10449
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 12.96 14.40 12.96 14.40 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
10450
         "<</cupsInteger0 96/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
10451
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 19.12 14.40 19.12 14.40 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10452
         "<</cupsInteger0 43/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10453
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18.00 14.40 18.00 14.40 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
10454
         "<</cupsInteger0 96/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
10455
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18.12 14.40 18.12 14.40 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10456
         "<</cupsInteger0 96/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10457
 
 
10458
// 5x7
 
10459
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18.72 14.40 18.72 14.40 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
10460
         "<</cupsInteger0 96/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
10461
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18.72 14.40 18.72 14.40 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10462
         "<</cupsInteger0 96/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10463
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18.54 14.40 18.54 14.40 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10464
         "<</cupsInteger0 43/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10465
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18.00 14.40 18.00 14.40 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10466
         "<</cupsInteger0 11/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10467
 
 
10468
// Standard
 
10469
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 19.08 14 19.08 14 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10470
         "<</cupsInteger0 357/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10471
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 14 18 14 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10472
         "<</cupsInteger0 96/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10473
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 19.08 14.40 19.08 14.40 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10474
         "<</cupsInteger0 7/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10475
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18.00 14.40 18.00 14.40 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
10476
         "<</cupsInteger0 96/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
10477
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18.00 14.40 18.00 14.40 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10478
         "<</cupsInteger0 1/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10479
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18.00 14.40 18.00 14.40 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
10480
         "<</cupsInteger0 9/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
10481
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18.00 14.40 18.00 14.40 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10482
         "<</cupsInteger0 96/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10483
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18.00 14.40 18.00 14.40 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10484
         "<</cupsInteger0 258/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10485
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 18.00 14.40 18.00 14.40 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10486
         "<</cupsInteger0 5/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10487
 
 
10488
// Envelope
 
10489
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 19.08 14 19.08 14 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10490
         "<</cupsInteger0 96/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10491
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 19.56 14.40 19.56 14.40 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10492
         "<</cupsInteger0 96/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10493
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 19.92 14 19.92 14 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10494
         "<</cupsInteger0 96/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10495
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18.00 14.40 18.00 14.40 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10496
         "<</cupsInteger0 96/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10497
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18.00 14.40 18.00 14.40 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10498
         "<</cupsInteger0 27/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10499
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18.00 14.40 18.00 14.40 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10500
         "<</cupsInteger0 20/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10501
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 14 18 14 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10502
         "<</cupsInteger0 96/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10503
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18.3 14.40 18.3 14.40 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10504
         "<</cupsInteger0 96/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10505
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18.00 14.40 18.00 14.40 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10506
         "<</cupsInteger0 96/PageSize[499 709]/ImagingBBox null>>setpagedevice"
9740
10507
 
9741
10508
    // Custom page sizes from 1x4in to Legal
9742
10509
    HWMargins 18 14 18 14
9774
10541
 
9775
10542
///////////// LJJetReady (color, for both open and proprietary plugin)
9776
10543
{
 
10544
  Attribute "hpPrinterLanguage" "" "ljjetready"
 
10545
 
9777
10546
  Group "General/General"
9778
10547
 
9779
10548
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
9794
10563
 
9795
10564
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
9796
10565
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
9797
 
    Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsColorOrder 0/cupsRowCount 1>>setpagedevice"
9798
 
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsColorOrder 0/cupsRowCount 3>>setpagedevice"
 
10566
    Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 3/cupsRowStep 2>>setpagedevice"
 
10567
    *Choice "RGB/Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowCount 3/cupsRowStep 0>>setpagedevice"     /* no RGBW */
9799
10568
 
9800
10569
  // cupsMediaType values map to MEDIATYPE from global_types.h
9801
10570
  Option "MediaType/Media Type" PickOne AnySetup 10.0
9802
10571
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
9803
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
10572
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
9804
10573
 
9805
10574
  // cupsCompression values map to QUALITY_MODE from global_types.h
9806
10575
  // Best mode is only available with proprietary plugin. 
9807
10576
  // Best mode will down-select to Normal if no proprietary plugin is installed.
9808
10577
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
9809
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[600 600]>>setpagedevice"
9810
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[600 600]>>setpagedevice"
9811
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
 
10578
    *Choice "Normal/Normal" "<</OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
10579
    Choice "Draft/Draft" "<</OutputType(-1)/HWResolution[600 600]>>setpagedevice"
 
10580
    Choice "Best/Best" "<</OutputType(1)/HWResolution[600 600]>>setpagedevice"
9812
10581
 
9813
10582
  // Duplexer is optional...
9814
10583
  Installable "OptionDuplex/Duplexer Installed"
9819
10588
  Attribute "cupsModelName" "" "hp color LaserJet 3500"     // APDK device class 
9820
10589
 
9821
10590
  {
9822
 
    // Supported media sizes.
9823
 
// <LJFastRaster_margin.defs> (Generated by ijsdump, do not change manually. Used by LJFastRaster<br>LJJetReady.)
9824
 
HWMargins 12 12 12 12
9825
 
*MediaSize Letter
9826
 
HWMargins 12 12 12 12
9827
 
MediaSize A4
9828
 
HWMargins 12 12 12 12
9829
 
MediaSize Legal
9830
 
HWMargins 12 12 12 12
9831
 
MediaSize Photo
9832
 
HWMargins 12 12 12 12
9833
 
MediaSize Photo5x7
9834
 
HWMargins 12 12 12 12
9835
 
MediaSize A5
9836
 
HWMargins 12 12 12 12
9837
 
MediaSize A6
9838
 
HWMargins 12 12 12 12
9839
 
MediaSize B5
9840
 
HWMargins 12 12 12 12
9841
 
MediaSize JB5
9842
 
HWMargins 12 12 12 12
9843
 
MediaSize Oufuku
9844
 
HWMargins 12 12 12 12
9845
 
MediaSize Hagaki
9846
 
HWMargins 12 12 12 12
9847
 
MediaSize Executive
9848
 
HWMargins 12 12 12 12
9849
 
MediaSize FLSA
9850
 
HWMargins 12 11 12 12
9851
 
MediaSize ExecutiveJIS
9852
 
HWMargins 12 12 12 12
9853
 
MediaSize 16k
9854
 
HWMargins 12 12 12 12
9855
 
MediaSize Card3x5
9856
 
HWMargins 12 12 12 12
9857
 
MediaSize Card5x8
9858
 
HWMargins 12 12 12 12
9859
 
MediaSize Env10
9860
 
HWMargins 12 12 12 12
9861
 
MediaSize EnvA2
9862
 
HWMargins 12 12 12 12
9863
 
MediaSize EnvC6
9864
 
HWMargins 12 12 12 12
9865
 
MediaSize EnvDL
9866
 
HWMargins 12 12 12 12
9867
 
MediaSize EnvC5
9868
 
HWMargins 12 12 12 12
9869
 
MediaSize EnvB5
9870
 
HWMargins 12 12 12 12
9871
 
MediaSize EnvChou3
9872
 
HWMargins 12 12 12 12
9873
 
MediaSize EnvChou4
9874
 
HWMargins 12 12 12 12
9875
 
MediaSize EnvMonarch
9876
 
// </LJFastRaster_margin.defs>
 
10591
// 4x6 or smaller
 
10592
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 12.00 14.40 12.00 14.40 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
10593
         "<</cupsInteger0 96/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
10594
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 13.36 14.40 13.36 14.40 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10595
         "<</cupsInteger0 96/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10596
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 17.28 14.40 17.28 14.40 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
10597
         "<</cupsInteger0 96/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
10598
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 14.28 14.40 14.28 14.40 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10599
         "<</cupsInteger0 96/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10600
 
 
10601
// 5x7
 
10602
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 12.96 14.40 12.96 14.40 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
10603
         "<</cupsInteger0 96/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
10604
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 12.96 14.40 12.96 14.40 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10605
         "<</cupsInteger0 96/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10606
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 14.70 14.40 14.70 14.40 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10607
         "<</cupsInteger0 96/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10608
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 12.12 14.40 12.12 14.40 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10609
         "<</cupsInteger0 16/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10610
 
 
10611
// Standard
 
10612
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 13.32 14.40 13.32 14.40 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10613
         "<</cupsInteger0 11/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10614
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 14.28 14.40 14.28 14.40 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10615
         "<</cupsInteger0 96/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10616
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 13.32 14.40 13.32 14.40 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10617
         "<</cupsInteger0 3/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10618
  CustomMedia "16k/16k 7.75x10.75in" 558 774 12.12 14.40 12.12 14.40 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
10619
         "<</cupsInteger0 96/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
10620
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 14.16 14.40 14.16 14.40 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10621
         "<</cupsInteger0 0/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10622
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 13.56 14.40 13.56 14.40 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
10623
         "<</cupsInteger0 2/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
10624
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 14.16 14.40 14.16 14.40 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10625
         "<</cupsInteger0 96/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10626
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 14.16 14.40 14.16 14.40 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10627
         "<</cupsInteger0 96/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10628
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 14.16 14.40 14.16 14.40 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10629
         "<</cupsInteger0 1/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10630
 
 
10631
// Envelope
 
10632
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 21.00 14.40 21.00 14.40 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10633
         "<</cupsInteger0 6/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10634
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 14.16 14.40 14.16 14.40 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10635
         "<</cupsInteger0 96/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10636
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 14.16 14.40 14.16 14.40 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10637
         "<</cupsInteger0 96/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10638
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 14.70 14.40 14.70 14.40 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10639
         "<</cupsInteger0 96/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10640
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 15.72 14.40 15.72 14.40 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10641
         "<</cupsInteger0 9/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10642
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 14.10 14.40 14.10 14.40 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10643
         "<</cupsInteger0 6/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10644
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 14.40 14.40 14.40 14.40 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10645
         "<</cupsInteger0 96/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10646
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 14.46 14.40 14.46 14.40 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10647
         "<</cupsInteger0 96/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10648
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 14.76 14.40 14.76 14.40 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10649
         "<</cupsInteger0 96/PageSize[499 709]/ImagingBBox null>>setpagedevice"
9877
10650
 
9878
10651
    // Custom page sizes from 1x4in to Legal
9879
 
    HWMargins 12 12 12 12
 
10652
    HWMargins 18 14.4 18 14.4
9880
10653
    VariablePaperSize Yes
9881
10654
    MinSize 1in 4in
9882
10655
    MaxSize 8.5in 14in
9931
10704
 
9932
10705
///////////// LJm1005 (monochrome, for proprietary plugin)
9933
10706
{
 
10707
  Attribute "hpPrinterLanguage" "" "ljzxstream"
 
10708
 
9934
10709
  Group "General/General"
9935
10710
 
9936
10711
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
9951
10726
 
9952
10727
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
9953
10728
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
9954
 
    *Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1>>setpagedevice"
 
10729
    *Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1/cupsRowStep 2>>setpagedevice"
9955
10730
 
9956
10731
  // cupsMediaType values map to MEDIATYPE from global_types.h
9957
10732
  Option "MediaType/Media Type" PickOne AnySetup 10.0
9958
10733
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
9959
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
9960
10734
 
9961
10735
  // cupsCompression values map to QUALITY_MODE from global_types.h
9962
10736
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
9963
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[600 600]>>setpagedevice"
9964
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[600 600]>>setpagedevice"
9965
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
 
10737
    *Choice "Normal/Normal" "<</cupsInteger1 600/OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
10738
    Choice "Draft/Draft" "<</cupsInteger1 600/OutputType(-1)/HWResolution[600 600]>>setpagedevice"
9966
10739
 
9967
10740
  // Duplexer is optional...
9968
10741
  Installable "OptionDuplex/Duplexer Installed"
9973
10746
  Attribute "cupsModelName" "" "HP LaserJet M1005"     // APDK device class 
9974
10747
 
9975
10748
  {
9976
 
    // Supported media sizes.
9977
 
// <LJM1005_margin.defs> (Generated by ijsdump, do not change manually. Used by LJM1005<br>LJP1XXX.)
9978
 
HWMargins 11 14 11 11
9979
 
*MediaSize Letter
9980
 
HWMargins 11 14 11 11
9981
 
MediaSize A4
9982
 
HWMargins 11 14 11 11
9983
 
MediaSize Legal
9984
 
HWMargins 11 14 11 11
9985
 
MediaSize Photo
9986
 
HWMargins 11 14 11 11
9987
 
MediaSize Photo5x7
9988
 
HWMargins 11 14 11 11
9989
 
MediaSize A5
9990
 
HWMargins 11 14 11 11
9991
 
MediaSize A6
9992
 
HWMargins 11 14 11 11
9993
 
MediaSize B5
9994
 
HWMargins 11 14 11 11
9995
 
MediaSize JB5
9996
 
HWMargins 11 14 11 11
9997
 
MediaSize Oufuku
9998
 
HWMargins 11 14 11 11
9999
 
MediaSize Hagaki
10000
 
HWMargins 11 14 11 11
10001
 
MediaSize Executive
10002
 
HWMargins 11 14 11 11
10003
 
MediaSize FLSA
10004
 
HWMargins 11 13 11 11
10005
 
MediaSize ExecutiveJIS
10006
 
HWMargins 11 14 11 11
10007
 
MediaSize 16k
10008
 
HWMargins 11 14 11 11
10009
 
MediaSize Card3x5
10010
 
HWMargins 11 14 11 11
10011
 
MediaSize Card5x8
10012
 
HWMargins 11 14 11 11
10013
 
MediaSize Env10
10014
 
HWMargins 11 14 11 11
10015
 
MediaSize EnvA2
10016
 
HWMargins 11 14 11 11
10017
 
MediaSize EnvC6
10018
 
HWMargins 11 14 11 11
10019
 
MediaSize EnvDL
10020
 
HWMargins 11 14 11 11
10021
 
MediaSize EnvC5
10022
 
HWMargins 11 14 11 11
10023
 
MediaSize EnvB5
10024
 
HWMargins 11 14 11 11
10025
 
MediaSize EnvChou3
10026
 
HWMargins 11 14 11 11
10027
 
MediaSize EnvChou4
10028
 
HWMargins 11 14 11 11
10029
 
MediaSize EnvMonarch
10030
 
// </LJM1005_margin.defs>
 
10749
// 4x6 or smaller
 
10750
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 12 13 12 13 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
10751
         "<</cupsInteger0 96/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
10752
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 12 13 12 13 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10753
         "<</cupsInteger0 43/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10754
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 12 13 12 13 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10755
         "<</cupsInteger0 96/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10756
 
 
10757
// 5x7
 
10758
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 12 13 12 13 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10759
         "<</cupsInteger0 96/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10760
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 12 13 12 13 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10761
         "<</cupsInteger0 43/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10762
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 12 13 12 13 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10763
         "<</cupsInteger0 11/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10764
 
 
10765
// Standard
 
10766
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 12 13 12 13 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10767
         "<</cupsInteger0 357/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10768
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 12.36 13 12.36 13 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10769
         "<</cupsInteger0 96/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10770
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 12 13 12 13 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10771
         "<</cupsInteger0 7/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10772
  CustomMedia "16k/16k 7.75x10.75in" 558 774 12 13 12 13 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
10773
         "<</cupsInteger0 96/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
10774
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 12 13 12 13 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10775
         "<</cupsInteger0 1/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10776
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 13.56 13.5 13.56 13.5 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
10777
         "<</cupsInteger0 9/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
10778
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 12 13 12 13 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10779
         "<</cupsInteger0 96/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10780
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 12 13 12 13 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10781
         "<</cupsInteger0 258/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10782
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 12 13 12 13 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10783
         "<</cupsInteger0 5/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10784
 
 
10785
// Envelope 
 
10786
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 12 13 12 13 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10787
         "<</cupsInteger0 96/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10788
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 12 13 12 13 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10789
         "<</cupsInteger0 96/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10790
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 12.24 13 12.24 13 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10791
         "<</cupsInteger0 96/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10792
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 12.78 13 12.78 13 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10793
         "<</cupsInteger0 96/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10794
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 11.76 13 11.76 13 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10795
         "<</cupsInteger0 27/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10796
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 12 13 12 13 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10797
         "<</cupsInteger0 20/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10798
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 12.48 13 12.48 13 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10799
         "<</cupsInteger0 96/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10800
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 12 13 12 13 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10801
         "<</cupsInteger0 96/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10802
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 12 13 12 13 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10803
         "<</cupsInteger0 96/PageSize[499 709]/ImagingBBox null>>setpagedevice"
10031
10804
 
10032
10805
    // Custom page sizes from 1x4in to Legal
10033
 
    HWMargins 11 14 11 11
 
10806
    HWMargins 12 13 12 13
10034
10807
    VariablePaperSize Yes
10035
10808
    MinSize 1in 4in
10036
10809
    MaxSize 8.5in 14in
10053
10826
      Attribute "Product" "" "(HP LaserJet p1505n Printer)"
10054
10827
    }
10055
10828
    {
 
10829
      ModelName "HP LaserJet p1505"
 
10830
      Attribute "NickName" "" "HP LaserJet p1505, $Version"
 
10831
      Attribute "ShortNickName" "" "HP LaserJet p1505"
 
10832
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp laserjet p1505;DES:hp laserjet p1505;"
 
10833
      PCFileName "hp-laserjet_p1505.ppd"
 
10834
      Attribute "Product" "" "(HP LaserJet p1505 Printer)"
 
10835
    }
 
10836
    {
10056
10837
      ModelName "HP LaserJet p2014"
10057
10838
      Attribute "NickName" "" "HP LaserJet p2014 zxs, $Version"
10058
10839
      Attribute "ShortNickName" "" "HP LaserJet p2014"
10073
10854
 
10074
10855
///////////// LJP1XXX (monochrome, for proprietary plugin)
10075
10856
{
 
10857
  Attribute "hpPrinterLanguage" "" "ljzxstream"
 
10858
 
10076
10859
  Group "General/General"
10077
10860
 
10078
10861
  Option "Duplex/Double-Sided Printing" PickOne PageSetup 10.0
10093
10876
 
10094
10877
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
10095
10878
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
10096
 
    *Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1>>setpagedevice"
 
10879
    *Choice "Gray/Grayscale" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowCount 1/cupsRowStep 2>>setpagedevice"
10097
10880
 
10098
10881
  // cupsMediaType values map to MEDIATYPE from global_types.h
10099
10882
  Option "MediaType/Media Type" PickOne AnySetup 10.0
10100
10883
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
10101
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
10102
10884
 
10103
10885
  // cupsCompression values map to QUALITY_MODE from global_types.h
10104
10886
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
10105
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[600 600]>>setpagedevice"
10106
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[600 600]>>setpagedevice"
10107
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
 
10887
    *Choice "Normal/Normal" "<</cupsInteger1 600/OutputType(0)/HWResolution[600 600]>>setpagedevice"
 
10888
    Choice "Draft/Draft" "<</cupsInteger1 400/OutputType(-1)/HWResolution[600 600]>>setpagedevice"
10108
10889
 
10109
10890
  // Duplexer is optional...
10110
10891
  Installable "OptionDuplex/Duplexer Installed"
10115
10896
  Attribute "cupsModelName" "" "HP LaserJet P1005"     // APDK device class 
10116
10897
 
10117
10898
  {
10118
 
    // Supported media sizes.
10119
 
// <LJM1005_margin.defs> (Generated by ijsdump, do not change manually. Used by LJM1005<br>LJP1XXX.)
10120
 
HWMargins 11 14 11 11
10121
 
*MediaSize Letter
10122
 
HWMargins 11 14 11 11
10123
 
MediaSize A4
10124
 
HWMargins 11 14 11 11
10125
 
MediaSize Legal
10126
 
HWMargins 11 14 11 11
10127
 
MediaSize Photo
10128
 
HWMargins 11 14 11 11
10129
 
MediaSize Photo5x7
10130
 
HWMargins 11 14 11 11
10131
 
MediaSize A5
10132
 
HWMargins 11 14 11 11
10133
 
MediaSize A6
10134
 
HWMargins 11 14 11 11
10135
 
MediaSize B5
10136
 
HWMargins 11 14 11 11
10137
 
MediaSize JB5
10138
 
HWMargins 11 14 11 11
10139
 
MediaSize Oufuku
10140
 
HWMargins 11 14 11 11
10141
 
MediaSize Hagaki
10142
 
HWMargins 11 14 11 11
10143
 
MediaSize Executive
10144
 
HWMargins 11 14 11 11
10145
 
MediaSize FLSA
10146
 
HWMargins 11 13 11 11
10147
 
MediaSize ExecutiveJIS
10148
 
HWMargins 11 14 11 11
10149
 
MediaSize 16k
10150
 
HWMargins 11 14 11 11
10151
 
MediaSize Card3x5
10152
 
HWMargins 11 14 11 11
10153
 
MediaSize Card5x8
10154
 
HWMargins 11 14 11 11
10155
 
MediaSize Env10
10156
 
HWMargins 11 14 11 11
10157
 
MediaSize EnvA2
10158
 
HWMargins 11 14 11 11
10159
 
MediaSize EnvC6
10160
 
HWMargins 11 14 11 11
10161
 
MediaSize EnvDL
10162
 
HWMargins 11 14 11 11
10163
 
MediaSize EnvC5
10164
 
HWMargins 11 14 11 11
10165
 
MediaSize EnvB5
10166
 
HWMargins 11 14 11 11
10167
 
MediaSize EnvChou3
10168
 
HWMargins 11 14 11 11
10169
 
MediaSize EnvChou4
10170
 
HWMargins 11 14 11 11
10171
 
MediaSize EnvMonarch
10172
 
// </LJM1005_margin.defs>
 
10899
// 4x6 or smaller
 
10900
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 12 13 12 13 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
10901
         "<</cupsInteger0 96/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
10902
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 12 13 12 13 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10903
         "<</cupsInteger0 43/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
10904
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 12 13 12 13 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10905
         "<</cupsInteger0 96/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
10906
 
 
10907
// 5x7
 
10908
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 12 13 12 13 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10909
         "<</cupsInteger0 96/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
10910
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 12 13 12 13 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10911
         "<</cupsInteger0 43/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
10912
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 12 13 12 13 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10913
         "<</cupsInteger0 11/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
10914
 
 
10915
// Standard
 
10916
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 12 13 12 13 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10917
         "<</cupsInteger0 357/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
10918
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 12.36 13 12.36 13 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10919
         "<</cupsInteger0 96/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
10920
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 12 13 12 13 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10921
         "<</cupsInteger0 7/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
10922
  CustomMedia "16k/16k 7.75x10.75in" 558 774 12 13 12 13 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
10923
         "<</cupsInteger0 96/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
10924
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 12 13 12 13 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10925
         "<</cupsInteger0 1/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
10926
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 13.56 13.5 13.56 13.5 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
10927
         "<</cupsInteger0 9/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
10928
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 12 13 12 13 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10929
         "<</cupsInteger0 96/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10930
  CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 12 13 12 13 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10931
         "<</cupsInteger0 258/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
10932
  CustomMedia "Legal/Legal 8.5x14in" 612 1008 12 13 12 13 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10933
         "<</cupsInteger0 5/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
10934
 
 
10935
// Envelope 
 
10936
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 12 13 12 13 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10937
         "<</cupsInteger0 96/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
10938
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 12 13 12 13 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10939
         "<</cupsInteger0 96/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
10940
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 12.24 13 12.24 13 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10941
         "<</cupsInteger0 96/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
10942
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 12.78 13 12.78 13 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10943
         "<</cupsInteger0 96/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
10944
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 11.76 13 11.76 13 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10945
         "<</cupsInteger0 27/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
10946
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 12 13 12 13 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10947
         "<</cupsInteger0 20/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
10948
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 12.48 13 12.48 13 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10949
         "<</cupsInteger0 96/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
10950
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 12 13 12 13 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10951
         "<</cupsInteger0 96/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
10952
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 12 13 12 13 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
10953
         "<</cupsInteger0 96/PageSize[499 709]/ImagingBBox null>>setpagedevice"
10173
10954
 
10174
10955
    // Custom page sizes from 1x4in to Legal
10175
 
    HWMargins 11 14 11 11
 
10956
    HWMargins 12 13 12 13
10176
10957
    VariablePaperSize Yes
10177
10958
    MinSize 1in 4in
10178
10959
    MaxSize 8.5in 14in
10218
10999
      PCFileName "hp-laserjet_p1009.ppd"
10219
11000
      Attribute "Product" "" "(HP LaserJet p1009 Printer)"
10220
11001
    }
10221
 
    {
10222
 
      ModelName "HP LaserJet p1505"
10223
 
      Attribute "NickName" "" "HP LaserJet p1505, $Version"
10224
 
      Attribute "ShortNickName" "" "HP LaserJet p1505"
10225
 
      Attribute "1284DeviceID" "" "MFG:HP;MDL:hp laserjet p1505;DES:hp laserjet p1505;"
10226
 
      PCFileName "hp-laserjet_p1505.ppd"
10227
 
      Attribute "Product" "" "(HP LaserJet p1505 Printer)"
10228
 
    }
10229
11002
  } // End Supported media sizes.
10230
11003
} // End LJP1XXX (monochrome, for proprietary plugin)
10231
11004
 
10235
11008
  Manufacturer "Apollo"
10236
11009
///////////// Apollo
10237
11010
{
 
11011
  Attribute "hpPrinterLanguage" "" "pcl3"
 
11012
  Attribute "hpPrinterPlatform" "" "apollo2xxx"
 
11013
  Attribute "HPMechOffset" "" "40"
10238
11014
 
10239
11015
  Group "General/General"
10240
11016
 
10249
11025
    Choice "Manual/Manual Feeder" "<</MediaPosition 2>>setpagedevice"
10250
11026
    Choice "MPTray/Multi Purpose Tray" "<</MediaPosition 1>>setpagedevice"
10251
11027
 
10252
 
  Option "ColorModel/Output Mode" PickOne AnySetup 10.0
10253
 
    Choice "Gray/Grayscale" "<</cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 1>>setpagedevice"
10254
 
    *Choice "RGB/Color" "<</cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8>>setpagedevice"
10255
 
 
10256
11028
  // cupsMediaType values map to MEDIATYPE from global_types.h
10257
11029
  Option "MediaType/Media Type" PickOne AnySetup 10.0
10258
11030
    *Choice "Plain/Plain Paper" "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
10259
 
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 2>>setpagedevice"
 
11031
    Choice "Glossy/Photo Paper" "<</MediaType(Glossy)/cupsMediaType 3>>setpagedevice"
10260
11032
 
10261
11033
  // cupsCompression values map to QUALITY_MODE from global_types.h
10262
11034
  Option "OutputMode/Print Quality" PickOne AnySetup 10.0
10263
 
    *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
10264
 
    Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
10265
 
    Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 300]>>setpagedevice"       // black only
10266
 
    Choice "Photo/Photo" "<</cupsCompression 3/HWResolution[300 300]>>setpagedevice"
10267
 
 
10268
 
  // cupsRowCount values map to PEN_TYPE + 1 from global_types.h
10269
 
  Option "hpInkSet/Installed Inks" PickOne AnySetup 10.0
10270
 
    *Choice "Standard/Black + Color" "<</cupsRowCount 3>>setpagedevice"
10271
 
    Choice "Black/Black Only" "<</cupsRowCount 1>>setpagedevice"
10272
 
    Choice "Color/Color Only" "<</cupsRowCount 2>>setpagedevice"
10273
 
    Choice "Photo/Photo + Color" "<</cupsRowCount 5>>setpagedevice"
 
11035
    *Choice "NormalRGB/Normal Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(0)/cupsString0(PlainNormalColor)/HWResolution[300 300]>>setpagedevice"
 
11036
    Choice "NormaGrayl/Normal Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(0)/cupsString0(PlainNormalGrayK)/HWResolution[300 300]>>setpagedevice"
 
11037
    Choice "DraftRGB/Draft Color" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(-1)/cupsString0(PlainDraftColor)/HWResolution[300 300]>>setpagedevice"
 
11038
    Choice "DraftGray/Draft Grayscale" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 2/OutputType(-1)/cupsString0(PlainDraftGrayK)/HWResolution[300 300]>>setpagedevice"
 
11039
    Choice "Best/Best" "<</cupsColorSpace 3/cupsBitsPerColor 1/cupsRowStep 1/OutputType(1)/cupsString0(PlainBestGrayK)/HWResolution[600 300]>>setpagedevice"       // black only
 
11040
    Choice "Photo/Photo" "<</cupsColorSpace 1/cupsBitsPerColor 8/cupsRowStep 0/OutputType(2)/cupsString0(PhotoNormalColor)/HWResolution[300 300]>>setpagedevice"
10274
11041
 
10275
11042
  // Constraints
10276
 
  UIConstraints "*ColorModel Gray *hpInkSet Color"
10277
 
  UIConstraints "*ColorModel Gray *hpInkSet Photo"
10278
 
  UIConstraints "*ColorModel RGB *hpInkSet Black"
10279
 
  UIConstraints "*ColorModel RGB *OutputMode Best"
 
11043
  UIConstraints "*MediaType Glossy *OutputMode DraftRGB"
 
11044
  UIConstraints "*MediaType Glossy *OutputMode DraftGray"
 
11045
  UIConstraints "*MediaType Plain *OutputMode Photo"
10280
11046
 
10281
11047
  {
10282
 
    // Supported media sizes. 
10283
 
// <DJ350_margin.defs> (Generated by ijsdump, do not change manually. Used by DJ350<br>DJ540<br>DJ630<br>DJ6xx<br>DJ6xxPhoto<br>AP2xxx<br>AP21xx<br>AP2560.)
10284
 
HWMargins 18 48 18 9
10285
 
*MediaSize Letter
10286
 
HWMargins 10 48 10 9
10287
 
MediaSize A4
10288
 
HWMargins 18 48 18 9
10289
 
MediaSize Legal
10290
 
HWMargins 18 48 18 9
10291
 
MediaSize Photo
10292
 
HWMargins 18 48 18 9
10293
 
MediaSize Photo5x7
10294
 
HWMargins 18 48 18 9
10295
 
MediaSize A5
10296
 
HWMargins 18 48 18 9
10297
 
MediaSize A6
10298
 
HWMargins 18 48 18 9
10299
 
MediaSize B5
10300
 
HWMargins 18 48 18 9
10301
 
MediaSize JB5
10302
 
HWMargins 18 48 18 9
10303
 
MediaSize Oufuku
10304
 
HWMargins 18 48 18 9
10305
 
MediaSize Hagaki
10306
 
HWMargins 18 48 18 9
10307
 
MediaSize Executive
10308
 
HWMargins 18 48 18 9
10309
 
MediaSize FLSA
10310
 
HWMargins 18 47 18 9
10311
 
MediaSize ExecutiveJIS
10312
 
HWMargins 18 48 18 9
10313
 
MediaSize 16k
10314
 
HWMargins 18 48 18 9
10315
 
MediaSize Card3x5
10316
 
HWMargins 18 48 18 9
10317
 
MediaSize Card5x8
10318
 
HWMargins 18 48 18 9
10319
 
MediaSize Env10
10320
 
HWMargins 18 48 18 9
10321
 
MediaSize EnvA2
10322
 
HWMargins 18 48 18 9
10323
 
MediaSize EnvC6
10324
 
HWMargins 18 48 18 9
10325
 
MediaSize EnvDL
10326
 
HWMargins 18 48 18 9
10327
 
MediaSize EnvC5
10328
 
HWMargins 18 48 18 9
10329
 
MediaSize EnvB5
10330
 
HWMargins 18 48 18 9
10331
 
MediaSize EnvChou3
10332
 
HWMargins 18 48 18 9
10333
 
MediaSize EnvChou4
10334
 
HWMargins 18 48 18 9
10335
 
MediaSize EnvMonarch
10336
 
// </DJ350_margin.defs>
 
11048
// 4x6 or smaller
 
11049
  CustomMedia "Card3x5/Index Card 3x5in" 216 360 18 48 18 9 "<</PageSize [216 360]/ImagingBBox null>>setpagedevice"
 
11050
         "<</cupsInteger0 78/PageSize[216 360]/ImagingBBox null>>setpagedevice"
 
11051
  CustomMedia "Hagaki/Hagaki 100x148mm" 284 420 18 48 18 9 "<</PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
11052
         "<</cupsInteger0 71/PageSize[284 420]/ImagingBBox null>>setpagedevice"
 
11053
  CustomMedia "Photo4x6/Photo 4x6in" 288 432 18 48 18 9 "<</PageSize[288 432]/ImagingBBox null>>setpagedevice" 
 
11054
         "<</cupsInteger0 74/PageSize[288 432]/ImagingBBox null>>setpagedevice"
 
11055
  CustomMedia "A6/A6 105x148mm" 297.36 419.76 18 48 18 9 "<</PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
11056
         "<</cupsInteger0 73/PageSize[297.36 419.76]/ImagingBBox null>>setpagedevice"
 
11057
 
 
11058
// 5x7
 
11059
  CustomMedia "Photo5x7/Photo 5x7in" 360 504 18 48 18 9 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
11060
         "<</cupsInteger0 122/PageSize[360 504]/ImagingBBox null>>setpagedevice"
 
11061
  CustomMedia "Card5x8/Index Card 5x8in" 360 576 18 48 18 9 "<</PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
11062
         "<</cupsInteger0 75/PageSize[360 576]/ImagingBBox null>>setpagedevice"
 
11063
  CustomMedia "Oufuku/Oufuku-Hagaki 148x200mm" 567 420 18 48 18 9 "<</PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
11064
         "<</cupsInteger0 72/PageSize[567 420]/ImagingBBox null>>setpagedevice"
 
11065
  CustomMedia "A5/A5 148x210mm" 419.76 595.44 18 48 18 9 "<</PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
11066
         "<</cupsInteger0 25/PageSize[419.76 595.44]/ImagingBBox null>>setpagedevice"
 
11067
 
 
11068
// Standard
 
11069
  CustomMedia "B5/B5 176x250mm" 498.96 708.48 18 48 18 9 "<</PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
11070
         "<</cupsInteger0 65/PageSize[498.96 708.48]/ImagingBBox null>>setpagedevice"
 
11071
  CustomMedia "JB5/JB5 182x257mm" 516.24 728.64 18 48 18 9 "<</PageSize[516.24 728.64]/ImagingBBox null>>setpagedevice"
 
11072
         "<</cupsInteger0 45/PageSize [516.24 728.64]/ImagingBBox null>>setpagedevice"
 
11073
  CustomMedia "Executive/Executive 7.25x10.5in" 522 756 18 48 18 9 "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
11074
         "<</cupsInteger0 1/PageSize[522 756]/ImagingBBox null>>setpagedevice"
 
11075
  CustomMedia "16k/16k 7.75x10.75in" 558 774 18 48 18 9 "<</PageSize[558 774]/ImagingBBox null>>setpagedevice"
 
11076
         "<</cupsInteger0 101/PageSize[558 774]/ImagingBBox null>>setpagedevice"   // custom
 
11077
  *CustomMedia "Letter/Letter 8.5x11in" 612 792 18 48 18 9 "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
11078
         "<</cupsInteger0 2/PageSize[612 792]/ImagingBBox null>>setpagedevice"
 
11079
  CustomMedia "A4/A4 210x297mm" 595.44 841.68 18 48 18 9 "<</PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice" 
 
11080
         "<</cupsInteger0 26/PageSize[595.44 841.68]/ImagingBBox null>>setpagedevice"
 
11081
  CustomMedia "ExecutiveJIS/Executive (JIS) 8.5x12.986in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
11082
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
11083
   CustomMedia "FLSA/American Foolscap 8.5x13in" 612 936 18 48 18 9 "<</PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
11084
         "<</cupsInteger0 10/PageSize[612 936]/ImagingBBox null>>setpagedevice"
 
11085
 CustomMedia "Legal/Legal 8.5x14in" 612 1008 18 48 18 9 "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
11086
         "<</cupsInteger0 3/PageSize[612 1008]/ImagingBBox null>>setpagedevice"
 
11087
 
 
11088
// Envelope
 
11089
  CustomMedia "EnvA2/A2 Envelope 4.37x5.75in" 314.64 414 18 48 18 9 "<</PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
11090
         "<</cupsInteger0 109/PageSize[314.64 414]/ImagingBBox null>>setpagedevice"
 
11091
  CustomMedia "EnvC6/C6 Envelope 114x162mm" 323.28 459.36 18 48 18 9 "<</PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
11092
         "<</cupsInteger0 92/PageSize[323.28 459.36]/ImagingBBox null>>setpagedevice"
 
11093
  CustomMedia "EnvChou4/#4 Japanese Envelope 90x205mm" 254.88 581.04 18 48 18 9 "<</PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
11094
         "<</cupsInteger0 111/PageSize[254.88 581.04]/ImagingBBox null>>setpagedevice"
 
11095
  CustomMedia "EnvMonarch/Monarch Envelope 3.875x7.5in" 279 540 18 48 18 9 "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
11096
         "<</cupsInteger0 80/PageSize[279 540]/ImagingBBox null>>setpagedevice"
 
11097
  CustomMedia "EnvDL/DL Envelope 110x220mm" 311.76 623.52 18 48 18 9 "<</PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
11098
         "<</cupsInteger0 90/PageSize[311.76 623.52]/ImagingBBox null>>setpagedevice"
 
11099
  CustomMedia "Env10/#10 Envelope 4.12x9.5in" 297 684 18 48 18 9 "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
11100
         "<</cupsInteger0 81/PageSize[297 684]/ImagingBBox null>>setpagedevice"
 
11101
  CustomMedia "EnvChou3/#3 Japanese Envelope 120x235mm" 339.84 666 18 48 18 9 "<</PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
11102
         "<</cupsInteger0 110/PageSize[339.84 666]/ImagingBBox null>>setpagedevice"
 
11103
  CustomMedia "EnvC5/C5 Envelope 162x229mm" 459 649 18 48 18 9 "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
11104
         "<</cupsInteger0 91/PageSize[459 649]/ImagingBBox null>>setpagedevice"
 
11105
  CustomMedia "EnvB5/B5 Envelope 176x250mm" 499 709 18 48 18 9 "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
 
11106
         "<</cupsInteger0 100/PageSize[499 709]/ImagingBBox null>>setpagedevice"
10337
11107
 
10338
11108
    // Custom page sizes from 1x4in to Legal
10339
11109
    HWMargins 18 48 18 9