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.

407 lines
14 KiB

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 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. *FormatVersion: "4.1"
  10. *FileVersion: "1.0"
  11. *PCFileName: "LHPr60_1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Linotype)"
  14. *PSVersion: "(52.3) 906"
  15. *ModelName: "Linotronic Pr60"
  16. *NickName: "Linotronic Pr60 v52.3"
  17. *% General Information and Defaults ===============
  18. *FreeVM: "1068498"
  19. *LanguageLevel: "1"
  20. *Extensions: FileSystem CMYK
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: True
  24. *FileSystem: True
  25. *?FileSystem: "
  26. save
  27. statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  28. restore
  29. "
  30. *End
  31. *Password: "0"
  32. *ExitServer: "
  33. count 0 eq { % is the password on the stack?
  34. true
  35. }{
  36. dup % potential password
  37. statusdict /checkpassword get exec not
  38. } ifelse
  39. { % if no password or not valid
  40. (WARNING : Cannot perform the exitserver command.) =
  41. (Password supplied is not valid.) =
  42. (Please contact the author of this software.) = flush
  43. quit
  44. } if
  45. serverdict /exitserver get exec
  46. "
  47. *End
  48. *Reset: "
  49. count 0 eq { % is the password on the stack?
  50. true
  51. }{
  52. dup % potential password
  53. statusdict /checkpassword get exec not
  54. } ifelse
  55. { % if no password or not valid
  56. (WARNING : Cannot reset printer.) =
  57. (Password supplied is not valid.) =
  58. (Please contact the author of this software.) = flush
  59. quit
  60. } if
  61. serverdict /exitserver get exec
  62. systemdict /quit get exec
  63. (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66. *%Resolution Information ===============
  67. *DefaultResolution: 600dpi
  68. *?Resolution: "
  69. save
  70. initgraphics
  71. 0 0 moveto currentpoint matrix defaultmatrix transform
  72. 0 72 lineto currentpoint matrix defaultmatrix transform
  73. 3 -1 roll sub dup mul
  74. 3 1 roll exch sub dup mul
  75. add sqrt round cvi
  76. ( ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80. *% Halftone Information ===============
  81. *ScreenFreq: "85"
  82. *ScreenAngle: "45"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91. *AccurateScreensSupport: True
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95. *% Paper Handling ===================
  96. *% Use these entries to set paper size most of the time, unless there is
  97. *% specific reason to use PageRegion.
  98. *OpenUI *PageSize: PickOne
  99. *OrderDependency: 30 AnySetup *PageSize
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "612 792 1 statusdict /setpage get exec"
  102. *PageSize Legal: "612 1008 1 statusdict /setpage get exec"
  103. *PageSize A4: "595 842 1 statusdict /setpage get exec"
  104. *PageSize A3: "842 1191 1 statusdict /setpage get exec"
  105. *PageSize Letter.Transverse: "792 612 0 statusdict /setpage get exec"
  106. *PageSize A4.Transverse: "842 595 0 statusdict /setpage get exec"
  107. *?PageSize: "
  108. save
  109. mark statusdict /pageparams get exec exch pop
  110. 6 dict
  111. dup [595 842] (A4.Transverse) put
  112. dup [612 792] (Letter.Transverse) put
  113. dup [792 612] (Letter) put
  114. dup [842 595] (A4) put
  115. dup [1008 612] (Legal) put
  116. dup [1191 842] (A3) put
  117. 3 -1 roll 1 eq { pop } { exch pop }ifelse
  118. (Unknown) exch
  119. { exch aload pop
  120. 4 index eq exch 5 index eq and
  121. { exch pop exit } { pop } ifelse
  122. } bind forall = flush cleartomark
  123. restore
  124. "
  125. *End
  126. *CloseUI: *PageSize
  127. *% These entries will set up the frame buffer. Usually used with manual feed.
  128. *OpenUI *PageRegion: PickOne
  129. *OrderDependency: 40 AnySetup *PageRegion
  130. *DefaultPageRegion: Letter
  131. *PageRegion Letter: "612 792 1 statusdict /setpage get exec"
  132. *PageRegion Legal: "612 1008 1 statusdict /setpage get exec"
  133. *PageRegion A3: "842 1191 1 statusdict /setpage get exec"
  134. *PageRegion A4: "595 842 1 statusdict /setpage get exec"
  135. *PageRegion Letter.Transverse: "792 612 0 statusdict /setpage get exec"
  136. *PageRegion A4.Transverse: "842 595 0 statusdict /setpage get exec"
  137. *CloseUI: *PageRegion
  138. *% The following entries provide information about specific paper keywords.
  139. *DefaultImageableArea: Letter
  140. *ImageableArea Letter: "0 0 612 792"
  141. *ImageableArea Legal: "0 0 612 1008"
  142. *ImageableArea A3: "0 0 842 1190"
  143. *ImageableArea A4: "0 0 595 842"
  144. *ImageableArea Letter.Transverse: "0 0 612 792"
  145. *ImageableArea A4.Transverse: "0 0 595 842"
  146. *?ImageableArea: "
  147. save
  148. /cvp {( ) cvs print ( ) print } bind def
  149. /upperright {10000 mul floor 10000 div} bind def
  150. /lowerleft {10000 mul ceiling 10000 div} bind def
  151. newpath clippath pathbbox
  152. 4 -2 roll exch 2 {lowerleft cvp} repeat
  153. exch 2 {upperright cvp} repeat flush
  154. restore
  155. "
  156. *End
  157. *% These provide the physical dimensions of the paper (by keyword)
  158. *DefaultPaperDimension: Letter
  159. *PaperDimension Letter: "612 792"
  160. *PaperDimension Legal: "612 1008"
  161. *PaperDimension A3: "842 1191"
  162. *PaperDimension A4: "595 842"
  163. *PaperDimension Letter.Transverse: "612 792"
  164. *PaperDimension A4.Transverse: "595 842"
  165. *%=== Custom Page Sizes ==================================
  166. *% These entries provide the code and parameter ranges for a user
  167. *% to set up a custom page size.
  168. *CustomPageSize True: "exch pop statusdict /setpageparams get exec"
  169. *ParamCustomPageSize Width: 1 points 1 842
  170. *ParamCustomPageSize Height: 2 points 1 1191
  171. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 842
  172. *ParamCustomPageSize HeightOffset: 4 points 0 0
  173. *ParamCustomPageSize Orientation: 5 int 0 1
  174. *CenterRegistered: False
  175. *MaxMediaWidth: "842"
  176. *?CurrentMediaWidth: "save statusdict /mediawidth get exec = flush restore"
  177. *MaxMediaHeight: "1191"
  178. *?CurrentMediaHeight: "save statusdict /medialength get exec = flush restore"
  179. *% === Imagesetter Information ===========================
  180. *OpenGroup: Imagesetter
  181. *OpenUI *MirrorPrint/Mirror: Boolean
  182. *OrderDependency: 50 AnySetup *MirrorPrint
  183. *DefaultMirrorPrint: False
  184. *MirrorPrint True: "statusdict /mirrorprint true put"
  185. *MirrorPrint False: "statusdict /mirrorprint false put"
  186. *?MirrorPrint: "
  187. save
  188. statusdict /mirrorprint get {(True)}{(False)}ifelse = flush
  189. restore
  190. "
  191. *End
  192. *CloseUI: *MirrorPrint
  193. *OpenUI *NegativePrint/Negative: Boolean
  194. *OrderDependency: 50 AnySetup *NegativePrint
  195. *DefaultNegativePrint: False
  196. *NegativePrint True: "statusdict /negativeprint true put"
  197. *NegativePrint False: "statusdict /negativeprint false put"
  198. *?NegativePrint: "
  199. save
  200. statusdict /negativeprint get {(True)}{(False)}ifelse = flush
  201. restore
  202. "
  203. *End
  204. *CloseUI: *NegativePrint
  205. *CloseGroup: Imagesetter
  206. *RequiresPageRegion All: True
  207. *OpenUI *InputSlot: PickOne
  208. *OrderDependency: 20 AnySetup *InputSlot
  209. *DefaultInputSlot: Cassette
  210. *InputSlot Cassette: ""
  211. *CloseUI: *InputSlot
  212. *OpenUI *ManualFeed: Boolean
  213. *OrderDependency: 20 AnySetup *ManualFeed
  214. *DefaultManualFeed: False
  215. *ManualFeed True: "statusdict /manualfeed true put"
  216. *ManualFeed False: "statusdict /manualfeed false put"
  217. *?ManualFeed: "
  218. save
  219. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  220. restore
  221. "
  222. *End
  223. *CloseUI: *ManualFeed
  224. *% Font Information =====================
  225. *DefaultFont: Courier
  226. *Font AvantGarde-Book: Standard "(001.001)" Standard Disk
  227. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk
  228. *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk
  229. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk
  230. *Font Bookman-Demi: Standard "(001.001)" Standard Disk
  231. *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
  232. *Font Bookman-Light: Standard "(001.001)" Standard Disk
  233. *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
  234. *Font Courier: Standard "(002.002)" Standard ROM
  235. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  236. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  237. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  238. *Font Helvetica: Standard "(001.006)" Standard ROM
  239. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  240. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  241. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  242. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  243. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  244. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  245. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  246. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk
  247. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk
  248. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk
  249. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk
  250. *Font Palatino-Bold: Standard "(001.000)" Standard Disk
  251. *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk
  252. *Font Palatino-Italic: Standard "(001.000)" Standard Disk
  253. *Font Palatino-Roman: Standard "(001.000)" Standard Disk
  254. *Font Symbol: Special "(001.003)"Standard ROM
  255. *Font Times-Bold: Standard "(001.007)" Standard ROM
  256. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  257. *Font Times-Italic: Standard "(001.007)" Standard ROM
  258. *Font Times-Roman: Standard "(001.007)" Standard ROM
  259. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk
  260. *Font ZapfDingbats: Special "(001.000)" Standard Disk
  261. *?FontQuery: "
  262. save
  263. /str 100 string dup 0 (fonts/) putinterval def
  264. {
  265. count 1 gt
  266. {
  267. exch dup str 6 94 getinterval cvs
  268. (/) print dup print (:) print exch
  269. FontDirectory exch known
  270. { pop (Yes) }
  271. {
  272. length 6 add str 0 3 -1 roll getinterval
  273. mark exch status
  274. {cleartomark (Yes)}{cleartomark (No)} ifelse
  275. } ifelse =
  276. }
  277. {exit} ifelse
  278. }bind loop
  279. (*) = flush
  280. restore
  281. "
  282. *End
  283. *?FontList: "
  284. save
  285. FontDirectory { pop == } bind forall flush
  286. /filenameforall where
  287. {
  288. pop (fonts/*)
  289. { dup length 6 sub 6 exch getinterval cvn == } bind
  290. 128 string filenameforall flush
  291. } if
  292. (*) = flush
  293. restore
  294. "
  295. *End
  296. *% Printer Messages (verbatim from printer):
  297. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  298. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  299. *Message: "\FontName\ not found, using Courier"
  300. *% Status (format: %%[ status: <one of these> ]%% )
  301. *Status: "idle"
  302. *Status: "busy"
  303. *Status: "waiting"
  304. *Status: "printing"
  305. *Status: "warming up"
  306. *Status: "PrinterError: recorder idle"
  307. *Status: "PrinterError: recorder busy"
  308. *Status: "PrinterError: recorder offline or film problem"
  309. *Status: "PrinterError: recorder not responding"
  310. *Status: "PrinterError: cassette full"
  311. *Status: "PrinterError: recorder active"
  312. *Status: "PrinterError: knife not in end position"
  313. *Status: "PrinterError: cassette error"
  314. *Status: "PrinterError: change cassette"
  315. *Status: "PrinterError: knife error"
  316. *Status: "PrinterError: no cassette"
  317. *Status: "PrinterError: end of film"
  318. *Status: "PrinterError: halt at end of job"
  319. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  320. *Source: "serial9"
  321. *Source: "serial25"
  322. *Source: "AppleTalk"
  323. *Source: "Centronics"
  324. *Source: "other"
  325. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  326. *PrinterError: "recorder idle"
  327. *PrinterError: "recorder busy"
  328. *PrinterError: "recorder offline or film problem"
  329. *PrinterError: "recorder not responding"
  330. *PrinterError: "cassette full"
  331. *PrinterError: "recorder active"
  332. *PrinterError: "knife not in end position"
  333. *PrinterError: "cassette error"
  334. *PrinterError: "change cassette"
  335. *PrinterError: "knife error"
  336. *PrinterError: "no cassette"
  337. *PrinterError: "end of film"
  338. *PrinterError: "halt at end of job"
  339. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  340. *% Color Separation Information =====================
  341. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  342. *InkName: ProcessBlack/Process Black
  343. *InkName: CustomColor/Custom Color
  344. *InkName: ProcessCyan/Process Cyan
  345. *InkName: ProcessMagenta/Process Magenta
  346. *InkName: ProcessYellow/Process Yellow
  347. *% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) =====================
  348. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  349. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  350. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "75"
  351. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "15"
  352. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  353. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  354. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  355. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  356. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  357. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  358. *% For 75 lpi / 600 dpi ===============================
  359. *ColorSepScreenAngle ProcessBlack.75lpi.600dpi/75 lpi / 600 dpi: "45.0"
  360. *ColorSepScreenAngle CustomColor.75lpi.600dpi/75 lpi / 600 dpi: "45.0"
  361. *ColorSepScreenAngle ProcessCyan.75lpi.600dpi/75 lpi / 600 dpi: "75.5651"
  362. *ColorSepScreenAngle ProcessMagenta.75lpi.600dpi/75 lpi / 600 dpi: "18.4349"
  363. *ColorSepScreenAngle ProcessYellow.75lpi.600dpi/75 lpi / 600 dpi: "0.0"
  364. *ColorSepScreenFreq ProcessBlack.75lpi.600dpi/75 lpi / 600 dpi: "75"
  365. *ColorSepScreenFreq CustomColor.75lpi.600dpi/75 lpi / 600 dpi: "75"
  366. *ColorSepScreenFreq ProcessCyan.75lpi.600dpi/75 lpi / 600 dpi: "75"
  367. *ColorSepScreenFreq ProcessMagenta.75lpi.600dpi/75 lpi / 600 dpi: "75"
  368. *ColorSepScreenFreq ProcessYellow.75lpi.600dpi/75 lpi / 600 dpi: "75"
  369. *% Produced by "bldppd41.ps" version 4.0 edit 8
  370. *% The byte count of this file should be exactly 013724 or 014131
  371. *% depending on the filesystem it resides in.
  372. *% end of PPD file for Linotype