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.

499 lines
18 KiB

  1. *PPD-Adobe: "4.3"
  2. *%================================================
  3. *% Copyright(C) 1998 Brother Industries, Ltd.
  4. *% "Brother HL-1070 BR-Script2 "
  5. *%================================================
  6. *%==== General Information Keywords ==========
  7. *FormatVersion: "4.3"
  8. *FileVersion: "1.0"
  9. *LanguageEncoding: ISOLatin1
  10. *PCFileName: "BRHL1070.PPD"
  11. *Product: "(Brother HL-1070 series)"
  12. *PSVersion: "(2011.110)2"
  13. *ModelName: "Brother HL-1070 BR-Script2"
  14. *ShortNickName: "Brother HL-1070 BR-Script2"
  15. *NickName: "Brother HL-1070 BR-Script2"
  16. *%==== Basic Device Capabilities =============
  17. *LanguageLevel: "2"
  18. *Protocols: PJL
  19. *TTRasterizer: Type42
  20. *ColorDevice: False
  21. *FileSystem: False
  22. *Throughput: "10"
  23. *FreeVM: "332748"
  24. *%==== JCL Features ==========================
  25. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  26. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  27. *JCLEnd:"<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  28. *JCLOpenUI *JCLTonerSaveMode/TonerSaveMode: PickOne
  29. *DefaultJCLTonerSaveMode: Off
  30. *OrderDependency: 10 JCLSetup *JCLTonerSaveMode
  31. *JCLTonerSaveMode Off/Off : "@PJL SET ECONOMODE = OFF<0A>"
  32. *JCLTonerSaveMode 25%/25% Toner Saving: "@PJL SET ECONOMODE = ON<0A>@PJL SET ECONOLEVEL = 2<0A>"
  33. *JCLTonerSaveMode 50%/50% Toner Saving: "@PJL SET ECONOMODE = ON<0A>@PJL SET ECONOLEVEL = 1<0A>"
  34. *JCLCloseUI: *JCLTonerSaveMode
  35. *JCLOpenUI *JCLSleep/SleepMode[Min.]: PickOne
  36. *DefaultJCLSleep: PrinterDefault
  37. *OrderDependency: 10 JCLSetup *JCLSleep
  38. *JCLSleep PrinterDefault/Printer Default: ""
  39. *JCLSleep 2minutes/2: "@PJL SET TIMEOUTSLEEP = 2<0A>"
  40. *JCLSleep 10minutes/10: "@PJL SET TIMEOUTSLEEP = 10<0A>"
  41. *JCLSleep 30minutes/30: "@PJL SET TIMEOUTSLEEP = 30<0A>"
  42. *JCLCloseUI: *JCLSleep
  43. *JCLOpenUI *JCLMediaType/MediaType: PickOne
  44. *DefaultJCLSleep: PrinterDefault
  45. *OrderDependency: 10 JCLSetup *JCLMediaType
  46. *JCLMediaType PrinterDefault/Printer Default: ""
  47. *JCLMediaType Regular/Regular: "@PJL SET MEDIATYPE = REGULAR<0A>"
  48. *JCLMediaType ThickPaper/ThickPaper: "@PJL SET MEDIATYPE = THICK<0A>"
  49. *JCLMediaType Transparency/Transparency: "@PJL SET MEDIATYPE = TRANSPARENCY<0A>"
  50. *JCLCloseUI: *JCLMediaType
  51. *%==== Media Selection ======================
  52. *OpenUI *PageSize: PickOne
  53. *OrderDependency: 30 AnySetup *PageSize
  54. *DefaultPageSize: Letter
  55. *PageSize Letter/Letter: "mark statusdict begin {lettertray} stopped {letter}if end cleartomark"
  56. *PageSize Legal/Legal: "mark statusdict begin {legaltray} stopped {legal}if end cleartomark"
  57. *PageSize Executive/Executive: "mark statusdict begin {executivepagetray} stopped {executivepage}if end cleartomark"
  58. *PageSize A4/A4: "mark statusdict begin {a4tray} stopped {a4}if end cleartomark"
  59. *PageSize A5/A5: "mark statusdict begin {a5tray} stopped {a5}if end cleartomark"
  60. *PageSize ISOB5/B5: "mark statusdict begin {b5tray} stopped {b5}if end cleartomark"
  61. *PageSize Envelope.297.684/COM-10: "mark statusdict begin {com10envelopetray} stopped {com10envelope}if end cleartomark"
  62. *PageSize Envelope.312.624/DL: "mark statusdict begin {dlenvelopetray} stopped {dlenvelope}if end cleartomark"
  63. *PageSize Envelope.459.649/C5: "mark statusdict begin {c5envelopetray} stopped {c5envelope}if end cleartomark"
  64. *PageSize Envelope.279.540/Monarch: "mark statusdict begin {monarcenvelopetray} stopped {monarcenvelope}if end cleartomark"
  65. *PageSize ISOB6/B6: "mark statusdict begin {b6tray} stopped {b6}if end cleartomark"
  66. *PageSize A6/A6: "mark statusdict begin {a6tray} stopped {a6}if end cleartomark"
  67. *PageSize LetterSmall/Letter Small: "mark statusdict begin {lettersmalltray} stopped {lettersmall}if end cleartomark"
  68. *PageSize A4Small/A4 Small: "mark statusdict begin {a4smalltray} stopped {a4small}if end cleartomark"
  69. *PageSize LegalSmall/Legal Small: "userdict /legalsmall known {legalsmall}{legal} ifelse"
  70. *?PageSize: "/sr save def
  71. statusdict begin
  72. mark
  73. [595 842](A4)
  74. [420 595](A5)
  75. [297 420](A6)
  76. [516 729](B5)
  77. [363 516](B6)
  78. [459 649](Envelope.459.649/C5 Envelope)
  79. [312 624](Envelope.312.624/DL Envelope)
  80. [612 792](Letter)
  81. [612 1008](Legal)
  82. [612 792](LetterSmall)
  83. [595 842](A4Small)
  84. [612 1008](LegalSmall)
  85. [522 756](Executive)
  86. [297 684](Envelope.297.684/Com #10 Envelope)
  87. [279 540](Envelope.279.540/Monarch Envelope)
  88. currentpagedevice begin PageSize
  89. 0 1 49
  90. { pop dup 4 -1 roll dup 0 get dup 3 -1 roll 1 get dup
  91. 5 -1 roll dup 0 get dup 3 -1 roll 1 get dup
  92. 1 add exch 1 sub
  93. 5 -1 roll le exch 5 -1 roll ge and
  94. 5 1 roll
  95. 1 add exch 1 sub
  96. 4 -1 roll le exch 3 -1 roll ge and
  97. and
  98. { pop
  99. 1 dict begin
  100. /a exch def
  101. a = flush
  102. end exit
  103. }
  104. { exch pop
  105. }ifelse
  106. }for
  107. cleartomark end sr restore
  108. "
  109. *End
  110. *CloseUI: *PageSize
  111. *OpenUI *PageRegion: PickOne
  112. *OrderDependency: 40 AnySetup *PageRegion
  113. *DefaultPageRegion: Letter
  114. *PageRegion Letter/Letter: "letter"
  115. *PageRegion Legal/Legal: "legal"
  116. *PageRegion Executive/Executive: "executivepage"
  117. *PageRegion A4/A4: "a4"
  118. *PageRegion A5/A5: "a5"
  119. *PageRegion ISOB5/B5: "b5"
  120. *PageRegion Envelope.297.684/COM-10: "com10envelope"
  121. *PageRegion Envelope.312.624/DL: "dlenvelope"
  122. *PageRegion Envelope.459.649/C5: "c5envelope"
  123. *PageRegion Envelope.279.540/Monarch: "monarcenvelope"
  124. *PageRegion ISOB6/B6: "b6"
  125. *PageRegion A6/A6: "a6"
  126. *PageRegion LetterSmall/Letter Small: "lettersmall"
  127. *PageRegion A4Small/A4 Small: "a4small"
  128. *PageRegion LegalSmall/Legal Small: "legalsmall"
  129. *CloseUI: *PageRegion
  130. *DefaultImageableArea: Letter
  131. *ImageableArea Letter/Letter: "12.24 12.06 599.76 780.06"
  132. *ImageableArea Legal/Legal: "12.24 12.06 599.76 996.06"
  133. *ImageableArea Executive/Executive: "13.32 12.06 508.68 744.06"
  134. *ImageableArea A4/A4: "13.44 12.06 581.76 829.74"
  135. *ImageableArea A5/A5: "13.44 12.06 405.76 582.74"
  136. *ImageableArea ISOB5/B5: "13.2 12.06 485.52 696.54"
  137. *ImageableArea Envelope.297.684/COM-10: "12.12 12.06 284.76 672.06"
  138. *ImageableArea Envelope.312.624/DL: "13.8 12.06 297.96 611.58"
  139. *ImageableArea Envelope.459.649/C5: "12.6 12.06 446.52 637.02"
  140. *ImageableArea Envelope.279.540/Monarch: "12.72 12.06 266.16 528.06"
  141. *ImageableArea ISOB6/B6: "13.2 12.06 341.52 486.54 "
  142. *ImageableArea A6/A6: "13.44 12.06 283.76 408.74"
  143. *ImageableArea LetterSmall/Letter Small: "27.36 27.36 584.4 764.4"
  144. *ImageableArea A4Small/A4 Small: "27.36 27.36 567.6 814.32"
  145. *ImageableArea LegalSmall/Legal Small: "39 65 574 943"
  146. *?ImageableArea: "
  147. /sr save def
  148. /pr
  149. {{ceiling exch ceiling}
  150. {floor exch floor}ifelse
  151. psub psub
  152. }def
  153. /psub {cvi =string cvs print ( ) print} def
  154. initgraphics clippath pathbbox
  155. 4 2 roll true pr false pr flush
  156. sr restore
  157. "
  158. *End
  159. *%==== Information About Media Sizes ========
  160. *DefaultPaperDimension: Letter
  161. *PaperDimension Letter/Letter: "612 792"
  162. *PaperDimension Legal/Legal: "612 1008"
  163. *PaperDimension Executive/Executive: "522 756"
  164. *PaperDimension A4/A4: "595 842"
  165. *PaperDimension A5/A5: "420 595"
  166. *PaperDimension ISOB5/B5: "499 709"
  167. *PaperDimension Envelope.297.684/COM-10: "297 684"
  168. *PaperDimension Envelope.312.624/DL: "312 624"
  169. *PaperDimension Envelope.459.649/C5: "459 649"
  170. *PaperDimension Envelope.279.540/Monarch: "279 540"
  171. *PaperDimension ISOB6/B6: "354 499"
  172. *PaperDimension A6/A6: "297 420"
  173. *PaperDimension LetterSmall/Letter Small: "612 792"
  174. *PaperDimension A4Small/A4 Small: "595 842"
  175. *PaperDimension LegalSmall/Legal Small: "612 1008"
  176. *End
  177. *MaxMediaWidth: "612"
  178. *HWMargins: 12 12 12 12
  179. *%==== Custom Page SIzes ====================
  180. *%==== Media Handling Features ==============
  181. *OpenUI *InputSlot: PickOne
  182. *OrderDependency: 20 AnySetup *InputSlot
  183. *DefaultInputSlot: Dual
  184. *InputSlot Feeder1/Feeder 1: "statusdict begin false settrayswitch 0 setpapertray end"
  185. *InputSlot Feeder2/Feeder 2: "statusdict begin false settrayswitch 1 setpapertray end"
  186. *InputSlot Dual: "statusdict begin true settrayswitch end"
  187. *End
  188. *CloseUI: *InputSlot
  189. *RequiresPageRegion All: True
  190. *OpenUI *ManualFeed: Boolean
  191. *OrderDependency: 20 AnySetup *ManualFeed
  192. *DefaultManualFeed: False
  193. *ManualFeed True: "
  194. {statusdict /manualfeed true put
  195. currentpagedevice /ManualFeed true put
  196. }stopped
  197. "
  198. *End
  199. *ManualFeed False: "
  200. {statusdict /manualfeed false put
  201. currentpagedevice /ManualFeed false put
  202. }stopped
  203. "
  204. *End
  205. *?ManualFeed: "
  206. statusdict/manualfeed get
  207. {currentpagedevice /ManualFeed get or} stopped
  208. {}if
  209. {(True)}{(False)}ifelse
  210. = flush
  211. "
  212. *End
  213. *CloseUI: *ManualFeed
  214. *%=== Duplex ================================
  215. *%==== 5.14 Finishing Features =================================
  216. *%%%%% Resolution and Appearance Control %%%%%
  217. *OpenUI *Resolution: PickOne
  218. *OrderDependency: 11 AnySetup *Resolution
  219. *DefaultResolution: 600dpi
  220. *Resolution 600dpi: "<</HWResolution [600 600] >> setpagedevice"
  221. *Resolution 300dpi: "<</HWResolution [300 300] >> setpagedevice"
  222. *?Resolution: "
  223. /sr save def
  224. initgraphics
  225. matrix defaultmatrix 0 get 72 mul round cvi
  226. =string cvs print (dpi)= flush
  227. sr restore
  228. "
  229. *End
  230. *CloseUI: *Resolution
  231. *OpenUI *APT/APT(600dpi only):PickOne
  232. *OrderDependency: 12 AnySetup *APT
  233. *DefaultAPT: Off
  234. *APT Off/Off: "<</BRApt 0>> setpagedevice"
  235. *APT On/On: "<</BRApt 1>> setpagedevice"
  236. *?APT: "
  237. currentpagedevice /BRApt get 0 eq
  238. {(Off)}{(On)}ifelse == flush
  239. "
  240. *End
  241. *CloseUI: *APT
  242. *OpenUI *Smoothing/HRC SETTING: PickOne
  243. *OrderDependency: 14 AnySetup *Smoothing
  244. *DefaultSmoothing: Medium
  245. *Smoothing Off/Off: "<</BRHrc 0>> setpagedevice"
  246. *Smoothing Light/Light: "<</BRHrc 1>> setpagedevice"
  247. *Smoothing Medium/Medium: "<</BRHrc 2>> setpagedevice"
  248. *Smoothing Dark/Dark: "<</BRHrc 3>> setpagedevice"
  249. *?Smoothing: "
  250. {currentpagedevice /BRHrc get}stopped
  251. { (None)}
  252. { dup 3 le
  253. { [(None) (Light) (Medium) (Dark)] exch get
  254. }
  255. { (None)
  256. }ifelse
  257. }ifelse
  258. = flush
  259. "
  260. *End
  261. *CloseUI: *Smoothing
  262. *%==== 5.17 Gray Levels and Halftoninig ========================
  263. *AccurateScreenSupport: False
  264. *ScreenFreq: "60.0"
  265. *ScreenAngle: "45.0"
  266. *DefaultScreenProc: Dot
  267. *ScreenProc Dot: "{1.0 add 180 mul 1 add sin 0.001 add exch 1.0 add 180 mul 2 add sin mul}"
  268. *DefaultTransfer: Null
  269. *Transfer Null: "{}"
  270. *Transfer Null.Inverse: "{1 exch sub}"
  271. *%==== Color Separation Keywords ============
  272. *DefaultColorSep: ProcessBlack
  273. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  274. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  275. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  276. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  277. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  278. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  279. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  280. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  281. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi:"47.4342"
  282. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  283. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  284. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  285. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  286. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  287. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  288. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  289. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  290. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  291. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  292. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  293. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  294. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  295. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  296. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  297. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  298. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  299. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  300. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  301. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  302. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  303. *End
  304. *%==== Font Related Keywords ==============================
  305. *DefaultFont: Courier
  306. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  307. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  308. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  309. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  310. *Font Helvetica: Standard "(001.006S)" Standard ROM
  311. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  312. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  313. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  314. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  315. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  316. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  317. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  318. *Font Courier: Standard "(002.004S)" Standard ROM
  319. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  320. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  321. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  322. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  323. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  324. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  325. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  326. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  327. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  328. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  329. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  330. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  331. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  332. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  333. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  334. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  335. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  336. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  337. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  338. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  339. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  340. *Font Symbol: Special "(001.007S)" Special ROM
  341. *?FontList: "
  342. /sr save def
  343. FontDirectory
  344. {pop ==}forall
  345. (fonts/*)
  346. {dup length 6 sub 6 exch getinterval cvn ==}=string filenameforall
  347. (*) = flush
  348. sr restore
  349. "
  350. *End
  351. *?FontQuery: "
  352. /sr save def
  353. count 1 gt
  354. {exch dup dup
  355. =string cvs (/) print print (:) print
  356. FontDirectory exch known
  357. {pop(Yes)}
  358. {(fonts/)AppendName exch pop mark exch
  359. {}=string filenameforall
  360. counttomark
  361. 0 gt
  362. {cleartomark(Yes)}
  363. {cleartomark(No)}ifelse
  364. }ifelse
  365. =
  366. }if
  367. (*) = flush
  368. sr restore
  369. "
  370. *End
  371. *%==== Printer Messages =====================
  372. *PrinterError: "service call"
  373. *PrinterError: "cover open"
  374. *PrinterError: "no cartridge"
  375. *PrinterError: "paper empty"
  376. *PrinterError: "out of paper"
  377. *PrinterError: "paper jam"
  378. *PrinterError: "manual feed time out"
  379. *PrinterError: "job time out"
  380. *PrinterError: "T2 SIZE ERROR"
  381. *PrinterError: "DX SIZE ERROR"
  382. *PrinterError: "NO DPX UNIT"
  383. *PrinterError: "NO DPX TRAY"
  384. *PrinterError: "DPX OPEN"
  385. *Status: "idle"
  386. *Status: "busy"
  387. *Status: "waiting"
  388. *Status: "printing"
  389. *Status: "warning up"
  390. *Status: "ignore data"
  391. *Status: "PrinterError: service call"
  392. *Status: "PrinterError: cover open"
  393. *Status: "PrinterError: no cartrige"
  394. *Status: "PrinterError: paper empty"
  395. *Status: "PrinterError: out of paper"
  396. *Status: "PrinterError: paper jam"
  397. *Status: "PrinterError: manual feed time out"
  398. *Status: "PrinterError: wait time out"
  399. *Status: "PrinterError: job time out"
  400. *Status: "PrinterError: T2 SIZE ERROR"
  401. *Status: "PrinterError: DX SIZE ERROR"
  402. *Status: "PrinterError: NO DPX UNIT"
  403. *Status: "PrinterError: NO DPX TRAY"
  404. *Status: "PrinterError: DPX OPEN"
  405. *Status: "offline"
  406. *Status: "letter paper manual feed request"
  407. *Status: "load paper MP tray letter size"
  408. *Status: "load paper tray1 letter size"
  409. *Status: "load paper tray2 letter size"
  410. *Status: "legal paper manual feed request"
  411. *Status: "load paper MP tray legal size"
  412. *Status: "load paper tray1 legal size"
  413. *Status: "load paper tray2 legal size"
  414. *Status: "a4 paper manual feed request"
  415. *Status: "load paper MP tray a4 size"
  416. *Status: "load paper tray1 a4 size"
  417. *Status: "load paper tray2 a4 size"
  418. *Status: "executive paper manual feed request"
  419. *Status: "load paper MP tray executive size"
  420. *Status: "load paper tray1 executive size"
  421. *Status: "load paper tray2 executive size"
  422. *Status: "com10envelope paper manual feed request"
  423. *Status: "load paper MP tray com10envelope size"
  424. *Status: "load paper tray1 com10envelope size"
  425. *Status: "load paper tray2 com10envelope size"
  426. *Status: "monarcenvelope paper manual feed request"
  427. *Status: "load paper MP tray monarcenvelope size"
  428. *Status: "load paper tray1 monarcenvelope size"
  429. *Status: "load paper tray2 monarcenvelope size"
  430. *Status: "c5envelope paper manual feed request"
  431. *Status: "load paper MP tray c5envelope size"
  432. *Status: "load paper tray1 c5envelope size"
  433. *Status: "load paper tray2 c5envelope size"
  434. *Status: "dlenvelope paper manual feed request"
  435. *Status: "load paper MP tray dlenvelope size"
  436. *Status: "load paper tray1 dlenvelope size"
  437. *Status: "load paper tray2 dlenvelope size"
  438. *Status: "b5 paper manual feed request"
  439. *Status: "load paper MP tray b5 size"
  440. *Status: "load paper tray1 b5 size"
  441. *Status: "load paper tray2 b5 size"
  442. *Status: "a5 paper manual feed request"
  443. *Status: "a5 paper manual feed request"
  444. *Status: "load paper MP tray a5 size"
  445. *Status: "load paper tray1 a5 size"
  446. *Status: "load paper tray2 a5 size"
  447. *Status: "a6 paper manual feed request"
  448. *Status: "load paper MP tray a6 size"
  449. *Status: "load paper tray1 a6 size"
  450. *Status: "load paper tray2 a6 size"
  451. *Status: "b6 paper manual feed request"
  452. *Status: "load paper MP tray b6 size"
  453. *Status: "load paper tray1 b6 size"
  454. *Status: "load paper tray2 b6 size"
  455. *Source: "Parallel"
  456. *Source: "Serial232"
  457. *Source: "Option"
  458. *Source: "Internal"
  459. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  460. *Message: "%% [ Flushing: rest of job (to end-of-file) will be ignored ] %%"
  461. *Message: "\\FontName\\ not found, using Brougham."
  462. *%==== System Management ==================================
  463. *PassWord: "0"
  464. *ExitServer: "
  465. serverdict begin 0 exitserver
  466. "
  467. *End