home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / DRIVER.CAB / hp4550_6.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2001-07-22  |  37.8 KB  |  1,102 lines

  1. *PPD-Adobe: "4.3"
  2.  
  3. *% =================================
  4. *% Adobe Systems PostScript(R) Printer Description File
  5. *% Copyright 1993-2000 Hewlett-Packard Company.
  6. *% PPD Version for Windows NT Whistler and 2000
  7. *% =================================
  8. *% Product/PPD Version Information
  9. *% =================================
  10. *% PPD File Version Information
  11. *FormatVersion: "4.3"
  12. *FileVersion: "1.011"
  13. *LanguageVersion: English 
  14. *LanguageEncoding: ISOLatin1
  15. *PCFileName: "HP4550_6.PPD"
  16.  
  17. *% Product Name and Version Information
  18. *Manufacturer: "HP"
  19. *Product:      "(HP Color LaserJet 4550 )"
  20. *ModelName:     "HP Color LaserJet 4550 PS"
  21. *ShortNickName: "HP Color LaserJet 4550 PS"
  22. *NickName:      "HP Color LaserJet 4550 PS v3010.107"
  23. *PSVersion:    "(3010.107) 0"
  24.  
  25. *% =================================
  26. *% Basic Device Capabilities
  27. *% =================================
  28. *LanguageLevel:     "3"
  29. *Throughput: "16"
  30. *FileSystem: False
  31. *ColorDevice: True
  32. *DefaultColorSpace: CMY
  33. *TTRasterizer: Type42
  34. *?TTRasterizer: "
  35.    save
  36.       42 /FontType resourcestatus
  37.       { pop pop (Type42)} {pop pop (None)} ifelse = flush
  38.    restore
  39. "
  40. *End
  41.  
  42. *% =================================
  43. *% Emulations and Protocols
  44. *% =================================
  45. *Protocols: PJL TBCP
  46. *JCLBegin: ""
  47. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  48. *JCLEnd:             "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  49.  
  50. *Password: "()" 
  51. *ExitServer: "
  52.     count 0 eq
  53.     { false } { true exch startjob } ifelse
  54.     not { 
  55.     (WARNING: Cannot modify initial VM.) =
  56.     (Missing or invalid password.) =
  57.     (Please contact the author of this software.) = flush quit
  58.     } if "
  59. *End
  60. *Reset: "
  61.      count 0 eq
  62.     { false } { true exch startjob } ifelse
  63.     not { 
  64.     (WARNING: Cannot reset printer.) =
  65.     (Missing or invalid password.) =
  66.     (Please contact the author of this software.) = flush quit
  67.     } if
  68.     systemdict /quit get exec
  69.     (WARNING : Printer Reset Failed.) = flush "
  70. *End
  71.  
  72. *% =================================
  73. *% Installable Options
  74. *% =================================
  75. *OpenGroup: InstallableOptions/Options Installed
  76. *OpenUI *Tray3/Tray3: Boolean
  77. *DefaultTray3: False
  78. *Tray3 True/Installed: ""
  79. *Tray3 False/Not Installed: ""
  80. *?Tray3: "
  81.     save
  82.           currentpagedevice /InputAttributes get
  83.           1 get
  84.           null eq
  85.           {(False)}{(True)}ifelse = flush
  86.     restore
  87. "
  88. *End
  89. *CloseUI: *Tray3
  90.  
  91. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  92. *DefaultInstalledMemory: 64-127MB
  93. *InstalledMemory 64-127MB/64 - 127 MB: "" 
  94. *InstalledMemory 128-191MB/128 - 191 MB: "" 
  95. *InstalledMemory 192MB/192 MB or more: "" 
  96. *?InstalledMemory: "
  97.   save
  98.         currentsystemparams /RamSize get
  99.         524288 div ceiling cvi 2 div
  100.         /size exch def
  101.                 {size 192 ge
  102.                    {(192MB)}
  103.                    {size 128 ge
  104.                       {(128-191MB)}
  105.                       {(64-127MB)}ifelse
  106.                    }ifelse = flush
  107.   restore
  108. "
  109. *End
  110. *CloseUI: *InstalledMemory
  111.  
  112. *% Need minimim 40MB for Duplex Option.
  113.  
  114. *OpenUI *Duplexer/Duplex Unit (for 2-Sided Printing): Boolean
  115. *DefaultDuplexer: False
  116. *Duplexer True/Installed: ""
  117. *Duplexer False/Not Installed: ""
  118. *?Duplexer: "
  119.   save
  120.    currentpagedevice /Duplex known
  121.    {(True)}{(False)}ifelse = flush
  122.   restore
  123. "
  124. *End
  125. *CloseUI: *Duplexer
  126.  
  127. *OpenUI *PrinterHardDisk/Printer Hard Disk: Boolean
  128. *DefaultPrinterHardDisk: False
  129. *PrinterHardDisk False/Not Installed: ""
  130. *PrinterHardDisk True/Installed: ""
  131. *?PrinterHardDisk: "
  132.   save 
  133.     false
  134.     (%disk?%)
  135.     { currentdevparams dup /Writeable known
  136.     { /Writeable get {pop true} if }  { pop } ifelse
  137.     } 100 string /IODevice resourceforall
  138.     {(True)}{(False)} ifelse = flush
  139.   restore
  140. "
  141. *End
  142. *CloseUI: *PrinterHardDisk
  143.  
  144. *OpenUI *JobRetention/Job Retention: Boolean
  145. *DefaultJobRetention: False
  146. *JobRetention False/Disabled: ""
  147. *JobRetention True/Enabled: ""
  148. *CloseUI: *JobRetention
  149.  
  150. *CloseGroup: InstallableOptions
  151.  
  152. *% For Job Retention to be enabled, the printer hard disk must also be installed
  153. *UIConstraints: *PrinterHardDisk False *JobRetention True
  154. *UIConstraints: *JobRetention True *PrinterHardDisk False
  155.  
  156. *%=== Printer Specific Custom Data - Job Retention Constraints =============================
  157. *%*****************************************************************************
  158. *% JRConstraints will have an option value for full, none or partial
  159. *% (1) JRCHDFull - the printer requires a Hard Disk for ALL JR options
  160. *% (2) JRCHDPartial - the printer requires a HardDisk only for SOME JR options
  161. *%                    These options will be specified in another custom feature
  162. *% (3) JRCHDNone - the printer does NOT require a HardDisk for ANY JR options
  163. *%*****************************************************************************
  164.  
  165. *OpenUI *JRConstraints/JRConstraints: PickOne
  166. *DefaultJRConstraints: JRCHDFull
  167. *JRConstraints JRCHDFull/JRCHDFull: ""
  168. *JRConstraints JRCJobRet/JRCJobRet: ""
  169. *JRConstraints 64/64: ""
  170. *CloseUI: *JRConstraints
  171.  
  172. *%=== Printer Specific Custom Data - Printer Model Name=============================
  173. *OpenUI *HPPrinterModelName/HPPrinterModelName: PickOne
  174. *DefaultHPPrinterModelName: HP_Color_LaserJet_4550_PS
  175. *HPPrinterModelName HP_Color_LaserJet_4550_PS/HP Color LaserJet 4550 PS: ""
  176. *CloseUI: *HPPrinterModelName
  177.  
  178. *% =================================
  179. *% User Interface Constraints
  180. *% =================================
  181. *% If optional Duplexer is not installed, disable access to Duplex
  182. *UIConstraints: *Duplexer False *Duplex DuplexNoTumble
  183. *UIConstraints: *Duplexer False *Duplex DuplexTumble
  184.  
  185. *% Installable tray options
  186. *UIConstraints: *Tray3       False *InputSlot Tray3
  187.  
  188. *% Don't allow envelopes in Tray 2
  189. *UIConstraints: *PageSize Env10 *InputSlot Tray2
  190. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
  191. *UIConstraints: *PageSize EnvDL *InputSlot Tray2
  192. *UIConstraints: *PageSize EnvC5 *InputSlot Tray2
  193. *UIConstraints: *PageSize EnvISOB5 *InputSlot Tray2
  194. *UIConstraints: *MediaType Labels *InputSlot Tray2
  195. *UIConstraints: *MediaType Cardstock *InputSlot Tray2
  196.  
  197. *UIConstraints: *PageRegion Env10 *InputSlot Tray2
  198. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray2
  199. *UIConstraints: *PageRegion EnvDL *InputSlot Tray2
  200. *UIConstraints: *PageRegion EnvC5 *InputSlot Tray2
  201. *UIConstraints: *PageRegion EnvISOB5 *InputSlot Tray2
  202.  
  203. *UIConstraints: *InputSlot Tray2 *PageSize Env10
  204. *UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
  205. *UIConstraints: *InputSlot Tray2 *PageSize EnvDL
  206. *UIConstraints: *InputSlot Tray2 *PageSize EnvC5
  207. *UIConstraints: *InputSlot Tray2 *PageSize EnvISOB5
  208. *UIConstraints: *InputSlot Tray2 *MediaType Labels
  209. *UIConstraints: *InputSlot Tray2 *MediaType Cardstock
  210.  
  211. *UIConstraints: *InputSlot Tray2 *PageRegion Env10
  212. *UIConstraints: *InputSlot Tray2 *PageRegion EnvMonarch
  213. *UIConstraints: *InputSlot Tray2 *PageRegion EnvDL
  214. *UIConstraints: *InputSlot Tray2 *PageRegion EnvC5
  215. *UIConstraints: *InputSlot Tray2 *PageRegion EnvISOB5
  216.  
  217. *% Don't allow envelopes in Tray 3
  218. *UIConstraints: *PageSize A5 *InputSlot Tray3
  219. *UIConstraints: *PageSize Env10 *InputSlot Tray3
  220. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray3
  221. *UIConstraints: *PageSize EnvDL *InputSlot Tray3
  222. *UIConstraints: *PageSize EnvC5 *InputSlot Tray3
  223. *UIConstraints: *PageSize EnvISOB5 *InputSlot Tray3
  224. *UIConstraints: *MediaType Labels *InputSlot Tray3
  225. *UIConstraints: *MediaType Cardstock *InputSlot Tray3
  226.  
  227. *UIConstraints: *PageRegion A5 *InputSlot Tray3
  228. *UIConstraints: *PageRegion Env10 *InputSlot Tray3
  229. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray3
  230. *UIConstraints: *PageRegion EnvDL *InputSlot Tray3
  231. *UIConstraints: *PageRegion EnvC5 *InputSlot Tray3
  232. *UIConstraints: *PageRegion EnvISOB5 *InputSlot Tray3
  233.  
  234. *UIConstraints: *InputSlot Tray3 *PageSize A5
  235. *UIConstraints: *InputSlot Tray3 *PageSize Env10
  236. *UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
  237. *UIConstraints: *InputSlot Tray3 *PageSize EnvDL
  238. *UIConstraints: *InputSlot Tray3 *PageSize EnvC5
  239. *UIConstraints: *InputSlot Tray3 *PageSize EnvISOB5
  240. *UIConstraints: *InputSlot Tray3 *MediaType Labels
  241. *UIConstraints: *InputSlot Tray3 *MediaType Cardstock
  242.  
  243. *UIConstraints: *InputSlot Tray3 *PageRegion A5
  244. *UIConstraints: *InputSlot Tray3 *PageRegion Env10
  245. *UIConstraints: *InputSlot Tray3 *PageRegion EnvMonarch
  246. *UIConstraints: *InputSlot Tray3 *PageRegion EnvDL
  247. *UIConstraints: *InputSlot Tray3 *PageRegion EnvC5
  248. *UIConstraints: *InputSlot Tray3 *PageRegion EnvISOB5
  249.  
  250. *% Don't allow A5, envelopes, transparencies or labels to be duplexed
  251. *UIConstraints: *PageSize A5 *Duplex DuplexNoTumble
  252. *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
  253. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  254. *UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
  255. *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
  256. *UIConstraints: *PageSize EnvISOB5 *Duplex DuplexNoTumble
  257. *UIConstraints: *MediaType Transparency *Duplex DuplexNoTumble
  258. *UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
  259. *UIConstraints: *MediaType Cardstock *Duplex DuplexNoTumble
  260.  
  261. *UIConstraints: *PageRegion A5 *Duplex DuplexNoTumble
  262. *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
  263. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  264. *UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
  265. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
  266. *UIConstraints: *PageRegion EnvISOB5 *Duplex DuplexNoTumble
  267.  
  268. *UIConstraints: *PageSize A5 *Duplex DuplexTumble
  269. *UIConstraints: *PageSize Env10 *Duplex DuplexTumble
  270. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  271. *UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
  272. *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
  273. *UIConstraints: *PageSize EnvISOB5 *Duplex DuplexTumble
  274. *UIConstraints: *MediaType Transparency *Duplex DuplexTumble
  275. *UIConstraints: *MediaType Labels *Duplex DuplexTumble
  276. *UIConstraints: *MediaType Cardstock *Duplex DuplexTumble
  277.  
  278. *UIConstraints: *PageRegion A5 *Duplex DuplexTumble
  279. *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
  280. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  281. *UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
  282. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
  283. *UIConstraints: *PageRegion EnvISOB5 *Duplex DuplexTumble
  284.  
  285. *UIConstraints: *Duplex *PageSize A5 
  286. *UIConstraints: *Duplex *PageSize Env10 
  287. *UIConstraints: *Duplex *PageSize EnvMonarch
  288. *UIConstraints: *Duplex *PageSize EnvDL 
  289. *UIConstraints: *Duplex *PageSize EnvC5
  290. *UIConstraints: *Duplex *PageSize EnvISOB5
  291. *UIConstraints: *Duplex *MediaType Transparency
  292. *UIConstraints: *Duplex *MediaType Labels
  293. *UIConstraints: *Duplex *MediaType Cardstock
  294.  
  295. *UIConstraints: *Duplex *PageRegion A5
  296. *UIConstraints: *Duplex *PageRegion Env10
  297. *UIConstraints: *Duplex *PageRegion EnvMonarch
  298. *UIConstraints: *Duplex *PageRegion EnvDL
  299. *UIConstraints: *Duplex *PageRegion EnvC5
  300. *UIConstraints: *Duplex *PageRegion EnvISOB5
  301.  
  302. *% Custom page size only in tray 1 no duplexing
  303. *NonUIConstraints: *CustomPageSize True *Duplex 
  304. *NonUIConstraints: *Duplex *CustomPageSize True 
  305.  
  306. *UIConstraints: *CustomPageSize True *Duplex 
  307. *UIConstraints: *Duplex *CustomPageSize True 
  308.  
  309. *NonUIConstraints: *InputSlot Tray2 *CustomPageSize True
  310. *NonUIConstraints: *InputSlot Tray3 *CustomPageSize True
  311. *NonUIConstraints: *CustomPageSize True  *InputSlot Tray2 
  312. *NonUIConstraints: *CustomPageSize True  *InputSlot Tray3 
  313.  
  314. *UIConstraints: *InputSlot Tray2 *CustomPageSize True
  315. *UIConstraints: *InputSlot Tray3 *CustomPageSize True
  316. *UIConstraints: *CustomPageSize True  *InputSlot Tray2 
  317. *UIConstraints: *CustomPageSize True  *InputSlot Tray3 
  318.  
  319. *NonUIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
  320. *NonUIConstraints: *CustomPageSize True *Duplex DuplexTumble
  321.  
  322. *UIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
  323. *UIConstraints: *CustomPageSize True *Duplex DuplexTumble
  324.  
  325. *% Ignore ColorSmart manual settings in automatic mode
  326. *UIConstraints: *ColorSmart Automatic *CSText MatchSmooth
  327. *UIConstraints: *ColorSmart Automatic *CSText VividDetail
  328. *UIConstraints: *ColorSmart Automatic *CSText VividSmooth
  329.  
  330. *UIConstraints: *ColorSmart Automatic *CSGraphics MatchDetail
  331. *UIConstraints: *ColorSmart Automatic *CSGraphics VividSmooth
  332. *UIConstraints: *ColorSmart Automatic *CSGraphics VividDetail
  333.  
  334. *UIConstraints: *ColorSmart Automatic *CSImage MatchDetail
  335. *UIConstraints: *ColorSmart Automatic *CSImage VividSmooth
  336. *UIConstraints: *ColorSmart Automatic *CSImage VividDetail
  337.  
  338. *% =================================
  339. *% Media Selection/Paper Handling
  340. *% =================================
  341. *LandscapeOrientation: Plus90
  342. *VariablePaperSize: True
  343. *OpenUI *PageSize: PickOne
  344. *OrderDependency: 30 AnySetup *PageSize
  345. *DefaultPageSize: Letter 
  346. *PageSize Letter/Letter: "
  347.     <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  348. *End
  349. *PageSize Legal/Legal: "
  350.     <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  351. *End
  352. *PageSize Executive/Executive: "
  353.     <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  354. *End
  355. *PageSize A4/A4: "
  356.     <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  357. *End
  358. *PageSize A5/A5: "
  359.     <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  360. *End
  361. *PageSize B5/B5 (JIS): "
  362.     <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  363. *End
  364. *PageSize EnvISOB5/Envelope B5: "
  365.     <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  366. *End
  367. *PageSize Env10/Envelope #10: "
  368.     <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  369. *End
  370. *PageSize EnvC5/Envelope C5: "
  371.     <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  372. *End
  373. *PageSize EnvDL/Envelope DL: "
  374.     <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  375. *End
  376. *PageSize EnvMonarch/Envelope Monarch: "
  377.     <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  378. *End
  379. *?PageSize: "
  380.  save
  381.    currentpagedevice /PageSize get aload pop
  382.    2 copy gt {exch} if 
  383.    (Unknown) 
  384.   6 dict
  385.    dup [612 792] (Letter) put
  386.    dup [612 1008] (Legal) put
  387.    dup [522 756] (Executive) put
  388.    dup [595 842] (A4) put
  389.    dup [420 595] (A5) put
  390.    dup [516 729] (B5) put
  391.    dup [499 709] (EnvISOB5) put
  392.    dup [297 684] (Env10) put
  393.    dup [459 649] (EnvC5) put
  394.    dup [312 624] (EnvDL) put
  395.    dup [279 540] (EnvMonarch) put
  396.  { exch aload pop 4 index sub abs 5 le exch 
  397.    5 index sub abs 5 le and 
  398.       {exch pop exit} {pop} ifelse
  399.    } bind forall
  400.    = flush pop pop
  401. restore 
  402. "
  403. *End
  404. *CloseUI: *PageSize
  405. *OpenUI *PageRegion:  PickOne
  406. *OrderDependency: 30 AnySetup *PageRegion
  407. *DefaultPageRegion: Letter 
  408. *PageRegion Letter/Letter: "
  409.     <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  410. *End
  411. *PageRegion Legal/Legal: "
  412.     <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  413. *End
  414. *PageRegion Executive/Executive: "
  415.     <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  416. *End
  417. *PageRegion A4/A4: "
  418.     <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  419. *End
  420. *PageRegion A5/A5: "
  421.     <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  422. *End
  423. *PageRegion B5/B5 (JIS): "
  424.     <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  425. *End
  426. *PageRegion EnvISOB5/Envelope B5: "
  427.     <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  428. *End
  429. *PageRegion Env10/Envelope #10: "
  430.     <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  431. *End
  432. *PageRegion EnvC5/Envelope C5: "
  433.     <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  434. *End
  435. *PageRegion EnvDL/Envelope DL: "
  436.     <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  437. *End
  438. *PageRegion EnvMonarch/Envelope Monarch: "
  439.     <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  440. *End
  441. *CloseUI: *PageRegion
  442.  
  443. *% The following entries provide information about specific paper keywords.
  444. *DefaultImageableArea: Letter 
  445. *ImageableArea Letter/US Letter:                            "12.00 12.12 599.88 779.90"
  446. *ImageableArea Legal/US Legal:                              "12.00 12.12 599.88 995.90"
  447. *ImageableArea Executive/Executive:                         "12.00 12.12 509.88 743.90"
  448. *ImageableArea A4/A4:                                       "12.00 12.12 583.08 829.68"
  449. *ImageableArea A5/A5:                                       "12.00 12.12 407.40 583.10"
  450. *ImageableArea B5/JIS B5:                                   "12.00 12.12 503.88 715.92"
  451. *ImageableArea EnvISOB5/B5 (ISO):                           "12.00 12.12 486.60 696.38"
  452. *ImageableArea Env10/Com-10:                                "12.00 12.12 284.76 671.90"
  453. *ImageableArea EnvC5/EnvC5:                                 "12.00 12.12 447.00 636.96"
  454. *ImageableArea EnvDL/EnvDL:                                 "12.00 12.12 299.64 611.42"
  455. *ImageableArea EnvMonarch/Envelope Monarch:                 "12.00 12.12 266.76 527.90"
  456. *?ImageableArea: "
  457.  save
  458.    /cvp { (                ) cvs print ( ) print } bind def
  459.    /upperright {10000 mul floor 10000 div} bind def
  460.    /lowerleft {10000 mul ceiling 10000 div} bind def
  461.    newpath clippath pathbbox
  462.    4 -2 roll exch 2 {lowerleft cvp} repeat
  463.    exch 2 {upperright cvp} repeat flush
  464.  restore
  465. "
  466. *End
  467.  
  468. *% These provide the physical dimensions of the paper (by keyword)
  469. *DefaultPaperDimension: Letter 
  470. *PaperDimension Letter/Letter:                 "612 792"
  471. *PaperDimension Legal/Legal:                  "612 1008"
  472. *PaperDimension Executive/Executive:             "522 756"
  473. *PaperDimension A4/A4:                           "595 842"
  474. *PaperDimension A5/A5:                         "420 595"
  475. *PaperDimension B5/B5 (JIS):                     "516 729"
  476. *PaperDimension EnvISOB5/Envelope B5:             "499 709"
  477. *PaperDimension Env10/Envelope #10:                "297 684"
  478. *PaperDimension EnvC5/Envelope C5:                 "459 649"
  479. *PaperDimension EnvDL/Envelope DL:                 "312 624"
  480. *PaperDimension EnvMonarch/Envelope Monarch:         "279 540"
  481.  
  482. *RequiresPageRegion All: True
  483.  
  484.  
  485. *% ===================================
  486. *% Gray Levels and Halftoning
  487. *% ===================================
  488. *ScreenFreq: "150.0"
  489. *ScreenAngle: "45.0"
  490. *DefaultScreenProc: Dot
  491. *ScreenProc Dot: "
  492. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  493. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  494. "
  495. *End
  496. *ScreenProc Line: "{ pop }"
  497. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  498. *DefaultTransfer: Null
  499. *Transfer Null: "{ }"
  500. *Transfer Null.Inverse: "{ 1 exch sub }"
  501.  
  502.  
  503. *% =================================
  504. *%  Print Finish
  505. *% =================================
  506. *OpenUI *PrintFinish/Print Finish:  PickOne
  507. *OrderDependency: 40 AnySetup *PrintFinish
  508. *DefaultPrintFinish: Matte
  509. *PrintFinish Matte/Matte:"
  510. << /GlossFinish false >> setpagedevice
  511. "  
  512. *End
  513. *PrintFinish Glossy/Glossy:" 
  514. << /GlossFinish true >> setpagedevice
  515. *End
  516.  
  517. *CloseUI: *PrintFinish
  518.  
  519. *%=== Enable/Disable Collate via PostScript ========
  520. *OpenUI *Collate/Collate:  Boolean
  521. *OrderDependency: 20 AnySetup *Collate
  522. *DefaultCollate: True
  523. *Collate True/On: "<</Collate true>> setpagedevice"
  524. *Collate False/Off: "<</Collate false>> setpagedevice"
  525. *?Collate: "
  526.    save
  527.       currentpagedevice /Collate get
  528.       {(True)}{(False)}ifelse = flush
  529.    restore
  530. "
  531. *End
  532. *CloseUI: *Collate
  533.  
  534. *UIConstraints: *PrinterHardDisk False *Collate True
  535. *UIConstraints: *Collate True *PrinterHardDisk False
  536.  
  537. *%==================================
  538. *%  Fit to Page 
  539. *%==================================
  540. *OpenUI *HPPaperPolicy/Fit to Page: PickOne
  541. *OrderDependency: 10 AnySetup *HPPaperPolicy
  542. *DefaultHPPaperPolicy: PromptUser
  543. *HPPaperPolicy PromptUser/Prompt User: "
  544.    <</DeferredMediaSelection true>> setpagedevice"
  545. *End
  546. *HPPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  547.    <</DeferredMediaSelection false>> setpagedevice
  548.    <</Policies << /PageSize 3 >> >> setpagedevice"
  549. *End
  550. *HPPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  551.    <</DeferredMediaSelection false>> setpagedevice
  552.    <</Policies << /PageSize 5 >> >> setpagedevice"
  553. *End
  554. *HPPaperPolicy Letter/Letter: "
  555. userdict begin
  556.   /HPppX1 0 def
  557.   /HPppY1 0 def
  558.   /HPppScale 1 def
  559.  
  560.   <</DeferredMediaSelection true
  561.     /BeginPage {pop userdict begin HPppX1 HPppY1 translate HPppScale HPppScale scale end} bind>> setpagedevice
  562.  
  563.   /HPwmSPD {setpagedevice} bind def
  564.   /setpagedevice {userdict begin dup /PageSize known {/HPwmPgWidth exch /PageSize get aload pop /HPwmPgHeight exch def def
  565.       /HPppScale 612 HPwmPgWidth div dup 792 HPwmPgHeight div dup 3 1 roll lt {pop} {exch pop} ifelse def
  566.       HPppScale 1 gt {/HPppScale 1 def}if
  567.       /HPppX1 612 HPwmPgWidth HPppScale mul sub 2 div def
  568.       /HPppY1 792 HPwmPgHeight HPppScale mul sub 2 div def
  569.       <</PageSize [612 792] /ImagingBBox null>> setpagedevice}{setpagedevice}ifelse end} bind def
  570. end"
  571. *End
  572. *HPPaperPolicy A4/A4: "
  573. userdict begin
  574.   /HPppX1 0 def
  575.   /HPppY1 0 def
  576.   /HPppScale 1 def
  577.  
  578.   <</DeferredMediaSelection true
  579.     /BeginPage {pop userdict begin HPppX1 HPppY1 translate HPppScale HPppScale scale end} bind>> setpagedevice
  580.  
  581.   /HPwmSPD {setpagedevice} bind def
  582.   /setpagedevice {userdict begin dup /PageSize known {/HPwmPgWidth exch /PageSize get aload pop /HPwmPgHeight exch def def
  583.       /HPppScale 595 HPwmPgWidth div dup 842 HPwmPgHeight div dup 3 1 roll lt {pop} {exch pop} ifelse def
  584.       HPppScale 1 gt {/HPppScale 1 def}if
  585.       /HPppX1 595 HPwmPgWidth HPppScale mul sub 2 div def
  586.       /HPppY1 842 HPwmPgHeight HPppScale mul sub 2 div def
  587.       <</PageSize [595 842] /ImagingBBox null>> setpagedevice}{setpagedevice}ifelse end} bind def
  588. end"
  589. *End
  590. *?HPPaperPolicy: "
  591. currentpagedevice /Policies get /PageSize get 5 eq {(Crop)}{(Prompt)} ifelse = flush
  592. "
  593. *End
  594. *CloseUI: *HPPaperPolicy
  595.  
  596. *% Use these entries to set paper size most of the time, unless there is
  597. *% specific reason to use PageRegion.
  598.  
  599. *%=== Custom Paper Support =================
  600. *%Orientation and Margin (offsets) values are not utilized
  601.  
  602. *MaxMediaWidth: "612"
  603. *MaxMediaHeight: "1002"
  604. *CenterRegistered: False
  605. *HWMargins: 16 16 16 16
  606. *CustomPageSize True: "
  607.     pop pop pop 
  608.         << /PageSize [ 5 -2 roll ]
  609.         /ImagingBBox null >>
  610.         setpagedevice
  611.     "
  612. *End
  613.  
  614. *ParamCustomPageSize Width: 1 points 216 612
  615. *ParamCustomPageSize Height: 2 points 360 1002
  616. *ParamCustomPageSize WidthOffset: 3 points 0 0
  617. *ParamCustomPageSize HeightOffset: 4 points 0 0
  618. *ParamCustomPageSize Orientation: 5 int 0 0
  619.  
  620. *% =================================
  621. *% Media Input Source
  622. *%==================================
  623. *OpenUI *InputSlot/Paper Source: PickOne
  624. *OrderDependency: 20 AnySetup *InputSlot
  625. *DefaultInputSlot: Tray2
  626. *InputSlot Tray1/Tray 1: "
  627.     <</ManualFeed false /MediaPosition 3>> setpagedevice"
  628. *End
  629. *InputSlot ManualFeed/Tray 1 (Manual): "
  630.     <</ManualFeed true /MediaPosition 3>> setpagedevice"
  631. *End
  632. *InputSlot Tray2/Tray 2: "
  633.     <</ManualFeed false /MediaPosition 0>> setpagedevice"
  634. *End
  635. *InputSlot Tray3/Tray 3: "
  636.     <</ManualFeed false /MediaPosition 1>> setpagedevice"
  637. *End
  638. *?InputSlot: "
  639. save
  640.     [(Tray2) (Tray1) (Unknown) (Tray3)]
  641.    statusdict /papertray get exec
  642.    {get exec} stopped { pop pop (Unknown) } if =
  643.    currentpagedevice /InputAttributes get dup
  644.    /Priority get 0 get get /MediaType get = flush
  645. restore
  646. "
  647. *End
  648. *CloseUI: *InputSlot
  649.  
  650. *%=== Media Type ===========================
  651. *OpenUI *MediaType/Media Type: PickOne
  652. *OrderDependency: 50 AnySetup *MediaType
  653. *DefaultMediaType: None
  654. *MediaType None/None: ""
  655. *MediaType Plain/Plain:  "
  656.     <</ManualFeed false /MediaType (Plain)>> setpagedevice"
  657. *End
  658. *MediaType Preprinted/Preprinted:  "
  659.     <</ManualFeed false /MediaType (Preprinted)>> setpagedevice"
  660. *End
  661. *MediaType Letterhead/Letterhead:  "
  662.     <</ManualFeed false  /MediaType (Letterhead)>> setpagedevice"
  663. *End
  664. *MediaType Transparency/Transparency:  "
  665.     <</ManualFeed false /MediaType (Transparency)>> setpagedevice"
  666. *End
  667. *MediaType Glossy/Glossy:  "
  668.     <</ManualFeed false /MediaType (Gloss)>> setpagedevice"
  669. *End
  670. *MediaType Prepunched/Prepunched:  "
  671.     <</ManualFeed false /MediaType (Prepunched)>> setpagedevice"
  672. *End
  673. *MediaType Labels/Labels:  "
  674.     <</ManualFeed false /MediaType (Labels)>> setpagedevice"
  675. *End
  676. *MediaType Bond/Bond:  "
  677.     <</ManualFeed false /MediaType (Bond)>> setpagedevice"
  678. *End
  679. *MediaType Recycle/Recycled:  "
  680.     <</ManualFeed false /MediaType (Recycled)>> setpagedevice"
  681. *End
  682. *MediaType Color/Color:  "
  683.     <</ManualFeed false /MediaType (Color)>> setpagedevice"
  684. *End
  685. *MediaType Heavy/Heavy:  "
  686.     <</ManualFeed false /MediaType (Heavy)>> setpagedevice"
  687. *End
  688. *MediaType Cardstock/Card Stock:  "
  689.     <</ManualFeed false /MediaType (Card Stock)>> setpagedevice"
  690. *End
  691. *?MediaType: "
  692.   save
  693.     currentpagedevice /InputAttributes get dup
  694.     /Priority get
  695.     0 get get
  696.     /MediaType get
  697.     (Rough) anchorsearch
  698.       {pop pop (Rough)} if  
  699.     = flush
  700.   restore
  701. "
  702. *End
  703. *CloseUI: *MediaType
  704.  
  705. *%================================
  706. *% Two-sided Printing (Duplex)
  707. *%================================
  708. *OpenUI *Duplex/2-Sided Printing:  PickOne
  709. *OrderDependency: 50 AnySetup *Duplex
  710. *DefaultDuplex: None
  711. *Duplex None/Off: "
  712.     <</Duplex false /Tumble false>> setpagedevice"
  713. *End
  714. *Duplex DuplexNoTumble/Long-Edge Binding: "
  715.     <</Duplex true /Tumble false>> setpagedevice"
  716. *End
  717. *Duplex DuplexTumble/Short-Edge Binding: "
  718.     <</Duplex true /Tumble true>> setpagedevice"
  719. *End
  720. *?Duplex: "save
  721.    currentpagedevice dup /Duplex known
  722.      {dup /Duplex get
  723.        {/Tumble get{(DuplexTumble)}{(DuplexNoTumble)}ifelse}
  724.        {pop (None)} ifelse
  725.      }
  726.      {(None)} ifelse = flush
  727. restore
  728. "
  729. *End
  730. *CloseUI: *Duplex
  731.  
  732. *% ===================================
  733. *% PANTONE(r) Spot Tag
  734. *% ===================================
  735.  
  736. *OpenUI *SpotTag/Automatic PANTONE(R) Calibration: Boolean
  737. *OrderDependency: 20 AnySetup *SpotTag
  738. *DefaultSpotTag: ON
  739. *SpotTag True/On: "<< /SpotColorMatching true >> setpagedevice"
  740. *SpotTag False/Off: "<< /SpotColorMatching false >> setpagedevice"
  741. *CloseUI: *SpotTag
  742. *% ====================================
  743. *% PANTONE(r)Spot Tag
  744. *% ====================================
  745.  
  746. *% =================================
  747. *% Print Color as Gray
  748. *% Chose NOT to use Adobe's *ColorModel keyword because color on or off is simpler
  749. *% =================================
  750. *OpenUI *HPColorasGray/Print Color as Gray:  Boolean
  751. *OrderDependency: 20 DocumentSetup *HPColorasGray
  752. *DefaultHPColorasGray: False
  753. *HPColorasGray True/On: "<</ProcessColorModel /DeviceGray>> setpagedevice"
  754. *HPColorasGray False/Off: "<</ProcessColorModel /DeviceCMY>> setpagedevice"
  755. *?HPColorasGray: "
  756.   save
  757.     currentpagedevice /ProcessColorModel get
  758.     /DeviceGray eq {(True)}{(False)}ifelse = flush
  759.   restore
  760. "
  761. *End
  762. *CloseUI: *HPColorasGray
  763. *% =================================
  764. *%  CMYK Ink Space
  765. *% =================================
  766. *OpenUI *CMYKInks/CMYK Inks:  PickOne
  767. *OrderDependency: 60 AnySetup *CMYKInks
  768. *DefaultCMYKInks: FAST
  769. *CMYKInks FAST/FAST:" 
  770. << /CMYKInkSet 0 >> setpagedevice
  771. "      
  772. *End
  773.  
  774. *CMYKInks SWOP/SWOP:"
  775. << /CMYKInkSet 1 >> setpagedevice
  776. "      
  777. *End
  778.  
  779. *CMYKInks EURO/Euroscale:"
  780. << /CMYKInkSet 2 >> setpagedevice
  781. "      
  782. *End
  783.  
  784. *CMYKInks DIC/DIC (Dainippon):"
  785. << /CMYKInkSet 4 >> setpagedevice
  786. "       
  787. *End
  788.  
  789. *CloseUI: *CMYKInks
  790. *% ===================================
  791. *% ColorSmart
  792. *% ===================================
  793. *OpenUI *ColorSmart/ColorSmart II: PickOne
  794. *OrderDependency: 55 DocumentSetup *ColorSmart
  795. *DefaultColorSmart: Automatic
  796. *ColorSmart Automatic/Automatic: " 
  797. globaldict /ColorSmartColorMatching known {
  798.     true ColorSmartColorMatching
  799.     MatchScreen ColorSmartTextAdjustment
  800.     MatchScreen ColorSmartGraphicsAdjustment
  801.     MatchScreen ColorSmartImageAdjustment
  802.     Detail ColorSmartTextHalftone
  803.     Smooth ColorSmartGraphicsHalftone
  804.     Smooth ColorSmartImageHalftone
  805.     true ColorSmartColorMatching
  806. } if
  807. /setscreen { pop pop pop} def
  808. /setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
  809. /sethalftone { pop } def 
  810. "
  811. *End
  812. *ColorSmart Manual/Manual: " 
  813. globaldict /ColorSmartColorMatching known {
  814.     true ColorSmartColorMatching
  815. } if
  816. /setscreen { pop pop pop} def
  817. /setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
  818. /sethalftone { pop } def 
  819. "
  820. *End
  821. *CloseUI: *ColorSmart
  822. *% ==================================
  823. *%  ColorSmart Manual Settings
  824. *% ==================================
  825. *OpenUI *CSText/Text:  PickOne
  826. *OrderDependency: 57 AnySetup *CSText
  827. *DefaultCSText: MatchDetail
  828. *CSText MatchDetail/ScreenMatch(sRGB)-Detail: "
  829. globaldict /ColorSmartColorMatching known {
  830.     true ColorSmartColorMatching
  831.     MatchScreen ColorSmartTextAdjustment
  832.     Detail ColorSmartTextHalftone
  833. } if
  834. "
  835. *End
  836. *CSText MatchSmooth/ScreenMatch(sRGB)-Smooth: "
  837. globaldict /ColorSmartColorMatching known {
  838.     true ColorSmartColorMatching
  839.     MatchScreen ColorSmartTextAdjustment
  840.     Smooth ColorSmartTextHalftone
  841. } if
  842. "
  843. *End
  844. *CSText VividDetail/Vivid-Detail: "
  845. globaldict /ColorSmartColorMatching known {
  846.     true ColorSmartColorMatching
  847.     Vivid ColorSmartTextAdjustment
  848.     Detail ColorSmartTextHalftone
  849. } if
  850. "
  851. *End
  852. *CSText VividSmooth/Vivid-Smooth: "
  853. globaldict /ColorSmartColorMatching known {
  854.     true ColorSmartColorMatching
  855.     Vivid ColorSmartTextAdjustment
  856.     Smooth ColorSmartTextHalftone
  857. } if
  858. "
  859. *End
  860. *CloseUI: *CSText
  861.  
  862. *OpenUI *CSGraphics/Graphics:  PickOne
  863. *OrderDependency: 57 AnySetup *CSGraphics
  864. *DefaultCSGraphics: MatchSmooth
  865. *CSGraphics MatchSmooth/ScreenMatch(sRGB)-Smooth: "
  866. globaldict /ColorSmartColorMatching known {
  867.     true ColorSmartColorMatching
  868.     MatchScreen ColorSmartGraphicsAdjustment
  869.     Smooth ColorSmartGraphicsHalftone
  870. } if
  871. "
  872. *End
  873. *CSGraphics MatchDetail/ScreenMatch(sRGB)-Detail: "
  874. globaldict /ColorSmartColorMatching known {
  875.     true ColorSmartColorMatching
  876.     MatchScreen ColorSmartGraphicsAdjustment
  877.     Detail ColorSmartGraphicsHalftone
  878. } if
  879. "
  880. *End
  881. *CSGraphics VividSmooth/Vivid-Smooth: "
  882. globaldict /ColorSmartColorMatching known {
  883.     true ColorSmartColorMatching
  884.     Vivid ColorSmartGraphicsAdjustment
  885.     Smooth ColorSmartGraphicsHalftone
  886. } if
  887. "
  888. *End
  889. *CSGraphics VividDetail/Vivid-Detail: "
  890. globaldict /ColorSmartColorMatching known {
  891.     true ColorSmartColorMatching
  892.     Vivid ColorSmartGraphicsAdjustment
  893.     Detail ColorSmartGraphicsHalftone
  894. } if
  895. "
  896. *End
  897.  
  898. *CloseUI: *CSGraphics
  899.  
  900. *OpenUI *CSImage/Image:  PickOne
  901. *OrderDependency: 57 AnySetup *CSImage
  902. *DefaultCSImage: MatchSmooth
  903. *CSImage MatchSmooth/ScreenMatch(sRGB)-Smooth: "
  904. globaldict /ColorSmartColorMatching known {
  905.     true ColorSmartColorMatching
  906.     MatchScreen ColorSmartImageAdjustment
  907.     Smooth ColorSmartImageHalftone
  908. } if
  909. "
  910. *End
  911. *CSImage MatchDetail/ScreenMatch(sRGB)-Detail: "
  912. globaldict /ColorSmartColorMatching known {
  913.     true ColorSmartColorMatching
  914.     MatchScreen ColorSmartImageAdjustment
  915.     Detail ColorSmartImageHalftone
  916. } if
  917. "
  918. *End
  919. *CSImage VividSmooth/Vivid-Smooth: "
  920. globaldict /ColorSmartColorMatching known {
  921.     true ColorSmartColorMatching
  922.     Vivid ColorSmartImageAdjustment
  923.     Smooth ColorSmartImageHalftone
  924. } if
  925. "
  926. *End
  927. *CSImage VividDetail/Vivid-Detail: "
  928. globaldict /ColorSmartColorMatching known {
  929.     true ColorSmartColorMatching
  930.     Vivid ColorSmartImageAdjustment
  931.     Detail ColorSmartImageHalftone
  932. } if
  933. "
  934. *End
  935. *CloseUI: *CSImage
  936.  
  937. *DefaultResolution: 600dpi
  938. *Resolution 600dpi: ""
  939. *?Resolution: "
  940.   save
  941.     currentpagedevice /HWResolution get
  942.     0 get
  943.     (          ) cvs print
  944.     (dpi)
  945.     = flush
  946.   restore
  947. "
  948. *End
  949.  
  950. *% =================================
  951. *% Font Information
  952. *% =================================
  953. *DefaultFont: Courier
  954. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  955. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  956. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  957. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  958. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  959. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  960. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  961. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  962. *Font Courier: Standard "(002.004S)" Standard ROM
  963. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  964. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  965. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  966. *Font Helvetica: Standard "(001.006S)" Standard ROM
  967. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  968. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  969. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  970. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  971. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  972. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  973. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  974. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  975. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  976. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  977. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  978. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  979. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  980. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  981. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  982. *Font Symbol: Special "(001.007S)" Special ROM
  983. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  984. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  985. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  986. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  987. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  988. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  989.  
  990. *?FontQuery: "
  991.  save
  992.    { count 1 gt
  993.       { exch dup 127 string cvs (/) print print (:) print
  994.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  995.       } { exit } ifelse 
  996.    } bind loop
  997.    (*) = flush
  998.  restore
  999. "
  1000. *End
  1001. *?FontList: "
  1002. save
  1003.   (*) {cvn ==} 128 string /Font resourceforall
  1004.   (*) = flush
  1005. restore
  1006. "
  1007. *End
  1008.  
  1009. *% ===================================
  1010. *% Printer Messages
  1011. *% ===================================
  1012. *% Printer Messages (verbatim from printer):
  1013. *Message: "%%[exitserver: permanent state may be changed]%%"
  1014. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1015. *Message: "\FontName\ not found, using Courier"
  1016.  
  1017. *% Status (format: %%[ status: <one of these> ] %%)
  1018. *Status: "warming up"/warming up
  1019. *Status: "initializing"/initializing
  1020. *Status: "idle"/idle
  1021. *Status: "waiting"/waiting
  1022. *Status: "busy"/busy
  1023. *Status: "printing"/printing
  1024. *Status: "printing test page"/printing test page
  1025. *Status: "PrinterError: needs attention"/PrinterError: needs attention
  1026. *Status: "PrinterError: cover open"/PrinterError: cover open
  1027. *Status: "PrinterError: no toner cartridge"/PrinterError: no toner cartridge
  1028. *Status: "PrinterError: out of paper"/PrinterError: out of paper
  1029. *Status: "PrinterError: Paper Jam"/PrinterError: Paper Jam
  1030. *Status: "PrinterError: page protect needed"/PrinterError: page protect needed
  1031. *Status: "PrinterError: out of memory"/PrinterError: out of memory
  1032. *Status: "PrinterError: output bin full"/PrinterError: output bin full
  1033. *Status: "PrinterError: resetting printer"/PrinterError: resetting printer
  1034. *Status: "PrinterError: toner is low"/PrinterError: toner is low
  1035. *Status: "PrinterError: off line"/PrinterError: off line
  1036.  
  1037. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% ) 
  1038.  
  1039. *Source: "Serial"
  1040. *Source: "LocalTalk"
  1041. *Source: "Parallel"
  1042. *Source: "OptionalIO"
  1043.  
  1044. *% PrinterError (format: %%[ PrinterError: <one of these> ]%%)
  1045. *PrinterError: "needs attention"/needs attention
  1046. *PrinterError: "cover open"/cover open
  1047. *PrinterError: "no toner cartridge"/no toner cartridge
  1048. *PrinterError: "out of paper"/out of paper
  1049. *PrinterError: "Paper Jam"/Paper Jam
  1050. *PrinterError: "page protect needed"/page protect needed
  1051. *PrinterError: "out of memory"/out of memory
  1052. *PrinterError: "output bin full"/output bin full
  1053. *PrinterError: "resetting printer"/resetting printer
  1054. *PrinterError: "toner is low"/toner is low
  1055. *PrinterError: "off line"/off line
  1056.  
  1057. *% =================================
  1058. *% Color Separation Information
  1059. *% =================================
  1060. *DefaultColorSep: ProcessBlack.60lpi.300dpi
  1061. *InkName: ProcessBlack/Process Black
  1062. *InkName: ProcessCyan/Process Cyan
  1063. *InkName: ProcessMagenta/Process Magenta
  1064. *InkName: ProcessYellow/Process Yellow
  1065.  
  1066. *%  For 60 lpi / 300 dpi  ===============================
  1067. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  1068. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  1069. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  1070. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  1071. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1072. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1073. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1074. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1075.  
  1076. *%  For 53 lpi / 300 dpi  ===============================
  1077. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  1078. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  1079. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  1080. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  1081. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  1082. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  1083. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  1084. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  1085.  
  1086. *% =================================
  1087. *% System Management
  1088. *% =================================
  1089. *FreeVM: "6701488"
  1090. *VMOption 64-127MB/64 - 127 MB: "6701488" 
  1091. *VMOption 128-191MB/128 - 191 MB: "13401953" 
  1092. *VMOption 192MB/192 MB or more: "20104464"
  1093.  
  1094. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  1095. *SuggestedJobTimeout: "0"
  1096. *SuggestedWaitTimeout: "300"
  1097.  
  1098. *% =================================
  1099. *% For "HP Color LaserJet 4550 PS "
  1100. *% =================================
  1101.