Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

745 lines
24 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% Throughput value edited by Microsoft on 8/22/97
  10. *FormatVersion: "4.2"
  11. *FileVersion: "3.0"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *PCFileName: "HP1600C1.PPD"
  15. *Product: "(HP DeskJet 1600CM)"
  16. *PSVersion: "(2014.108) 1"
  17. *ModelName: "HP DeskJet 1600CM"
  18. *NickName: "HP DeskJet 1600CM"
  19. *% =========== UI Constraints ===============
  20. *UIConstraints: *PageSize Legal *MediaType Special
  21. *UIConstraints: *PageSize Legal *MediaType Glossy
  22. *UIConstraints: *PageSize Legal *MediaType Transparency
  23. *UIConstraints: *PageSize Comm10 *MediaType Special
  24. *UIConstraints: *PageSize Comm10 *MediaType Glossy
  25. *UIConstraints: *PageSize Comm10 *MediaType Transparency
  26. *UIConstraints: *PageSize DL *MediaType Special
  27. *UIConstraints: *PageSize DL *MediaType Glossy
  28. *UIConstraints: *PageSize DL *MediaType Transparency
  29. *UIConstraints: *PageSize C5 *MediaType Special
  30. *UIConstraints: *PageSize C5 *MediaType Glossy
  31. *UIConstraints: *PageSize C5 *MediaType Transparency
  32. *UIConstraints: *PageSize Comm10 *InputSlot Upper
  33. *UIConstraints: *PageRegion Comm10 *InputSlot Upper
  34. *UIConstraints: *PageSize Comm10 *InputSlot Lower
  35. *UIConstraints: *PageRegion Comm10 *InputSlot Lower
  36. *UIConstraints: *PageSize DL *InputSlot Upper
  37. *UIConstraints: *PageRegion DL *InputSlot Upper
  38. *UIConstraints: *PageSize DL *InputSlot Lower
  39. *UIConstraints: *PageRegion DL *InputSlot Lower
  40. *UIConstraints: *PageSize C5 *InputSlot Upper
  41. *UIConstraints: *PageRegion C5 *InputSlot Upper
  42. *UIConstraints: *PageSize C5 *InputSlot Lower
  43. *UIConstraints: *PageRegion C5 *InputSlot Lower
  44. *% =========== Device Capabilities ===============
  45. *LanguageLevel: "2"
  46. *Protocols: TBCP PJL
  47. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  48. *JCLToInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  49. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  50. *FreeVM: "327168"
  51. *ColorDevice: True
  52. *DefaultColorSpace: CMY
  53. *VariablePaperSize: False
  54. *FileSystem: False
  55. *Throughput: "8"
  56. *TTRasterizer: Type42
  57. *Password: "()"
  58. *ExitServer: "
  59. count 0 eq
  60. { false } { true exch startjob } ifelse
  61. not {
  62. (WARNING: Cannot modify initial VM.) =
  63. (Missing or invalid password.) =
  64. (Please contact the author of this software.) = flush quit
  65. } if "
  66. *End
  67. *Reset: "
  68. count 0 eq
  69. { false } { true exch startjob } ifelse
  70. not {
  71. (WARNING: Cannot reset printer.) =
  72. (Missing or invalid password.) =
  73. (Please contact the author of this software.) = flush quit
  74. } if
  75. systemdict /quit get exec
  76. (WARNING : Printer Reset Failed.) = flush "
  77. *End
  78. *DefaultResolution: 300dpi
  79. *% =============Halftone Information ===============
  80. *ScreenFreq: "60.0"
  81. *ScreenAngle: "0.0"
  82. *DefaultTransfer: Null
  83. *Transfer Null: "{ }"
  84. *Transfer Null.Inverse: "{ 1 exch sub }"
  85. *%===================Print Quality====================
  86. *OpenUI *OutputMode/Print Quality: PickOne
  87. *OrderDependency: 25 AnySetup *OutputMode
  88. *DefaultOutputMode: Normal
  89. *OutputMode Normal/Normal: "
  90. <</PostRenderingEnhance true
  91. /PostRenderingEnhanceDetails <</PrintQuality 2 /Type 11>>
  92. >> setpagedevice"
  93. *End
  94. *OutputMode HighQuality/Presentation: "
  95. <</PostRenderingEnhance true
  96. /PostRenderingEnhanceDetails <</PrintQuality 3 /Type 11>>
  97. >> setpagedevice"
  98. *End
  99. *OutputMode Fast/EconoFast: "
  100. <</HWResolution [300 300]>> setpagedevice
  101. <</PostRenderingEnhance true
  102. /PostRenderingEnhanceDetails <</PrintQuality 1 /Type 11>>
  103. >> setpagedevice"
  104. *End
  105. *?OutputMode: "
  106. save
  107. 3 dict
  108. dup 1 (Fast) put
  109. dup 2 (Normal) put
  110. dup 3 (HighQuality) put
  111. currentpagedevice /PostRenderingEnhanceDetails get
  112. /PrintQuality get get = flush
  113. restore "
  114. *End
  115. *CloseUI: *OutputMode
  116. *%===================Color/Gray Printing====================
  117. *OpenUI *ColorModel/Print Color as Gray (600 dpi): PickOne
  118. *OrderDependency: 20 AnySetup *ColorModel
  119. *DefaultColorModel: CMYK
  120. *ColorModel CMYK/No: "
  121. <</ProcessColorModel /DeviceRGB
  122. /HWResolution [300 300]>> setpagedevice"
  123. *End
  124. *ColorModel Gray/Yes: "
  125. <</ProcessColorModel /DeviceGray
  126. /HWResolution [600 600]>> setpagedevice"
  127. *End
  128. *?ColorModel: "
  129. save
  130. currentpagedevice /ProcessColorModel get
  131. /ColorModel get get = flush
  132. restore "
  133. *End
  134. *CloseUI: *ColorModel
  135. *% ==============Paper Handling ===================
  136. *LandscapeOrientation: Plus90
  137. *% Use these entries to set paper size most of the time, unless there is
  138. *% specific reason to use PageRegion.
  139. *%===============Page Size======================
  140. *OpenUI *PageSize/Page Size: PickOne
  141. *OrderDependency: 30 AnySetup *PageSize
  142. *DefaultPageSize: Letter
  143. *PageSize Letter/Letter: "
  144. 3 dict begin
  145. currentpagedevice /InputAttributes get
  146. dup length dict begin
  147. dup 1 known exch 0 get dup length dict copy
  148. dup /PageSize [612 792] put
  149. exch {dup 1 exch def}if 0 exch def
  150. /InputAttributes currentdict end def
  151. /PageSize [612 792] def
  152. /ImagingBBox null def
  153. currentdict end setpagedevice"
  154. *End
  155. *PageSize Legal/Legal: "
  156. 3 dict begin
  157. currentpagedevice /InputAttributes get
  158. dup length dict begin
  159. dup 1 known exch 0 get dup length dict copy
  160. dup /PageSize [612 1008] put
  161. exch {dup 1 exch def}if 0 exch def
  162. /InputAttributes currentdict end def
  163. /PageSize [612 1008] def
  164. /ImagingBBox null def
  165. currentdict end setpagedevice"
  166. *End
  167. *PageSize Comm10/Comm10: "
  168. 3 dict begin
  169. currentpagedevice /InputAttributes get
  170. dup length dict begin
  171. dup 1 known exch 0 get dup length dict copy
  172. dup /PageSize [297 684] put
  173. exch {dup 1 exch def}if 0 exch def
  174. /InputAttributes currentdict end def
  175. /PageSize [297 684] def
  176. /ImagingBBox null def
  177. currentdict end setpagedevice"
  178. *End
  179. *PageSize A4/A4: "
  180. 3 dict begin
  181. currentpagedevice /InputAttributes get
  182. dup length dict begin
  183. dup 1 known exch 0 get dup length dict copy
  184. dup /PageSize [595 842] put
  185. exch {dup 1 exch def}if 0 exch def
  186. /InputAttributes currentdict end def
  187. /PageSize [595 842] def
  188. /ImagingBBox null def
  189. currentdict end setpagedevice"
  190. *End
  191. *PageSize DL/DL: "
  192. 3 dict begin
  193. currentpagedevice /InputAttributes get
  194. dup length dict begin
  195. dup 1 known exch 0 get dup length dict copy
  196. dup /PageSize [312 624] put
  197. exch {dup 1 exch def}if 0 exch def
  198. /InputAttributes currentdict end def
  199. /PageSize [312 624] def
  200. /ImagingBBox null def
  201. currentdict end setpagedevice"
  202. *End
  203. *PageSize C5/C5: "
  204. 3 dict begin
  205. currentpagedevice /InputAttributes get
  206. dup length dict begin
  207. dup 1 known exch 0 get dup length dict copy
  208. dup /PageSize [459 649] put
  209. exch {dup 1 exch def}if 0 exch def
  210. /InputAttributes currentdict end def
  211. /PageSize [459 649] def
  212. /ImagingBBox null def
  213. currentdict end setpagedevice"
  214. *End
  215. *?PageSize: "
  216. save currentpagedevice /PageSize get aload pop
  217. 2 copy gt {exch} if (Unknown)
  218. 6 dict
  219. dup [612 792] (Letter) put
  220. dup [612 1008] (Legal) put
  221. dup [297 684] (Comm10) put
  222. dup [595 842] (A4) put
  223. dup [312 624] (DL) put
  224. dup [459 649] (C5) put
  225. { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  226. { exch pop exit } { pop } ifelse
  227. } bind forall = flush pop pop
  228. restore"
  229. *End
  230. *CloseUI: *PageSize
  231. *%====================Page Region===================
  232. *% These entries will set up the frame buffer. Usually used with manual feed.
  233. *OpenUI *PageRegion: PickOne
  234. *OrderDependency: 40 AnySetup *PageRegion
  235. *DefaultPageRegion: Letter
  236. *PageRegion Letter: "
  237. <</InputAttributes <<
  238. currentpagedevice /InputAttributes get
  239. dup 1 known exch 0 get dup length dict copy
  240. dup /PageSize [612 792] put
  241. exch {1 exch dup}if 0 exch >>
  242. /PageSize [612 792]
  243. /ImagingBBox null
  244. >>setpagedevice"
  245. *End
  246. *PageRegion Legal: "
  247. <</InputAttributes <<
  248. currentpagedevice /InputAttributes get
  249. dup 1 known exch 0 get dup length dict copy
  250. dup /PageSize [612 1008] put
  251. exch {1 exch dup}if 0 exch >>
  252. /PageSize [612 1008]
  253. /ImagingBBox null
  254. >>setpagedevice"
  255. *End
  256. *PageRegion Comm10: "
  257. <</PageSize [297 684]
  258. /ImagingBBox null>>
  259. setpagedevice"
  260. *End
  261. *PageRegion A4: "
  262. <</InputAttributes <<
  263. currentpagedevice /InputAttributes get
  264. dup 1 known exch 0 get dup length dict copy
  265. dup /PageSize [595 842] put
  266. exch {1 exch dup}if 0 exch >>
  267. /PageSize [595 842]
  268. /ImagingBBox null
  269. >>setpagedevice"
  270. *End
  271. *PageRegion DL: "
  272. <</PageSize [312 624]
  273. /ImagingBBox null>>
  274. setpagedevice"
  275. *End
  276. *PageRegion C5: "
  277. <</PageSize [459 649]
  278. /ImagingBBox null>>
  279. setpagedevice"
  280. *End
  281. *CloseUI: *PageRegion
  282. *%===================Imageable Area=====================
  283. *% The following entries provide information about specific paper keywords.
  284. *DefaultImageableArea: Letter
  285. *ImageableArea Letter: "14 14 598 778"
  286. *ImageableArea Legal: "14 14 598 994"
  287. *ImageableArea A4: "14 14 581 828"
  288. *ImageableArea Comm10: "12 33 284 650"
  289. *ImageableArea DL: "12 33 299 590"
  290. *ImageableArea C5: "12 33 447 615"
  291. *?ImageableArea: "
  292. save /cvp { cvi ( ) cvs print ( ) print } bind def
  293. newpath clippath pathbbox
  294. 4 -2 roll exch 2 {ceiling cvp} repeat
  295. exch 2 {floor cvp} repeat flush
  296. restore "
  297. *End
  298. *%====================Default Paper Dimension=================
  299. *% These provide the physical dimensions of the paper (by keyword)
  300. *DefaultPaperDimension: Letter
  301. *PaperDimension Letter: "612 792"
  302. *PaperDimension Legal: "612 1008"
  303. *PaperDimension Comm10: "297 684"
  304. *PaperDimension A4: "595 842"
  305. *PaperDimension DL: "312 624"
  306. *PaperDimension C5: "459 649"
  307. *RequiresPageRegion All: True
  308. *%=================Media Type============================
  309. *OpenUI *MediaType/Media Type: PickOne
  310. *OrderDependency: 10 AnySetup *MediaType
  311. *DefaultMediaType: Plain
  312. *MediaType Plain/Plain Paper: "
  313. <</InputAttributes <<
  314. currentpagedevice /InputAttributes get
  315. dup 1 known exch 0 get dup length dict copy
  316. dup /MediaType (Plain) put
  317. exch {1 exch dup}if 0 exch >>
  318. /MediaType (Plain)
  319. >>setpagedevice
  320. /DefaultColorRendering /ColorRendering findresource /ColorRenderingName
  321. get /ColorSmartColorRendering eq { }
  322. {/DefaultColorRendering /ColorSmartColorRendering /ColorRendering
  323. findresource /ColorRendering defineresource pop
  324. /DefaultHalftone /Halftone findresource /HalftoneName get
  325. /VividScatterPlainHalftone eq
  326. {/DefaultHalftone /ScatterPlainHalftone /Halftone findresource
  327. /Halftone defineresource sethalftone }
  328. {/DefaultHalftone /ClusterPlainHalftone /Halftone findresource
  329. /Halftone defineresource sethalftone } ifelse } ifelse"
  330. *End
  331. *MediaType Special/HP Premium Paper: "
  332. <</InputAttributes <<
  333. currentpagedevice /InputAttributes get
  334. dup 1 known exch 0 get dup length dict copy
  335. dup /MediaType (Special) put
  336. exch {1 exch dup}if 0 exch >>
  337. /MediaType (Special)
  338. >>setpagedevice
  339. /DefaultColorRendering /ColorRendering findresource /ColorRenderingName
  340. get /ColorSmartColorRendering eq
  341. {/DefaultHalftone /Halftone findresource /HalftoneName get
  342. /VividScatterPlainHalftone eq
  343. {/DefaultHalftone /VividScatterSpecialHalftone /Halftone findresource
  344. /Halftone defineresource sethalftone }
  345. {/DefaultHalftone /VividClusterSpecialHalftone /Halftone findresource
  346. /Halftone defineresource sethalftone } ifelse }
  347. {/DefaultColorRendering /ColorSmartColorRendering /ColorRendering
  348. findresource /ColorRendering defineresource pop
  349. /DefaultHalftone /Halftone findresource /HalftoneName get
  350. /VividScatterPlainHalftone eq
  351. {/DefaultHalftone /ScatterSpecialHalftone /Halftone findresource
  352. /Halftone defineresource sethalftone }
  353. {/DefaultHalftone /ClusterSpecialHalftone /Halftone findresource
  354. /Halftone defineresource sethalftone } ifelse } ifelse"
  355. *End
  356. *MediaType Glossy/HP Premium Glossy Paper: "
  357. <</InputAttributes <<
  358. currentpagedevice /InputAttributes get
  359. dup 1 known exch 0 get dup length dict copy
  360. dup /MediaType (Glossy) put
  361. exch {1 exch dup}if 0 exch >>
  362. /MediaType (Glossy)
  363. >>setpagedevice
  364. <</TraySwitch false>> setpagedevice
  365. /DefaultColorRendering /ColorRendering findresource /ColorRenderingName
  366. get /ColorSmartColorRendering eq
  367. {/DefaultHalftone /Halftone findresource /HalftoneName get
  368. /VividScatterPlainHalftone eq
  369. {/DefaultHalftone /VividScatterGlossyHalftone /Halftone findresource
  370. /Halftone defineresource sethalftone }
  371. {/DefaultHalftone /VividClusterGlossyHalftone /Halftone findresource
  372. /Halftone defineresource sethalftone } ifelse }
  373. {/DefaultColorRendering /ColorSmartColorRendering /ColorRendering
  374. findresource /ColorRendering defineresource pop
  375. /DefaultHalftone /Halftone findresource /HalftoneName get
  376. /VividScatterPlainHalftone eq
  377. {/DefaultHalftone /ScatterGlossyHalftone /Halftone findresource
  378. /Halftone defineresource sethalftone }
  379. {/DefaultHalftone /ClusterGlossyHalftone /Halftone findresource
  380. /Halftone defineresource sethalftone } ifelse } ifelse"
  381. *End
  382. *MediaType Transparency/HP Premium Transparency: "
  383. <</InputAttributes <<
  384. currentpagedevice /InputAttributes get
  385. dup 1 known exch 0 get dup length dict copy
  386. dup /MediaType (Transparency) put
  387. exch {1 exch dup}if 0 exch >>
  388. /MediaType (Transparency)
  389. >>setpagedevice
  390. <</TraySwitch false>> setpagedevice
  391. /DefaultColorRendering /ColorRendering findresource /ColorRenderingName
  392. get /ColorSmartColorRendering eq
  393. {/DefaultHalftone /Halftone findresource /HalftoneName get
  394. /VividScatterPlainHalftone eq
  395. {/DefaultHalftone /VividScatterTransparencyHalftone /Halftone
  396. findresource /Halftone defineresource sethalftone }
  397. {/DefaultHalftone /VividClusterTransparencyHalftone /Halftone
  398. findresource /Halftone defineresource sethalftone } ifelse }
  399. {/DefaultColorRendering /ColorSmartColorRendering /ColorRendering
  400. findresource /ColorRendering defineresource pop
  401. /DefaultHalftone /Halftone findresource /HalftoneName get
  402. /VividScatterPlainHalftone eq
  403. {/DefaultHalftone /ScatterTransparencyHalftone /Halftone findresource
  404. /Halftone defineresource sethalftone }
  405. {/DefaultHalftone /ClusterTransparencyHalftone /Halftone findresource
  406. /Halftone defineresource sethalftone } ifelse } ifelse"
  407. *End
  408. *?MediaType: "
  409. save
  410. currentpagedevice /MediaType get
  411. dup null eq {pop (Unknown)} if = flush
  412. restore "
  413. *End
  414. *CloseUI: *MediaType
  415. *%==================Input Slot====================
  416. *OpenUI *InputSlot/Paper Source: PickOne
  417. *OrderDependency: 31 AnySetup *InputSlot
  418. *DefaultInputSlot: Upper
  419. *InputSlot Upper/Paper Tray: "<</MediaPosition 0>> setpagedevice"
  420. *InputSlot Lower/Lower Tray: "<</MediaPosition 1>> setpagedevice"
  421. *?InputSlot: "
  422. save
  423. 2 dict
  424. dup /0 (Upper) put
  425. dup /1 (Lower) put
  426. statusdict /papertray get vexec
  427. {get} stopped {pop pop (unknown)} if = flush
  428. restore"
  429. *End
  430. *CloseUI: *InputSlot
  431. *%=================Manual Feed====================
  432. *OpenUI *ManualFeed/Manual Feed: Boolean
  433. *OrderDependency: 30 AnySetup *ManualFeed
  434. *DefaultManualFeed: False
  435. *ManualFeed True/True: "<</ManualFeed true /TraySwitch false>> setpagedevice"
  436. *ManualFeed False/False: "
  437. <</ManualFeed false /MediaPosition 1 /TraySwitch true>> setpagedevice"
  438. *End
  439. *?ManualFeed: "
  440. save
  441. currentpagedevice /ManualFeed get
  442. {(True)}{(False)}ifelse = flush
  443. restore"
  444. *End
  445. *CloseUI: *ManualFeed
  446. *%===============Output Order and Bin=================
  447. *DefaultOutputBin: OnlyOne
  448. *DefaultOutputOrder: Reverse
  449. *%================= ColorSmart CRDs ====================
  450. *% Our Strategy!!! Not actually selecting the proper CRDs,
  451. *% we are actually using these three selections as identifiers
  452. *% for the user's selections:
  453. *% ColorSmartColorRendering for Vivid
  454. *% VividPlainColorRendering for No Adjustment
  455. *% We will adjust for the proper CRD under MediaTypes.
  456. *%
  457. *OpenUI *HPColorSmart/Color Matching: PickOne
  458. *OrderDependency: 9 AnySetup *HPColorSmart
  459. *DefaultHPColorSmart: Vivid
  460. *HPColorSmart Vivid/ColorSmart Vivid: "
  461. /DefaultColorRendering /ColorSmartColorRendering
  462. /ColorRendering findresource
  463. /ColorRendering defineresource pop"
  464. *End
  465. *HPColorSmart NoAdjust/No Adjustment: "
  466. /DefaultColorRendering /VividPlainColorRendering
  467. /ColorRendering findresource
  468. /ColorRendering defineresource pop"
  469. *End
  470. *?HPColorSmart: "
  471. save
  472. currentpagedevice /ColorRendering =string cvs = flush
  473. restore "
  474. *End
  475. *CloseUI: *HPColorSmart
  476. *%================= ColorSmart Halftones ====================
  477. *% Our Strategy!!! Not actually selecting the proper halftones,
  478. *% we are actually using these two selections as identifiers
  479. *% for the user's selections:
  480. *% VividScatterPlainHalftone for Scatter
  481. *% VividClusterPlainHalftone for Cluster
  482. *% We will adjust for the proper halftone under MediaTypes.
  483. *%
  484. *OpenUI *HPColorSmartHalftone/Halftone: PickOne
  485. *OrderDependency: 8 AnySetup *HPColorSmartHalftone
  486. *DefaultHPColorSmartHalftone: Scatter
  487. *HPColorSmartHalftone Scatter/Scatter: "
  488. /DefaultHalftone /VividScatterPlainHalftone
  489. /Halftone findresource
  490. /Halftone defineresource sethalftone"
  491. *End
  492. *HPColorSmartHalftone Cluster/Cluster: "
  493. /DefaultHalftone /VividClusterPlainHalftone
  494. /Halftone findresource
  495. /Halftone defineresource sethalftone"
  496. *End
  497. *?HPColorSmartHalftone: "
  498. save
  499. currentpagedevice /DefaultHalftone =string cvs = flush
  500. restore "
  501. *End
  502. *CloseUI: *HPColorSmartHalftone
  503. *%=============== Dither Block ================
  504. *OpenUI *HPAppHalftoning/Application Halftoning: Boolean
  505. *OrderDependency: 80 AnySetup *HPAppHalftoning
  506. *DefaultHPAppHalftoning: False
  507. *HPAppHalftoning False/Disallow: "
  508. userdict /setscreen { pop pop pop } put
  509. userdict /setcolorscreen { pop pop pop pop pop pop
  510. pop pop pop pop pop pop } put"
  511. *End
  512. *HPAppHalftoning True/Allow: ""
  513. *?HPAppHalftoning: "
  514. save
  515. currentpagedevice /PostRenderingEnhanceDetails get
  516. /AppHalftoning get get = flush
  517. restore "
  518. *End
  519. *CloseUI: *HPAppHalftoning
  520. *% =================Font Information ==================
  521. *DefaultFont: Courier
  522. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  523. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  524. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  525. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  526. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  527. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  528. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  529. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  530. *Font Courier: Standard "(002.004S)" Standard ROM
  531. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  532. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  533. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  534. *Font Helvetica: Standard "(001.006S)" Standard ROM
  535. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  536. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  537. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  538. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  539. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  540. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  541. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  542. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  543. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  544. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  545. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  546. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  547. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  548. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  549. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  550. *Font Symbol: Special "(001.007S)" Special ROM
  551. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  552. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  553. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  554. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  555. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  556. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  557. *?FontQuery: "
  558. save
  559. { count 1 gt
  560. { exch dup 127 string cvs (/) print print (:) print
  561. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  562. } { exit } ifelse
  563. } bind loop
  564. (*) = flush
  565. restore "
  566. *End
  567. *?FontList: "
  568. save
  569. (*) {cvn ==} 128 string /Font resourceforall
  570. (*) = flush
  571. restore "
  572. *End
  573. *%==================Printer Error Messages===============
  574. *% Printer Messages (verbatim from printer):
  575. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  576. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  577. *Message: "\FontName\ not found, using Courier"
  578. *% Status (format: %%[ status: <one of these> ] %%)
  579. *Status: "idle"
  580. *Status: "busy"
  581. *Status: "waiting"
  582. *Status: "PrinterError: Out Of Paper"
  583. *Status: "PrinterError: Cover Open"
  584. *Status: "PrinterError: Feed Manual"
  585. *Status: "PrinterError: Paper Jam"
  586. *Status: "PrinterError: Miscellaneous Error"
  587. *Status: "PrinterError: Fatal Error"
  588. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  589. *Source: "Serial"
  590. *Source: "LocalTalk"
  591. *Source: "Parallel"
  592. *Source: "OptionalIO"
  593. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  594. *PrinterError: "Out Of Paper"
  595. *PrinterError: "Cover Open"
  596. *PrinterError: "Feed Manual"
  597. *PrinterError: "Paper Jam"
  598. *PrinterError: "Miscellaneous Error"
  599. *PrinterError: "Fatal Error"
  600. *%============Color Separation Information ==============
  601. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  602. *InkName: ProcessBlack/Process Black
  603. *InkName: CustomColor/Custom Color
  604. *InkName: ProcessCyan/Process Cyan
  605. *InkName: ProcessMagenta/Process Magenta
  606. *InkName: ProcessYellow/Process Yellow
  607. *%================For 60 lpi / 300 dpi ==================
  608. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  609. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  610. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  611. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  612. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  613. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  614. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  615. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  616. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  617. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  618. *%================For 53 lpi / 300 dpi =====================
  619. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  620. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  621. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  622. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  623. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  624. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  625. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  626. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  627. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  628. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  629. *% Produced for version 4.2 edit 2.0.En
  630. *% Last Edit Date: Feb. 2 1996
  631. *% End of PPD file for DeskJet 1600CM