home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / openoffice / share / psprint / driver / SGENPRT.PS < prev    next >
Encoding:
PostScript Printer Description  |  2006-08-01  |  24.6 KB  |  598 lines

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *%
  4. *%   OpenOffice.org - a multi-platform office productivity suite
  5. *%
  6. *%   $RCSfile: makefile,v $
  7. *%
  8. *%   $Revision: 1.1 $
  9. *%
  10. *%   last change: $Author: st $ $Date: 2000/11/22 02:32:00 $
  11. *%
  12. *%   The Contents of this file are made available subject to
  13. *%   the terms of GNU Lesser General Public License Version 2.1.
  14. *%
  15. *%
  16. *%     GNU Lesser General Public License Version 2.1
  17. *%     =============================================
  18. *%     Copyright 2005 by Sun Microsystems, Inc.
  19. *%     901 San Antonio Road, Palo Alto, CA 94303, USA
  20. *%
  21. *%     This library is free software; you can redistribute it and/or
  22. *%     modify it under the terms of the GNU Lesser General Public
  23. *%     License version 2.1, as published by the Free Software Foundation.
  24. *%
  25. *%     This library is distributed in the hope that it will be useful,
  26. *%     but WITHOUT ANY WARRANTY; without even the implied warranty of
  27. *%     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  28. *%     Lesser General Public License for more details.
  29. *%
  30. *%     You should have received a copy of the GNU Lesser General Public
  31. *%     License along with this library; if not, write to the Free Software
  32. *%     Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  33. *%     MA  02111-1307  USA
  34. *%
  35. *%
  36. *% The user must print with a PostScript(R) emulator to non PostScript(R)
  37. *% printers if the system has no specific printer support. This file
  38. *% allows the user to print to most printers without any modification.
  39. *% Standard paper sizes and resolutions are defined. There are some
  40. *% additional definitions for screen or online documents in this file.
  41. *% To print to a PostScript(R) printer, use the specific PPD file.
  42.  
  43. *% ===== General =====
  44.  
  45. *FormatVersion: "4.0"
  46. *FileVersion: "1.0"
  47. *LanguageEncoding: ISOLatin1
  48. *LanguageVersion: English
  49. *PSVersion: "(1) 1"
  50. *Product: "(Generic Printer)"
  51. *ModelName: "Generic Printer"
  52. *NickName: "Generic Printer"
  53. *PCFileName: "SGENPRT.PPD"
  54.  
  55.  
  56. *% ===== Basic Capabilities and Defaults =====
  57.  
  58. *ColorDevice: True
  59. *DefaultColorSpace: RGB
  60. *LanguageLevel: "2"
  61.  
  62. *% --- For None Color or old PostScript(R) printers use following lines ---
  63. *% *ColorDevice: False
  64. *% *DefaultColorSpace: Gray
  65. *% *LanguageLevel: "1"
  66.  
  67. *FreeVM: "8388608"
  68. *VariablePaperSize: True
  69. *FileSystem: False
  70. *Throughput: "8"
  71. *Password: "0"
  72. *ExitServer: "
  73.  count 0 eq   % is the password on the stack?
  74.  { true }
  75.  { dup          % potential password
  76.    statusdict /checkpassword get exec not
  77.  } ifelse
  78.  {    %  if no password or not valid
  79.    (WARNING : Cannot perform the exitserver command.) =
  80.    (Password supplied is not valid.) =
  81.    (Please contact the author of this software.) = flush
  82.    quit
  83.  } if
  84.  serverdict /exitserver get exec
  85. "
  86. *End
  87. *Reset: "
  88.  count 0 eq   % is the password on the stack?
  89.  { true }
  90.  { dup          % potential password
  91.    statusdict /checkpassword get exec not
  92.  } ifelse
  93.  {    %  if no password or not valid
  94.    (WARNING : Cannot reset printer.) =
  95.    (Password supplied is not valid.) =
  96.    (Please contact the author of this software.) = flush
  97.    quit
  98.  } if
  99.  serverdict /exitserver get exec
  100.  systemdict /quit get exec
  101.  (WARNING : Printer Reset Failed.) = flush
  102. "
  103. *End
  104.  
  105.  
  106. *DefaultResolution: 300dpi
  107.  
  108. *ResScreenFreq 72dpi: "60.0"
  109. *ResScreenFreq 144dpi: "60.0"
  110. *ResScreenFreq 300dpi: "60.0"
  111. *ResScreenFreq 360dpi: "60.0"
  112. *ResScreenFreq 600dpi: "60.0"
  113. *ResScreenFreq 720dpi: "60.0"
  114. *ResScreenFreq 1200dpi: "60.0"
  115. *ResScreenFreq 1440dpi: "60.0"
  116. *ResScreenFreq 2400dpi: "60.0"
  117. *ResScreenAngle 72dpi: "45.0"
  118. *ResScreenAngle 144dpi: "45.0"
  119. *ResScreenAngle 300dpi: "45.0"
  120. *ResScreenAngle 360dpi: "45.0"
  121. *ResScreenAngle 600dpi: "45.0"
  122. *ResScreenAngle 720dpi: "45.0"
  123. *ResScreenAngle 1200dpi: "45.0"
  124. *ResScreenAngle 1440dpi: "45.0"
  125. *ResScreenAngle 2400dpi: "45.0"
  126.  
  127.  
  128. *% ===== Halftone =====
  129.  
  130. *ContoneOnly: False
  131. *DefaultHalftoneType: 1
  132. *ScreenFreq: "60.0"
  133. *ScreenAngle: "45.0"
  134. *DefaultScreenProc: Dot
  135. *ScreenProc Dot: "
  136.  { abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub
  137.  dup mul add 1 sub } { dup mul exch dup mul add 1 exch sub }
  138.  ifelse } bind
  139. "
  140. *End
  141. *ScreenProc Line: "{ exch pop abs neg } bind"
  142. *ScreenProc Ellipse: "
  143.  { abs exch abs 2 copy mul exch 4 mul add 3 sub dup 0
  144.  lt { pop dup mul exch .75 div dup mul add 4 div 1 exch sub }
  145.  { dup 1 gt { pop 1 exch sub dup mul exch 1 exch sub  .75 div
  146.  dup mul add 4 div 1 sub }
  147.  { .5 exch sub exch pop exch pop } ifelse  } ifelse } bind
  148. "
  149. *End
  150. *ScreenProc Cross: "{ abs exch abs 2 copy gt { exch } if pop neg } bind"
  151.  
  152. *DefaultTransfer: Null
  153. *Transfer Null: "{ } bind"
  154. *Transfer Null.Inverse: "{ 1 exch sub } bind"
  155.  
  156.  
  157. *% ===== Paper =====
  158.  
  159. *OpenUI *PageSize: PickOne
  160. *OrderDependency: 30 AnySetup *PageSize
  161. *DefaultPageSize: Letter
  162. *PageSize A0: "<</PageSize [2384 3370] /ImagingBBox null>> setpagedevice"
  163. *PageSize A1: "<</PageSize [1684 2384] /ImagingBBox null>> setpagedevice"
  164. *PageSize A2: "<</PageSize [1191 1684] /ImagingBBox null>> setpagedevice"
  165. *PageSize A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  166. *PageSize A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  167. *PageSize A5: "<</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  168. *PageSize A6: "<</PageSize [297 420] /ImagingBBox null>> setpagedevice"
  169. *PageSize B4: "<</PageSize [728 1032] /ImagingBBox null>> setpagedevice"
  170. *PageSize B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  171. *PageSize B6: "<</PageSize [363 516] /ImagingBBox null>> setpagedevice"
  172. *PageSize Legal/US Legal: "<</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  173. *PageSize Letter/US Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  174. *PageSize Executive: "<</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  175. *PageSize Statement: "<</PageSize [396 612] /ImagingBBox null>> setpagedevice"
  176. *PageSize Tabloid/US Tabloid: "<</PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  177. *PageSize Ledger/Ledger Landscape: "<</PageSize [1224 792] /ImagingBBox null>> setpagedevice"
  178. *PageSize AnsiC/US C: "<</PageSize [1224 1584] /ImagingBBox null>> setpagedevice"
  179. *PageSize AnsiD/US D: "<</PageSize [1584 2448] /ImagingBBox null>> setpagedevice"
  180. *PageSize AnsiE/US E: "<</PageSize [2448 3168] /ImagingBBox null>> setpagedevice"
  181. *PageSize ARCHA/ARCH A: "<</PageSize [648 864] /ImagingBBox null>> setpagedevice"
  182. *PageSize ARCHB/ARCH B: "<</PageSize [864 1296] /ImagingBBox null>> setpagedevice"
  183. *PageSize ARCHC/ARCH C: "<</PageSize [1296 1728] /ImagingBBox null>> setpagedevice"
  184. *PageSize ARCHD/ARCH D: "<</PageSize [1728 2592] /ImagingBBox null>> setpagedevice"
  185. *PageSize ARCHE/ARCH E: "<</PageSize [2592 3456] /ImagingBBox null>> setpagedevice"
  186. *PageSize EnvMonarch/Monarch Envelope: "<</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  187. *PageSize EnvDL/DL Envelope: "<</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  188. *PageSize EnvC4/C4 Envelope: "<</PageSize [649 918] /ImagingBBox null>> setpagedevice"
  189. *PageSize EnvC5/C5 Envelope: "<</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  190. *PageSize EnvC6/C6 Envelope: "<</PageSize [323 459] /ImagingBBox null>> setpagedevice"
  191. *PageSize Env10/C10 Envelope: "<</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  192. *PageSize EnvC65/C65 Envelope: "<</PageSize [324 648] /ImagingBBox null>> setpagedevice"
  193. *PageSize Folio: "<</PageSize [595 935] /ImagingBBox null>> setpagedevice"
  194. *?PageSize: "
  195.  save
  196.  currentpagedevice /PageSize get aload pop
  197.  2 copy gt {exch} if
  198.  (Unknown)
  199.  32 dict
  200.  dup [2384 3370] (A0) put
  201.  dup [1684 2384] (A1) put
  202.  dup [1191 1684] (A2) put
  203.  dup [842 1191] (A3) put
  204.  dup [595 842] (A4) put
  205.  dup [420 595] (A5) put
  206.  dup [297 420] (A6) put
  207.  dup [728 1032] (B4) put
  208.  dup [516 729] (B5) put
  209.  dup [363 516] (B6) put
  210.  dup [612 1008] (Legal) put
  211.  dup [612 792] (Letter) put
  212.  dup [522 756] (Executive) put
  213.  dup [396 612] (Statement) put
  214.  dup [792 1224] (Tabloid) put
  215.  dup [1224 792] (Ledger) put
  216.  dup [1224 1584] (AnsiC) put
  217.  dup [1584 2448] (AnsiD) put
  218.  dup [2448 3168] (AnsiE) put
  219.  dup [648 864] (ARCHA) put
  220.  dup [864 1296] (ARCHB) put
  221.  dup [1296 1728] (ARCHC) put
  222.  dup [1728 2592] (ARCHD) put
  223.  dup [2592 3456] (ARCHE) put
  224.  dup [279 540] (EnvMonarch) put
  225.  dup [312 624] (EnvDL) put
  226.  dup [649 918] (EnvC4) put
  227.  dup [459 649] (EnvC5) put
  228.  dup [323 459] (EnvC6) put
  229.  dup [297 684] (Env10) put
  230.  dup [324 648] (EnvC65) put
  231.  dup [595 935] (Folio) put
  232.  { exch aload pop 4 index sub abs 5 le exch
  233.    5 index sub abs 5 le and
  234.  { exch pop exit } { pop } ifelse
  235.  } bind forall
  236.  = flush pop pop
  237.  restore
  238. "
  239. *End
  240. *CloseUI: *PageSize
  241.  
  242. *OpenUI *PageRegion: PickOne
  243. *OrderDependency: 40 AnySetup *PageRegion
  244. *DefaultPageRegion: Letter
  245. *PageRegion A0: "<</PageSize [2384 3370] /ImagingBBox null>> setpagedevice"
  246. *PageRegion A1: "<</PageSize [1684 2384] /ImagingBBox null>> setpagedevice"
  247. *PageRegion A2: "<</PageSize [1191 1684] /ImagingBBox null>> setpagedevice"
  248. *PageRegion A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  249. *PageRegion A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  250. *PageRegion A5: "<</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  251. *PageRegion A6: "<</PageSize [297 420] /ImagingBBox null>> setpagedevice"
  252. *PageRegion B4: "<</PageSize [728 1032] /ImagingBBox null>> setpagedevice"
  253. *PageRegion B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  254. *PageRegion B6: "<</PageSize [363 516] /ImagingBBox null>> setpagedevice"
  255. *PageRegion Legal/US Legal: "<</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  256. *PageRegion Letter/US Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  257. *PageRegion Executive: "<</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  258. *PageRegion Statement: "<</PageSize [396 612] /ImagingBBox null>> setpagedevice"
  259. *PageRegion Tabloid/US Tabloid: "<</PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  260. *PageRegion Ledger/Ledger Landscape: "<</PageSize [1224 792] /ImagingBBox null>> setpagedevice"
  261. *PageRegion AnsiC/US C: "<</PageSize [1224 1584] /ImagingBBox null>> setpagedevice"
  262. *PageRegion AnsiD/US D: "<</PageSize [1584 2448] /ImagingBBox null>> setpagedevice"
  263. *PageRegion AnsiE/US E: "<</PageSize [2448 3168] /ImagingBBox null>> setpagedevice"
  264. *PageRegion ARCHA/ARCH A: "<</PageSize [648 864] /ImagingBBox null>> setpagedevice"
  265. *PageRegion ARCHB/ARCH B: "<</PageSize [864 1296] /ImagingBBox null>> setpagedevice"
  266. *PageRegion ARCHC/ARCH C: "<</PageSize [1296 1728] /ImagingBBox null>> setpagedevice"
  267. *PageRegion ARCHD/ARCH D: "<</PageSize [1728 2592] /ImagingBBox null>> setpagedevice"
  268. *PageRegion ARCHE/ARCH E: "<</PageSize [2592 3456] /ImagingBBox null>> setpagedevice"
  269. *PageRegion EnvMonarch/Monarch Envelope: "<</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  270. *PageRegion EnvDL/DL Envelope: "<</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  271. *PageRegion EnvC4/C4 Envelope: "<</PageSize [649 918] /ImagingBBox null>> setpagedevice"
  272. *PageRegion EnvC5/C5 Envelope: "<</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  273. *PageRegion EnvC6/C6 Envelope: "<</PageSize [323 459] /ImagingBBox null>> setpagedevice"
  274. *PageRegion Env10/C10 Envelope: "<</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  275. *PageRegion EnvC65/C65 Envelope: "<</PageSize [324 648] /ImagingBBox null>> setpagedevice"
  276. *PageRegion Folio: "<</PageSize [595 935] /ImagingBBox null>> setpagedevice"
  277. *CloseUI: *PageRegion
  278.  
  279. *DefaultImageableArea: Letter
  280. *ImageableArea A0: "0 0 2384 3370"
  281. *ImageableArea A1: "0 0 1684 2384"
  282. *ImageableArea A2: "0 0 1191 1684"
  283. *ImageableArea A3: "18 18 824 1173"
  284. *ImageableArea A4: "18 18 577 824"
  285. *ImageableArea A5: "18 18 402 577"
  286. *ImageableArea A6: "18 18 279 402"
  287. *ImageableArea B4: "18 18 710 1014"
  288. *ImageableArea B5: "18 18 498 711"
  289. *ImageableArea B6: "18 18 345 498"
  290. *ImageableArea Legal: "18 18 594 990"
  291. *ImageableArea Letter: "18 18 594 774"
  292. *ImageableArea Executive: "18 18 504 738"
  293. *ImageableArea Statement: "18 18 378 594"
  294. *ImageableArea Tabloid: "18 18 774 1206"
  295. *ImageableArea Ledger: "18 18 1206 774"
  296. *ImageableArea AnsiC: "0 0 1224 1584"
  297. *ImageableArea AnsiD: "0 0 1584 2448"
  298. *ImageableArea AnsiE: "0 0 2448 3168"
  299. *ImageableArea ARCHA: "0 0 648 864"
  300. *ImageableArea ARCHB: "0 0 864 1296"
  301. *ImageableArea ARCHC: "0 0 1296 1728"
  302. *ImageableArea ARCHD: "0 0 1728 2592"
  303. *ImageableArea ARCHE: "0 0 2592 3456"
  304. *ImageableArea EnvMonarch: "0 0 279 540"
  305. *ImageableArea EnvDL: "0 0 312 624"
  306. *ImageableArea EnvC4: "0 0 649 918"
  307. *ImageableArea EnvC5: "0 0 459 649"
  308. *ImageableArea EnvC6: "0 0 323 459"
  309. *ImageableArea Env10: "0 0 297 684"
  310. *ImageableArea EnvC65: "0 0 324 648"
  311. *ImageableArea Folio: "0 0 595 935"
  312.  
  313. *DefaultPaperDimension: Letter
  314. *PaperDimension A0: "2384 3370"
  315. *PaperDimension A1: "1684 2384"
  316. *PaperDimension A2: "1191 1684"
  317. *PaperDimension A3: "842 1191"
  318. *PaperDimension A4: "595 842"
  319. *PaperDimension A5: "420 595"
  320. *PaperDimension A6: "297 420"
  321. *PaperDimension B4: "728 1032"
  322. *PaperDimension B5: "516 729"
  323. *PaperDimension B6: "363 516"
  324. *PaperDimension Legal: "612 1008"
  325. *PaperDimension Letter: "612 792"
  326. *PaperDimension Executive: "522 756"
  327. *PaperDimension Statement: "396 612"
  328. *PaperDimension Tabloid: "792 1224"
  329. *PaperDimension Ledger: "1224 792"
  330. *PaperDimension AnsiC: "1224 1584"
  331. *PaperDimension AnsiD: "1584 2448"
  332. *PaperDimension AnsiE: "2448 3168"
  333. *PaperDimension ARCHA: "648 864"
  334. *PaperDimension ARCHB: "864 1296"
  335. *PaperDimension ARCHC: "1296 1728"
  336. *PaperDimension ARCHD: "1728 2592"
  337. *PaperDimension ARCHE: "2592 3456"
  338. *PaperDimension EnvMonarch: "279 540"
  339. *PaperDimension EnvDL: "312 624"
  340. *PaperDimension EnvC4: "649 918"
  341. *PaperDimension EnvC5: "459 649"
  342. *PaperDimension EnvC6: "323 459"
  343. *PaperDimension Env10: "297 684"
  344. *PaperDimension EnvC65: "324 648"
  345. *PaperDimension Folio: "595 935"
  346.  
  347. *% ===== Duplex =====
  348. *OpenUI *Duplex/Duplex: PickOne
  349. *OrderDependency: 30 AnySetup *Duplex
  350. *DefaultDuplex: Simplex
  351. *Duplex Simplex: ""
  352. *Duplex None/Off: "
  353. <</Duplex false /Tumble false
  354.   /Policies << /Duplex 1 /Tumble 1 >>
  355. >> setpagedevice"
  356. *Duplex DuplexNoTumble/Long edge:"
  357. <</Duplex true /Tumble false
  358.   /Policies << /Duplex 1 /Tumble 1 >>
  359. >> setpagedevice"
  360. *Duplex DuplexTumble/Short edge:"
  361. <</Duplex true /Tumble true
  362.   /Policies << /Duplex 1 /Tumble 1 >>
  363. >> setpagedevice"
  364. *End
  365. *CloseUI: *Duplex
  366.  
  367. *% ===== ManualFeed ===
  368. *OpenUI *ManualFeed/Manual Feed: Boolean
  369. *OrderDependency: 15 AnySetup *ManualFeed
  370. *DefaultManualFeed: False
  371. *ManualFeed False: "
  372. << /ManualFeed false /Policies << /ManualFeed 1 >> >> setpagedevice"
  373. *ManualFeed True: "
  374. << /ManualFeed true /Policies << /ManualFeed 1 >> >> setpagedevice"
  375. *End
  376. *CloseUI: *ManualFeed
  377.  
  378. *% ===== Fonts =====
  379.  
  380. *DefaultFont: Courier
  381. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  382. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  383. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  384. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  385. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  386. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  387. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  388. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  389. *Font Courier: Standard "(001.000)" Standard ROM
  390. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  391. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  392. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  393. *Font Helvetica: Standard "(001.000)" Standard ROM
  394. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  395. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  396. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  397. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  398. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  399. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  400. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  401. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  402. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  403. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  404. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  405. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  406. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  407. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  408. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  409. *Font Symbol: Special "(001.001)" Special ROM
  410. *Font Times-Bold: Standard "(001.000)" Standard ROM
  411. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  412. *Font Times-Italic: Standard "(001.000)" Standard ROM
  413. *Font Times-Roman: Standard "(001.000)" Standard ROM
  414. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  415. *Font ZapfDingbats: Special "(001.000)" Special ROM
  416. *?FontQuery: "
  417.  save
  418.  {
  419.  count 1 gt
  420.  {
  421.  exch dup 127 string cvs (/) print print (:) print
  422.  /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  423.  }
  424.  { exit } ifelse
  425.  } bind loop
  426.  (*) = flush
  427.  restore
  428. "
  429. *End
  430.  
  431. *?FontList: "
  432.  save
  433.  (*) {cvn ==} 128 string /Font resourceforall
  434.  (*) = flush
  435.  restore
  436. "
  437. *End
  438.  
  439.  
  440. *% === Printer Messages ===
  441.  
  442. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  443. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  444. *Message: "\FontName\ not found, using Courier"
  445.  
  446. *% Status (format: %%[ status: <one of these> %%] )
  447. *Status: "idle"
  448. *Status: "busy"
  449. *Status: "waiting"
  450. *Status: "printing"
  451. *Status: "PrinterError: timeout, clearing printer"
  452. *Status: "PrinterError: paper entry misfeed"
  453. *Status: "PrinterError: warming up"
  454. *Status: "PrinterError: service call"
  455. *Status: "PrinterError: no toner cartridge"
  456. *Status: "PrinterError: no paper tray"
  457. *Status: "PrinterError: cover open"
  458. *Status: "PrinterError: resetting printer"
  459. *Status: "PrinterError: out of paper"
  460. *Status: "PrinterError: timeout"
  461. *Status: "PrinterError: manual feed timeout"
  462.  
  463. *% Input Sources (format: %%[ status: <stat>; source: <one of these>]%% )
  464.  
  465. *% Printer Error (format: %%[ PrinterError: <one of these>]%%)
  466. *PrinterError: "timeout, clearing printer"
  467. *PrinterError: "paper entry misfeed"
  468. *PrinterError: "warming up"
  469. *PrinterError: "service call"
  470. *PrinterError: "no toner cartridge"
  471. *PrinterError: "no paper tray"
  472. *PrinterError: "cover open"
  473. *PrinterError: "resetting printer"
  474. *PrinterError: "out of paper"
  475. *PrinterError: "timeout"
  476. *PrinterError: "manual feed timeout"
  477.  
  478.  
  479. *% ===== Color Separation =====
  480.  
  481. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  482. *InkName: ProcessBlack/Process Black
  483. *InkName: CustomColor/Custom Color
  484. *InkName: ProcessCyan/Process Cyan
  485. *InkName: ProcessMagenta/Process Magenta
  486. *InkName: ProcessYellow/Process Yellow
  487.  
  488. *% --- For 60 lpi / 72 dpi ---
  489. *ColorSepScreenAngle ProcessBlack.60lpi.72dpi/60 lpi / 72 dpi: "45"
  490. *ColorSepScreenAngle CustomColor.60lpi.72dpi/60 lpi / 72 dpi: "45"
  491. *ColorSepScreenAngle ProcessCyan.60lpi.72dpi/60 lpi / 72 dpi: "15"
  492. *ColorSepScreenAngle ProcessMagenta.60lpi.72dpi/60 lpi / 72 dpi: "75"
  493. *ColorSepScreenAngle ProcessYellow.60lpi.72dpi/60 lpi / 72 dpi: "0"
  494. *ColorSepScreenFreq ProcessBlack.60lpi.72dpi/60 lpi / 72 dpi: "60"
  495. *ColorSepScreenFreq CustomColor.60lpi.72dpi/60 lpi / 72 dpi: "60"
  496. *ColorSepScreenFreq ProcessCyan.60lpi.72dpi/60 lpi / 72 dpi: "60"
  497. *ColorSepScreenFreq ProcessMagenta.60lpi.72dpi/60 lpi / 72 dpi: "60"
  498. *ColorSepScreenFreq ProcessYellow.60lpi.72dpi/60 lpi / 72 dpi: "60"
  499.  
  500. *% --- For 60 lpi / 144 dpi ---
  501. *ColorSepScreenAngle ProcessBlack.60lpi.144dpi/60 lpi / 144 dpi: "45"
  502. *ColorSepScreenAngle CustomColor.60lpi.144dpi/60 lpi / 144 dpi: "45"
  503. *ColorSepScreenAngle ProcessCyan.60lpi.144dpi/60 lpi / 144 dpi: "15"
  504. *ColorSepScreenAngle ProcessMagenta.60lpi.144dpi/60 lpi / 144 dpi: "75"
  505. *ColorSepScreenAngle ProcessYellow.60lpi.144dpi/60 lpi / 144 dpi: "0"
  506. *ColorSepScreenFreq ProcessBlack.60lpi.144dpi/60 lpi / 144 dpi: "60"
  507. *ColorSepScreenFreq CustomColor.60lpi.144dpi/60 lpi / 144 dpi: "60"
  508. *ColorSepScreenFreq ProcessCyan.60lpi.144dpi/60 lpi / 144 dpi: "60"
  509. *ColorSepScreenFreq ProcessMagenta.60lpi.144dpi/60 lpi / 144 dpi: "60"
  510. *ColorSepScreenFreq ProcessYellow.60lpi.144dpi/60 lpi / 144 dpi: "60"
  511.  
  512. *% --- For 60 lpi / 300 dpi ---
  513. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  514. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  515. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  516. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  517. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  518. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  519. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  520. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  521. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  522. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  523.  
  524. *% --- For 60 lpi / 360 dpi ---
  525. *ColorSepScreenAngle ProcessBlack.60lpi.360dpi/60 lpi / 360 dpi: "45"
  526. *ColorSepScreenAngle CustomColor.60lpi.360dpi/60 lpi / 360 dpi: "45"
  527. *ColorSepScreenAngle ProcessCyan.60lpi.360dpi/60 lpi / 360 dpi: "15"
  528. *ColorSepScreenAngle ProcessMagenta.60lpi.360dpi/60 lpi / 360 dpi: "75"
  529. *ColorSepScreenAngle ProcessYellow.60lpi.360dpi/60 lpi / 360 dpi: "0"
  530. *ColorSepScreenFreq ProcessBlack.60lpi.360dpi/60 lpi / 360 dpi: "60"
  531. *ColorSepScreenFreq CustomColor.60lpi.360dpi/60 lpi / 360 dpi: "60"
  532. *ColorSepScreenFreq ProcessCyan.60lpi.360dpi/60 lpi / 360 dpi: "60"
  533. *ColorSepScreenFreq ProcessMagenta.60lpi.360dpi/60 lpi / 360 dpi: "60"
  534. *ColorSepScreenFreq ProcessYellow.60lpi.360dpi/60 lpi / 360 dpi: "60"
  535.  
  536. *% --- For 71 lpi / 600 dpi ---
  537. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  538. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  539. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  540. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  541. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  542. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  543. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  544. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  545. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  546. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  547.  
  548. *% --- For 71 lpi / 720 dpi ---
  549. *ColorSepScreenAngle ProcessBlack.71lpi.720dpi/71 lpi / 720 dpi: "45.0"
  550. *ColorSepScreenAngle CustomColor.71lpi.720dpi/71 lpi / 720 dpi: "45.0"
  551. *ColorSepScreenAngle ProcessCyan.71lpi.720dpi/71 lpi / 720 dpi: "71.5651"
  552. *ColorSepScreenAngle ProcessMagenta.71lpi.720dpi/71 lpi / 720 dpi: "18.4349"
  553. *ColorSepScreenAngle ProcessYellow.71lpi.720dpi/71 lpi / 720 dpi: "0.0"
  554. *ColorSepScreenFreq ProcessBlack.71lpi.720dpi/71 lpi / 720 dpi: "70.7107"
  555. *ColorSepScreenFreq CustomColor.71lpi.720dpi/71 lpi / 720 dpi: "70.7107"
  556. *ColorSepScreenFreq ProcessCyan.71lpi.720dpi/71 lpi / 720 dpi: "63.2456"
  557. *ColorSepScreenFreq ProcessMagenta.71lpi.720dpi/71 lpi / 720 dpi: "63.2456"
  558. *ColorSepScreenFreq ProcessYellow.71lpi.720dpi/71 lpi / 720 dpi: "66.6667"
  559.  
  560. *% --- For 100 lpi / 1200 dpi ---
  561. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  562. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  563. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "15.0"
  564. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "75.0"
  565. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  566. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  567. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  568. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  569. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  570. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  571.  
  572. *% --- For 100 lpi / 1440 dpi ---
  573. *ColorSepScreenAngle ProcessBlack.100lpi.1440dpi/100 lpi / 1440 dpi: "45.0"
  574. *ColorSepScreenAngle CustomColor.100lpi.1440dpi/100 lpi / 1440 dpi: "45.0"
  575. *ColorSepScreenAngle ProcessCyan.100lpi.1440dpi/100 lpi / 1440 dpi: "15.0"
  576. *ColorSepScreenAngle ProcessMagenta.100lpi.1440dpi/100 lpi / 1440 dpi: "75.0"
  577. *ColorSepScreenAngle ProcessYellow.100lpi.1440dpi/100 lpi / 1440 dpi: "0.0"
  578. *ColorSepScreenFreq ProcessBlack.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  579. *ColorSepScreenFreq CustomColor.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  580. *ColorSepScreenFreq ProcessCyan.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  581. *ColorSepScreenFreq ProcessMagenta.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  582. *ColorSepScreenFreq ProcessYellow.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  583.  
  584. *% --- For 175 lpi / 2400 dpi ---
  585. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  586. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  587. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "15.0"
  588. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "75.0"
  589. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  590. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  591. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  592. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  593. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  594. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  595.  
  596. *% Last Edit Date: March 24 2000
  597. *% end of PPD file
  598.