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.

477 lines
17 KiB

  1. *PPD-Adobe: "4.1"
  2. *% ===================================
  3. *% Adobe Systems PostScript(R) Printer Description File
  4. *% PPD Version for Windows 3.1 only
  5. *% ===================================
  6. *FormatVersion: "4.1"
  7. *FileVersion: "1.2"
  8. *LanguageEncoding: ISOLatin1
  9. *LanguageVersion: English
  10. *PCFileName: "HP4ML_V1.PPD"
  11. *Product: "(HP LaserJet 4ML)"
  12. *PSVersion: "(2013.103) 32"
  13. *ModelName: "HP LaserJet 4ML"
  14. *NickName: "HP LaserJet 4L/4ML PostScript"
  15. *% ==== Device Capabilities ===============
  16. *LanguageLevel: "2"
  17. *Protocols: PJL TBCP
  18. *FreeVM: "2242128"
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *VariablePaperSize: True
  22. *TTRasterizer: Type42
  23. *FileSystem: False
  24. *?FileSystem: "
  25. save false
  26. (%disk?%)
  27. { currentdevparams dup /Writeable known
  28. { /Writeable get {pop true} if } { pop } ifelse
  29. } 10 string /IODevice resourceforall
  30. {(True)}{(False)} ifelse = flush
  31. restore"
  32. *End
  33. *Throughput: "4"
  34. *Password: "()"
  35. *ExitServer: "
  36. count 0 eq
  37. { false } { true exch startjob } ifelse
  38. not {
  39. (WARNING: Cannot modify initial VM.) =
  40. (Missing or invalid password.) =
  41. (Please contact the author of this software.) = flush quit
  42. } if
  43. "
  44. *End
  45. *Reset: "
  46. count 0 eq
  47. { false } { true exch startjob } ifelse
  48. not {
  49. (WARNING: Cannot reset printer.) =
  50. (Missing or invalid password.) =
  51. (Please contact the author of this software.) = flush quit
  52. } if
  53. systemdict /quit get exec
  54. (WARNING : Printer Reset Failed.) = flush
  55. "
  56. *End
  57. *UIConstraints: *PageSize Comm10 *InputSlot Cassette
  58. *UIConstraints: *PageSize Monarch *InputSlot Cassette
  59. *UIConstraints: *PageSize DL *InputSlot Cassette
  60. *UIConstraints: *PageSize C5 *InputSlot Cassette
  61. *UIConstraints: *PageSize B5 *InputSlot Cassette
  62. *UIConstraints: *PageRegion Comm10 *InputSlot Cassette
  63. *UIConstraints: *PageRegion Monarch *InputSlot Cassette
  64. *UIConstraints: *PageRegion DL *InputSlot Cassette
  65. *UIConstraints: *PageRegion C5 *InputSlot Cassette
  66. *UIConstraints: *PageRegion B5 *InputSlot Cassette
  67. *UIConstraints: *InputSlot Cassette *PageSize Comm10
  68. *UIConstraints: *InputSlot Cassette *PageSize Monarch
  69. *UIConstraints: *InputSlot Cassette *PageSize DL
  70. *UIConstraints: *InputSlot Cassette *PageSize C5
  71. *UIConstraints: *InputSlot Cassette *PageSize B5
  72. *UIConstraints: *InputSlot Cassette *PageRegion Comm10
  73. *UIConstraints: *InputSlot Cassette *PageRegion Monarch
  74. *UIConstraints: *InputSlot Cassette *PageRegion DL
  75. *UIConstraints: *InputSlot Cassette *PageRegion C5
  76. *UIConstraints: *InputSlot Cassette *PageRegion B5
  77. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  78. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  79. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  80. *JCLOpenUI *JCLEconomode/EconoMode: Boolean
  81. *DefaultJCLEconomode: PrinterDefault
  82. *JCLEconomode PrinterDefault/Printer Default: ""
  83. *OrderDependency: 10 JCLSetup *JCLEconomode
  84. *JCLEconomode on/ON: "@PJL SET ECONOMODE = ON<0A>"
  85. *JCLEconomode off/OFF: "@PJL SET ECONOMODE = OFF<0A>"
  86. *JCLCloseUI: *JCLEconomode
  87. *JCLOpenUI *JCLRET/Resolution Enhancement: PickOne
  88. *DefaultJCLRET: PrinterDefault
  89. *OrderDependency: 10 JCLSetup *JCLRET
  90. *JCLRET PrinterDefault/Printer Default: ""
  91. *JCLRET OFF/Off: "@PJL SET RET = OFF<0A>"
  92. *JCLRET LIGHT/Light: "@PJL SET RET = LIGHT<0A>"
  93. *JCLRET MEDIUM/Medium: "@PJL SET RET = MEDIUM<0A>"
  94. *JCLRET DARK/Dark: "@PJL SET RET = DARK<0A>"
  95. *JCLCloseUI: *JCLRET
  96. *JCLOpenUI *JCLPageProtect/Legal Frame Size: PickOne
  97. *DefaultJCLPageProtect: PrinterDefault
  98. *OrderDependency: 10 JCLSetup *JCLPageProtect
  99. *JCLPageProtect PrinterDefault/Printer Default: ""
  100. *JCLPageProtect Auto/Full Legal: "@PJL SET PAGEPROTECT = AUTO<0A>"
  101. *JCLPageProtect Ltr/Reduced Legal: "@PJL SET PAGEPROTECT = OFF<0A>"
  102. *JCLCloseUI: *JCLPageProtect
  103. *% Halftone Information ===============
  104. *ScreenFreq: "60.0"
  105. *ScreenAngle: "45.0"
  106. *DefaultScreenProc: Dot
  107. *ScreenProc Dot: "
  108. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch
  109. 1 sub dup mul add 1 sub } {dup mul exch dup mul
  110. add 1 exch sub } ifelse }
  111. "
  112. *End
  113. *ScreenProc Line: "{ pop }"
  114. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1
  115. exch sub }"
  116. *End
  117. *DefaultTransfer: Null
  118. *Transfer Null: "{ }"
  119. *Transfer Null.Inverse: "{ 1 exch sub }"
  120. *% Paper Handling ===================
  121. *%Custom Paper Support ==============
  122. *%Orientation and Margin (offsets) values are not utilized
  123. *MaxMediaWidth: "612"
  124. *CenterRegistered: False
  125. *HWMargins: 16 16 16 16
  126. *CustomPageSize True: "
  127. pop
  128. pop
  129. pop
  130. 3 dict begin
  131. /DeferredMediaSelection true def
  132. 2 array astore /PageSize exch def
  133. /ImagingBBox null def
  134. currentdict end setpagedevice
  135. "
  136. *End
  137. *ParamCustomPageSize Width: 1 points 216 612
  138. *ParamCustomPageSize Height: 2 points 504 1008
  139. *ParamCustomPageSize WidthOffset: 3 points 0 612
  140. *ParamCustomPageSize HeightOffset: 4 points 0 1008
  141. *ParamCustomPageSize Orientation: 5 int 0 3
  142. *LandscapeOrientation: Plus90
  143. *% Code in this section both selects a tray and sets up a frame buffer.
  144. *OpenUI *PageSize: PickOne
  145. *OrderDependency: 30 AnySetup *PageSize
  146. *DefaultPageSize: Letter
  147. *PageSize Letter/Letter 8 1/2 x 11 in: "
  148. 2 dict
  149. dup /Policies 1 dict dup /PageSize 1 put put
  150. dup /DeferredMediaSelection true put setpagedevice
  151. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  152. *End
  153. *PageSize Legal/Legal 8 1/2 x 14 in: "
  154. 2 dict
  155. dup /Policies 1 dict dup /PageSize 1 put put
  156. dup /DeferredMediaSelection true put setpagedevice
  157. 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  158. *End
  159. *PageSize A4/A4 210 x 297 mm: "
  160. 2 dict
  161. dup /Policies 1 dict dup /PageSize 1 put put
  162. dup /DeferredMediaSelection true put setpagedevice
  163. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  164. *End
  165. *PageSize Executive/Executive 7 1/4 x 10 1/2 in: "
  166. 2 dict
  167. dup /Policies 1 dict dup /PageSize 1 put put
  168. dup /DeferredMediaSelection true put setpagedevice
  169. 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  170. *End
  171. *PageSize Comm10/Com-10 Env 4 1/8 x 9 1/2 in: "
  172. 2 dict
  173. dup /Policies 1 dict dup /PageSize 1 put put
  174. dup /DeferredMediaSelection true put setpagedevice
  175. 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  176. *End
  177. *PageSize Monarch/Monarch Env 3 7/8 x 7 1/2 in: "
  178. 2 dict
  179. dup /Policies 1 dict dup /PageSize 1 put put
  180. dup /DeferredMediaSelection true put setpagedevice
  181. 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  182. *End
  183. *PageSize DL/DL Env 110 x 220 mm: "
  184. 2 dict
  185. dup /Policies 1 dict dup /PageSize 1 put put
  186. dup /DeferredMediaSelection true put setpagedevice
  187. 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  188. *End
  189. *PageSize C5/C5 Env 162 x 229 mm: "
  190. 2 dict
  191. dup /Policies 1 dict dup /PageSize 1 put put
  192. dup /DeferredMediaSelection true put setpagedevice
  193. 2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
  194. *End
  195. *PageSize B5/B5 Env 176 x 250 mm: "
  196. 2 dict
  197. dup /Policies 1 dict dup /PageSize 1 put put
  198. dup /DeferredMediaSelection true put setpagedevice
  199. 2 dict dup /PageSize [499 708] put dup /ImagingBBox null put setpagedevice"
  200. *End
  201. *?PageSize: "
  202. save
  203. currentpagedevice /PageSize get aload pop
  204. 2 copy gt {exch} if
  205. (Unknown)
  206. 9 dict
  207. dup [612 792] (Letter) put
  208. dup [612 1008] (Legal) put
  209. dup [595 842] (A4) put
  210. dup [522 756] (Executive) put
  211. dup [297 684] (Comm10) put
  212. dup [279 540] (Monarch) put
  213. dup [312 624] (DL) put
  214. dup [459 649] (C5) put
  215. dup [499 708] (B5) put
  216. { exch aload pop 4 index sub abs 5 le exch
  217. 5 index sub abs 5 le and
  218. {exch pop exit} {pop} ifelse
  219. } bind forall
  220. = flush pop pop
  221. restore
  222. "
  223. *End
  224. *CloseUI: *PageSize
  225. *OpenUI *PageRegion: PickOne
  226. *OrderDependency: 40 AnySetup *PageRegion
  227. *DefaultPageRegion: Letter
  228. *PageRegion Letter/Letter 8 1/2 x 11 in: "
  229. 2 dict
  230. dup /Policies 1 dict dup /PageSize 1 put put
  231. dup /DeferredMediaSelection true put setpagedevice
  232. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  233. *End
  234. *PageRegion Legal/Legal 8 1/2 x 14 in: "
  235. 2 dict
  236. dup /Policies 1 dict dup /PageSize 1 put put
  237. dup /DeferredMediaSelection true put setpagedevice
  238. 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  239. *End
  240. *PageRegion A4/A4 210 x 297 mm: "
  241. 2 dict
  242. dup /Policies 1 dict dup /PageSize 1 put put
  243. dup /DeferredMediaSelection true put setpagedevice
  244. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  245. *End
  246. *PageRegion Executive/Executive 7 1/4 x 10 1/2 in: "
  247. 2 dict
  248. dup /Policies 1 dict dup /PageSize 1 put put
  249. dup /DeferredMediaSelection true put setpagedevice
  250. 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  251. *End
  252. *PageRegion Comm10/Com-10 Env 4 1/8 x 9 1/2 in: "
  253. 2 dict
  254. dup /Policies 1 dict dup /PageSize 1 put put
  255. dup /DeferredMediaSelection true put setpagedevice
  256. 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  257. *End
  258. *PageRegion Monarch/Monarch Env 3 7/8 x 7 1/2 in: "
  259. 2 dict
  260. dup /Policies 1 dict dup /PageSize 1 put put
  261. dup /DeferredMediaSelection true put setpagedevice
  262. 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  263. *End
  264. *PageRegion DL/DL Env 110 x 220 mm: "
  265. 2 dict
  266. dup /Policies 1 dict dup /PageSize 1 put put
  267. dup /DeferredMediaSelection true put setpagedevice
  268. 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  269. *End
  270. *PageRegion C5/C5 Env 162 x 229 mm: "
  271. 2 dict
  272. dup /Policies 1 dict dup /PageSize 1 put put
  273. dup /DeferredMediaSelection true put setpagedevice
  274. 2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
  275. *End
  276. *PageRegion B5/B5 Env 176 x 250 mm: "
  277. 2 dict
  278. dup /Policies 1 dict dup /PageSize 1 put put
  279. dup /DeferredMediaSelection true put setpagedevice
  280. 2 dict dup /PageSize [499 708] put dup /ImagingBBox null put setpagedevice"
  281. *End
  282. *CloseUI: *PageRegion
  283. *% The following entries provide information about specific paper keywords.
  284. *DefaultImageableArea: Letter
  285. *ImageableArea Letter/Letter 8 1/2 x 11 in: "14.16 12.12 597.84 780.12"
  286. *ImageableArea Legal/Legal 8 1/2 x 14 in: "14.16 12.12 597.84 996.12"
  287. *ImageableArea A4/A4 210 x 297 mm: "13.44 12.0 581.76 829.68"
  288. *ImageableArea Executive/Executive 7 1/4 x 10 1/2 in: "15.12 12.12 506.64 744.12"
  289. *ImageableArea Comm10/Com-10 Env 4 1/8 x 9 1/2 in: "13.92 12.12 282.72 672.12"
  290. *ImageableArea Monarch/Monarch Env 3 7/8 x 7 1/2 in: "12.72 12.12 266.16 528.12"
  291. *ImageableArea DL/DL Env 110 x 220 mm: "13.68 12.12 297.84 611.64"
  292. *ImageableArea C5/C5 Env 162 x 229 mm: "14.4 12.12 444.48 637.08"
  293. *ImageableArea B5/B5 Env 176 x 250 mm: "15.12 12.12 483.6 696.6"
  294. *?ImageableArea: "
  295. save
  296. /cvp { ( ) cvs print ( ) print } bind def
  297. /upperright {10000 mul floor 10000 div} bind def
  298. /lowerleft {10000 mul ceiling 10000 div} bind def
  299. newpath clippath pathbbox
  300. 4 -2 roll exch 2 {lowerleft cvp} repeat
  301. exch 2 {upperright cvp} repeat flush
  302. restore
  303. "
  304. *End
  305. *DefaultPaperDimension: Letter
  306. *PaperDimension Letter/Letter 8 1/2 x 11 in: "612 792"
  307. *PaperDimension Legal/Legal 8 1/2 x 14 in: "612 1008"
  308. *PaperDimension A4/A4 210 x 297 mm: "595 842"
  309. *PaperDimension Executive/Executive 7 1/4 x 10 1/2 in: "522 756"
  310. *PaperDimension Comm10/Com-10 Env 4 1/8 x 9 1/2 in: "297 684"
  311. *PaperDimension Monarch/Monarch Env 3 7/8 x 7 1/2 in: "279 540"
  312. *PaperDimension DL/DL Env 110 x 220 mm: "312 624"
  313. *PaperDimension C5/C5 Env 162 x 229 mm: "459 649"
  314. *PaperDimension B5/B5 Env 176 x 250 mm: "499 708"
  315. *RequiresPageRegion All: True
  316. *OpenUI *InputSlot: PickOne
  317. *OrderDependency: 20 AnySetup *InputSlot
  318. *DefaultInputSlot: Cassette
  319. *InputSlot Cassette/Paper Cassette: ""
  320. *CloseUI: *InputSlot
  321. *DefaultOutputBin: OnlyOne
  322. *DefaultOutputOrder: Normal
  323. *OpenUI *ManualFeed: Boolean
  324. *OrderDependency: 20 AnySetup *ManualFeed
  325. *DefaultManualFeed: False
  326. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  327. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  328. *?ManualFeed: "
  329. save
  330. currentpagedevice /ManualFeed get
  331. {(True)}{(False)}ifelse = flush
  332. restore
  333. "
  334. *End
  335. *CloseUI: *ManualFeed
  336. *% Font Information =====================
  337. *DefaultFont: Courier
  338. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  339. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  340. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  341. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  342. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  343. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  344. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  345. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  346. *Font Courier: Standard "(002.004S)" Standard ROM
  347. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  348. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  349. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  350. *Font Helvetica: Standard "(001.006S)" Standard ROM
  351. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  352. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  353. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  354. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  355. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  356. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  357. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  358. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  359. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  360. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  361. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  362. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  363. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  364. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  365. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  366. *Font Symbol: Special "(001.007S)" Special ROM
  367. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  368. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  369. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  370. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  371. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  372. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  373. *?FontQuery: "
  374. save
  375. { count 1 gt
  376. { exch dup 127 string cvs (/) print print (:) print
  377. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  378. } { exit } ifelse
  379. } bind loop
  380. (*) = flush
  381. restore
  382. "
  383. *End
  384. *?FontList: "
  385. save
  386. (*) {cvn ==} 128 string /Font resourceforall
  387. (*) = flush
  388. restore
  389. "
  390. *End
  391. *% Printer Messages (verbatim from printer):
  392. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  393. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  394. *Message: "\FontName\ not found, using Courier"
  395. *% Status (format: %%[ status: <one of these> ] %%)
  396. *Status: "idle"
  397. *Status: "busy"
  398. *Status: "waiting"
  399. *Status: "printing"
  400. *Status: "warming up"
  401. *Status: "manual feed"
  402. *Status: "initializing"
  403. *Status: "resetting printer"
  404. *Status: "PrinterError: cover open or no toner cartridge"
  405. *Status: "PrinterError: paper jam"
  406. *Status: "PrinterError: off line"
  407. *Status: "PrinterError: out of memory"
  408. *Status: "PrinterError: out of paper"
  409. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  410. *Source: "AppleTalk"
  411. *Source: "BiTronics"
  412. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  413. *PrinterError: "cover open or no toner cartridge"
  414. *PrinterError: "paper jam"
  415. *PrinterError: "off line"
  416. *PrinterError: "out of memory"
  417. *PrinterError: "out of paper"
  418. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  419. *% Color Separation Information =====================
  420. *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 dpi
  421. *InkName: ProcessBlack/Process Black
  422. *InkName: CustomColor/Custom Color
  423. *InkName: ProcessCyan/Process Cyan
  424. *InkName: ProcessMagenta/Process Magenta
  425. *InkName: ProcessYellow/Process Yellow
  426. *% For 60 lpi / 300 dpi ===============================
  427. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  428. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  429. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  430. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  431. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  432. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  433. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  434. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  435. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  436. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  437. *% ================================
  438. *% For "HP LaserJet 4ML" version 2013.103
  439. *% ================================