home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gs-esp / 8.15 / lib / ghostpdf.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2006-07-06  |  24.9 KB  |  612 lines

  1. *PPD-Adobe: "4.3"
  2. *FileVersion: "1.1"
  3. *FormatVersion: "4.3" 
  4. *LanguageEncoding: "ISOLatin1"
  5. *LanguageVersion: "English"
  6. *Manufacturer: "Ghostscript"
  7. *ModelName: "Ghostscript PDF Writer"
  8. *NickName: "Ghostscript"
  9. *% PCFileName should be of the form XXNNNNNN.PDF where XX is an assigned
  10. *% manufacturer code.
  11. *PCFileName: "GHOSTPDF.PDF"
  12. *PPD-Adobe: "4.3"
  13. *Product: "(AFPL Ghostscript)"
  14. *Product: "(GNU Ghostscript)"
  15. *Product: "(GPL Ghostscript)"
  16. *Product: "(Ghostscript)"
  17. *PSVersion: "(3010) 815"
  18. *ShortNickName: "Ghostscript"
  19.  
  20. *% *DefaultImageableArea:
  21. *% *DefaultPageRegion:
  22. *% *PageRegion:
  23. *% *ImageableArea:
  24. *% *DefaultPageSize:
  25. *% *PageSize:
  26. *% *DefaultPaperDimension:
  27. *% *PaperDimension:
  28.  
  29. *% == Above are required
  30.  
  31. *Copyright: "2004-2005 Ghostgum Software Pty Ltd"
  32. *%
  33. *%  Copyright (C) 2004-2005, Ghostgum Software Pty Ltd.  All rights reserved.
  34. *%
  35. *%  Permission is hereby granted, free of charge, to any person obtaining
  36. *%  a copy of this file ("Software"), to deal in the Software without
  37. *%  restriction, including without limitation the rights to use, copy,
  38. *%  modify, merge, publish, distribute, sublicense, and/or sell copies of
  39. *%  this Software, and to permit persons to whom this file is furnished to
  40. *%  do so, subject to the following conditions:
  41. *%
  42. *%  This Software is distributed with NO WARRANTY OF ANY KIND.  No author
  43. *%  or distributor accepts any responsibility for the consequences of using it,
  44. *%  or for whether it serves any particular purpose or works at all, unless he
  45. *%  or she says so in writing.
  46. *%
  47. *%  The above copyright notice and this permission notice shall be included
  48. *%  in all copies or substantial portions of the Software.
  49.  
  50. *% There is an accompanying file ghostpdf.inf that is used to 
  51. *% install this PPD on Windows 2k/XP.
  52. *% This PPD includes configuration items specific to generating
  53. *% PDF files with ghostscript.
  54. *% If you are not using the ghostscript pdfwrite device,
  55. *% all items in the PDF group should be left as "Default".
  56.  
  57.  
  58. *% == Basic Capabilities
  59. *LanguageLevel: "3"
  60. *ColorDevice: True
  61. *DefaultColorSpace: RGB
  62. *FileSystem: True
  63. *Extensions: CMYK FileSystem Composite
  64. *TTRasterizer: Type42
  65. *FreeVM: "10000000"
  66. *PrintPSErrors: True
  67. *ContoneOnly: True
  68. *% AccurateScreensSupport: True
  69.  
  70. *% order dependency
  71. *%  10 HWResolution
  72. *%  20 PageSize and other page device parameters
  73. *%  30 PDFSETTINGS
  74. *%  40 distiller parameters
  75.  
  76. *% == Resolution
  77. *OpenUI *Resolution: PickOne
  78. *DefaultResolution: 600dpi
  79. *OrderDependency: 10 AnySetup *Resolution
  80. *Resolution 72dpi: "<< /HWResolution [72 72] >> setpagedevice"
  81. *Resolution 96dpi: "<< /HWResolution [96 96] >> setpagedevice"
  82. *Resolution 144dpi: "<< /HWResolution [144 144] >> setpagedevice"
  83. *Resolution 150dpi: "<< /HWResolution [150 150] >> setpagedevice"
  84. *Resolution 300dpi: "<< /HWResolution [300 300] >> setpagedevice"
  85. *Resolution 600dpi: "<< /HWResolution [600 600] >> setpagedevice"
  86. *Resolution 720dpi: "<< /HWResolution [720 720] >> setpagedevice"
  87. *Resolution 1200dpi: "<< /HWResolution [1200 1200] >> setpagedevice"
  88. *Resolution 2400dpi: "<< /HWResolution [2400 2400] >> setpagedevice"
  89. *Resolution 3600dpi: "<< /HWResolution [3600 3600] >> setpagedevice"
  90. *Resolution 4000dpi: "<< /HWResolution [4000 4000] >> setpagedevice"
  91. *CloseUI: *Resolution
  92.  
  93.  
  94. *% == Paper stuff
  95. *% Page sizes taken from ghostscript gs_statd.ps.
  96. *% Ghostscript pdfwrite ignores Orientation, so set the
  97. *% custom page width/height and then use an Install procedure
  98. *% to rotate the image.
  99.  
  100. *HWMargins: 0 0 0 0
  101. *ParamCustomPageSize Width: 1 points 1 5670
  102. *ParamCustomPageSize Height: 2 points 1 5670
  103. *ParamCustomPageSize WidthOffset/Width Margin: 3 points 0 5670
  104. *ParamCustomPageSize HeightOffset/Height Margin: 4 points 0 5670
  105. *ParamCustomPageSize Orientation: 5 int 0 3
  106. *NonUIOrderDependency: 20 AnySetup *CustomPageSize
  107. *CustomPageSize True: "
  108.   5 -2 roll exch 5 2 roll
  109.   3 -2 roll exch 3 2 roll
  110.   [ {}
  111.     {90 rotate 0 currentpagedevice /PageSize get 0 get neg translate}
  112.     {180 rotate currentpagedevice /PageSize get 
  113.      dup 0 get neg exch 1 get neg translate}
  114.     {270 rotate currentpagedevice /PageSize get 1 get neg 0 translate}
  115.   ] exch get
  116.   4 dict dup begin 6 1 roll
  117.   /Install exch def
  118.   2 array astore /PageOffset exch def
  119.   2 array astore /PageSize exch def
  120.   /ImagingBBox null def
  121.   end setpagedevice"
  122. *End
  123. *MaxMediaWidth: "5670"
  124. *MaxMediaHeight: "5670"
  125.  
  126. *LandscapeOrientation: Any
  127.  
  128. *OpenUI *PageSize: PickOne
  129. *DefaultPageSize: Letter
  130. *OrderDependency: 20 AnySetup *PageSize
  131. *PageSize 11x17: "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  132. *End
  133. *PageSize Ledger: "<< /PageSize [1224 792] /ImagingBBox null >> setpagedevice"
  134. *End
  135. *PageSize Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  136. *End
  137. *PageSize Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  138. *End
  139. *PageSize LetterSmall: "<< /PageSize [612 792] /ImagingBBox [25 25 587 767] >> setpagedevice"
  140. *End
  141. *PageSize Note: "<< /PageSize [612 792] /ImagingBBox [25 25 587 767] >> setpagedevice"
  142. *End
  143. *PageSize A0: "<< /PageSize [2384 3370] /ImagingBBox null >> setpagedevice"
  144. *End
  145. *PageSize A1: "<< /PageSize [1684 2384] /ImagingBBox null >> setpagedevice"
  146. *End
  147. *PageSize A2: "<< /PageSize [1191 1684] /ImagingBBox null >> setpagedevice"
  148. *End
  149. *PageSize A3: "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  150. *End
  151. *PageSize A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  152. *End
  153. *PageSize A4Small: "<< /PageSize [595 842] /ImagingBBox [25 25 750 817] >> setpagedevice"
  154. *End
  155. *PageSize A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  156. *End
  157. *PageSize A6: "<< /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  158. *End
  159. *PageSize A7: "<< /PageSize [210 297] /ImagingBBox null >> setpagedevice"
  160. *End
  161. *PageSize A8: "<< /PageSize [148 210] /ImagingBBox null >> setpagedevice"
  162. *End
  163. *PageSize A9: "<< /PageSize [105 148] /ImagingBBox null >> setpagedevice"
  164. *End
  165. *PageSize A10: "<< /PageSize [73 105] /ImagingBBox null >> setpagedevice"
  166. *End
  167. *PageSize ISOB0/ISO B0: "<< /PageSize [2835 4008] /ImagingBBox null >> setpagedevice"
  168. *End
  169. *PageSize ISOB1/ISO B1: "<< /PageSize [2004 2835] /ImagingBBox null >> setpagedevice"
  170. *End
  171. *PageSize ISOB2/ISO B2: "<< /PageSize [1417 2004] /ImagingBBox null >> setpagedevice"
  172. *End
  173. *PageSize ISOB3/ISO B3: "<< /PageSize [1001 1417] /ImagingBBox null >> setpagedevice"
  174. *End
  175. *PageSize ISOB4/ISO B4: "<< /PageSize [709 1001] /ImagingBBox null >> setpagedevice"
  176. *End
  177. *PageSize ISOB5/ISO B5: "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  178. *End
  179. *PageSize ISOB6/ISO B6: "<< /PageSize [354 499] /ImagingBBox null >> setpagedevice"
  180. *End
  181. *PageSize JISB0/JIS B0: "<< /PageSize [2920 4127] /ImagingBBox null >> setpagedevice"
  182. *End
  183. *PageSize JISB1/JIS B1: "<< /PageSize [2064 2920] /ImagingBBox null >> setpagedevice"
  184. *End
  185. *PageSize JISB2/JIS B2: "<< /PageSize [1460 2064] /ImagingBBox null >> setpagedevice"
  186. *End
  187. *PageSize JISB3/JIS B3: "<< /PageSize [1032 1460] /ImagingBBox null >> setpagedevice"
  188. *End
  189. *PageSize JISB4/JIS B4: "<< /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  190. *End
  191. *PageSize JISB5/JIS B5: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  192. *End
  193. *PageSize JISB6/JIS B6: "<< /PageSize [363 516] /ImagingBBox null >> setpagedevice"
  194. *End
  195. *PageSize C0: "<< /PageSize [2599 3677] /ImagingBBox null >> setpagedevice"
  196. *End
  197. *PageSize C1: "<< /PageSize [1837 2599] /ImagingBBox null >> setpagedevice"
  198. *End
  199. *PageSize C2: "<< /PageSize [1298 1837] /ImagingBBox null >> setpagedevice"
  200. *End
  201. *PageSize C3: "<< /PageSize [918 1298] /ImagingBBox null >> setpagedevice"
  202. *End
  203. *PageSize C4: "<< /PageSize [649 918] /ImagingBBox null >> setpagedevice"
  204. *End
  205. *PageSize C5: "<< /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  206. *End
  207. *PageSize C6: "<< /PageSize [323 459] /ImagingBBox null >> setpagedevice"
  208. *End
  209. *PageSize ARCHE: "<< /PageSize [2592 3456] /ImagingBBox null >> setpagedevice"
  210. *End
  211. *PageSize ARCHD: "<< /PageSize [1728 2592] /ImagingBBox null >> setpagedevice"
  212. *End
  213. *PageSize ARCHC: "<< /PageSize [1296 1728] /ImagingBBox null >> setpagedevice"
  214. *End
  215. *PageSize ARCHB: "<< /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
  216. *End
  217. *PageSize ARCHA: "<< /PageSize [648 864] /ImagingBBox null >> setpagedevice"
  218. *End
  219. *PageSize FLSA: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  220. *End
  221. *PageSize FLSE: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  222. *End
  223. *PageSize HalfLetter: "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice"
  224. *End
  225. *PageSize PA4: "<< /PageSize [595 792] /ImagingBBox null >> setpagedevice"
  226. *End
  227. *CloseUI: *PageSize
  228.  
  229. *OpenUI *PageRegion: PickOne
  230. *DefaultPageRegion: Letter
  231. *OrderDependency: 30 AnySetup *PageRegion
  232. *PageRegion 11x17: "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  233. *End
  234. *PageRegion Ledger: "<< /PageSize [1224 792] /ImagingBBox null >> setpagedevice"
  235. *End
  236. *PageRegion Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  237. *End
  238. *PageRegion Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  239. *End
  240. *PageRegion LetterSmall: "<< /PageSize [612 792] /ImagingBBox [25 25 587 767] >> setpagedevice"
  241. *End
  242. *PageRegion Note: "<< /PageSize [612 792] /ImagingBBox [25 25 587 767] >> setpagedevice"
  243. *End
  244. *PageRegion A0: "<< /PageSize [2384 3370] /ImagingBBox null >> setpagedevice"
  245. *End
  246. *PageRegion A1: "<< /PageSize [1684 2384] /ImagingBBox null >> setpagedevice"
  247. *End
  248. *PageRegion A2: "<< /PageSize [1191 1684] /ImagingBBox null >> setpagedevice"
  249. *End
  250. *PageRegion A3: "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  251. *End
  252. *PageRegion A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  253. *End
  254. *PageRegion A4Small: "<< /PageSize [595 842] /ImagingBBox [25 25 750 817] >> setpagedevice"
  255. *End
  256. *PageRegion A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  257. *End
  258. *PageRegion A6: "<< /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  259. *End
  260. *PageRegion A7: "<< /PageSize [210 297] /ImagingBBox null >> setpagedevice"
  261. *End
  262. *PageRegion A8: "<< /PageSize [148 210] /ImagingBBox null >> setpagedevice"
  263. *End
  264. *PageRegion A9: "<< /PageSize [105 148] /ImagingBBox null >> setpagedevice"
  265. *End
  266. *PageRegion A10: "<< /PageSize [73 105] /ImagingBBox null >> setpagedevice"
  267. *End
  268. *PageRegion ISOB0/ISO B0: "<< /PageSize [2835 4008] /ImagingBBox null >> setpagedevice"
  269. *End
  270. *PageRegion ISOB1/ISO B1: "<< /PageSize [2004 2835] /ImagingBBox null >> setpagedevice"
  271. *End
  272. *PageRegion ISOB2/ISO B2: "<< /PageSize [1417 2004] /ImagingBBox null >> setpagedevice"
  273. *End
  274. *PageRegion ISOB3/ISO B3: "<< /PageSize [1001 1417] /ImagingBBox null >> setpagedevice"
  275. *End
  276. *PageRegion ISOB4/ISO B4: "<< /PageSize [709 1001] /ImagingBBox null >> setpagedevice"
  277. *End
  278. *PageRegion ISOB5/ISO B5: "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  279. *End
  280. *PageRegion ISOB6/ISO B6: "<< /PageSize [354 499] /ImagingBBox null >> setpagedevice"
  281. *End
  282. *PageRegion JISB0/JIS B0: "<< /PageSize [2920 4127] /ImagingBBox null >> setpagedevice"
  283. *End
  284. *PageRegion JISB1/JIS B1: "<< /PageSize [2064 2920] /ImagingBBox null >> setpagedevice"
  285. *End
  286. *PageRegion JISB2/JIS B2: "<< /PageSize [1460 2064] /ImagingBBox null >> setpagedevice"
  287. *End
  288. *PageRegion JISB3/JIS B3: "<< /PageSize [1032 1460] /ImagingBBox null >> setpagedevice"
  289. *End
  290. *PageRegion JISB4/JIS B4: "<< /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  291. *End
  292. *PageRegion JISB5/JIS B5: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  293. *End
  294. *PageRegion JISB6/JIS B6: "<< /PageSize [363 516] /ImagingBBox null >> setpagedevice"
  295. *End
  296. *PageRegion C0: "<< /PageSize [2599 3677] /ImagingBBox null >> setpagedevice"
  297. *End
  298. *PageRegion C1: "<< /PageSize [1837 2599] /ImagingBBox null >> setpagedevice"
  299. *End
  300. *PageRegion C2: "<< /PageSize [1298 1837] /ImagingBBox null >> setpagedevice"
  301. *End
  302. *PageRegion C3: "<< /PageSize [918 1298] /ImagingBBox null >> setpagedevice"
  303. *End
  304. *PageRegion C4: "<< /PageSize [649 918] /ImagingBBox null >> setpagedevice"
  305. *End
  306. *PageRegion C5: "<< /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  307. *End
  308. *PageRegion C6: "<< /PageSize [323 459] /ImagingBBox null >> setpagedevice"
  309. *End
  310. *PageRegion ARCHE: "<< /PageSize [2592 3456] /ImagingBBox null >> setpagedevice"
  311. *End
  312. *PageRegion ARCHD: "<< /PageSize [1728 2592] /ImagingBBox null >> setpagedevice"
  313. *End
  314. *PageRegion ARCHC: "<< /PageSize [1296 1728] /ImagingBBox null >> setpagedevice"
  315. *End
  316. *PageRegion ARCHB: "<< /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
  317. *End
  318. *PageRegion ARCHA: "<< /PageSize [648 864] /ImagingBBox null >> setpagedevice"
  319. *End
  320. *PageRegion FLSA: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  321. *End
  322. *PageRegion FLSE: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  323. *End
  324. *PageRegion HalfLetter: "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice"
  325. *End
  326. *PageRegion PA4: "<< /PageSize [595 792] /ImagingBBox null >> setpagedevice"
  327. *End
  328. *CloseUI: *PageRegion
  329.  
  330. *DefaultImageableArea: Letter
  331. *ImageableArea 11x17: "0 0 792 1224"
  332. *ImageableArea Ledger: "0 0 1224 792"
  333. *ImageableArea Legal: "0 0 612 1008"
  334. *ImageableArea Letter: "0 0 612 792"
  335. *ImageableArea LetterSmall: "25 25 587 767"
  336. *ImageableArea Note: "25 25 587 767"
  337. *ImageableArea A0: "0 0 2384 3370"
  338. *ImageableArea A1: "0 0 1684 2384"
  339. *ImageableArea A2: "0 0 1191 1684"
  340. *ImageableArea A3: "0 0 842 1191"
  341. *ImageableArea A4: "0 0 595 842"
  342. *ImageableArea A4Small: "25 25 750 817"
  343. *ImageableArea A5: "0 0 420 595"
  344. *ImageableArea A6: "0 0 297 420"
  345. *ImageableArea A7: "0 0 210 297"
  346. *ImageableArea A8: "0 0 148 210"
  347. *ImageableArea A9: "0 0 105 148"
  348. *ImageableArea A10: "0 0 73 105"
  349. *ImageableArea ISOB0/ISO B0: "0 0 2835 4008"
  350. *ImageableArea ISOB1/ISO B1: "0 0 2004 2835"
  351. *ImageableArea ISOB2/ISO B2: "0 0 1417 2004"
  352. *ImageableArea ISOB3/ISO B3: "0 0 1001 1417"
  353. *ImageableArea ISOB4/ISO B4: "0 0 709 1001"
  354. *ImageableArea ISOB5/ISO B5: "0 0 499 709"
  355. *ImageableArea ISOB6/ISO B6: "0 0 354 499"
  356. *ImageableArea JISB0/JIS B0: "0 0 2920 4127"
  357. *ImageableArea JISB1/JIS B1: "0 0 2064 2920"
  358. *ImageableArea JISB2/JIS B2: "0 0 1460 2064"
  359. *ImageableArea JISB3/JIS B3: "0 0 1032 1460"
  360. *ImageableArea JISB4/JIS B4: "0 0 729 1032"
  361. *ImageableArea JISB5/JIS B5: "0 0 516 729"
  362. *ImageableArea JISB6/JIS B6: "0 0 363 516"
  363. *ImageableArea C0: "0 0 2599 3677"
  364. *ImageableArea C1: "0 0 1837 2599"
  365. *ImageableArea C2: "0 0 1298 1837"
  366. *ImageableArea C3: "0 0 918 1298"
  367. *ImageableArea C4: "0 0 649 918"
  368. *ImageableArea C5: "0 0 459 649"
  369. *ImageableArea C6: "0 0 323 459"
  370. *ImageableArea ARCHE: "0 0 2592 3456"
  371. *ImageableArea ARCHD: "0 0 1728 2592"
  372. *ImageableArea ARCHC: "0 0 1296 1728"
  373. *ImageableArea ARCHB: "0 0 864 1296"
  374. *ImageableArea ARCHA: "0 0 648 864"
  375. *ImageableArea FLSA: "0 0 612 936"
  376. *ImageableArea FLSE: "0 0 612 936"
  377. *ImageableArea HalfLetter: "0 0 396 612"
  378. *ImageableArea PA4: "0 0 595 792"
  379.  
  380. *DefaultPaperDimension: Letter
  381. *PaperDimension 11x17: "792 1224"
  382. *PaperDimension Ledger: "1224 792"
  383. *PaperDimension Legal: "612 1008"
  384. *PaperDimension Letter: "612 792"
  385. *PaperDimension LetterSmall: "612 792"
  386. *PaperDimension Note: "612 792"
  387. *PaperDimension A0: "2384 3370"
  388. *PaperDimension A1: "1684 2384"
  389. *PaperDimension A2: "1191 1684"
  390. *PaperDimension A3: "842 1191"
  391. *PaperDimension A4: "595 842"
  392. *PaperDimension A4Small: "595 842"
  393. *PaperDimension A5: "420 595"
  394. *PaperDimension A6: "297 420"
  395. *PaperDimension A7: "210 297"
  396. *PaperDimension A8: "148 210"
  397. *PaperDimension A9: "105 148"
  398. *PaperDimension A10: "73 105"
  399. *PaperDimension ISOB0/ISO B0: "2835 4008"
  400. *PaperDimension ISOB1/ISO B1: "2004 2835"
  401. *PaperDimension ISOB2/ISO B2: "1417 2004"
  402. *PaperDimension ISOB3/ISO B3: "1001 1417"
  403. *PaperDimension ISOB4/ISO B4: "709 1001"
  404. *PaperDimension ISOB5/ISO B5: "499 709"
  405. *PaperDimension ISOB6/ISO B6: "354 499"
  406. *PaperDimension JISB0/JIS B0: "2920 4127"
  407. *PaperDimension JISB1/JIS B1: "2064 2920"
  408. *PaperDimension JISB2/JIS B2: "1460 2064"
  409. *PaperDimension JISB3/JIS B3: "1032 1460"
  410. *PaperDimension JISB4/JIS B4: "729 1032"
  411. *PaperDimension JISB5/JIS B5: "516 729"
  412. *PaperDimension JISB6/JIS B6: "363 516"
  413. *PaperDimension C0: "2599 3677"
  414. *PaperDimension C1: "1837 2599"
  415. *PaperDimension C2: "1298 1837"
  416. *PaperDimension C3: "918 1298"
  417. *PaperDimension C4: "649 918"
  418. *PaperDimension C5: "459 649"
  419. *PaperDimension C6: "323 459"
  420. *PaperDimension ARCHE: "2592 3456"
  421. *PaperDimension ARCHD: "1728 2592"
  422. *PaperDimension ARCHC: "1296 1728"
  423. *PaperDimension ARCHB: "864 1296"
  424. *PaperDimension ARCHA: "648 864"
  425. *PaperDimension FLSA: "612 936"
  426. *PaperDimension FLSE: "612 936"
  427. *PaperDimension HalfLetter: "396 612"
  428. *PaperDimension PA4: "595 792"
  429.  
  430.  
  431. *% == Fonts
  432. *DefaultFont: Courier
  433. *% First the standard 35 aliases with the actual fonts commented out.
  434. *Font Bookman-Demi: Standard "(1.05)" Standard ROM
  435. *% *Font URWBookmanL-DemiBold: Standard "(1.05)" Standard ROM
  436. *Font Bookman-DemiItalic: Standard "(1.05)" Standard ROM
  437. *% *Font URWBookmanL-DemiBoldItal: Standard "(1.05)" Standard ROM
  438. *Font Bookman-Light: Standard "(1.05)" Standard ROM
  439. *% *Font URWBookmanL-Ligh: Standard "(1.05)" Standard ROM
  440. *Font Bookman-LightItalic: Standard "(1.05)" Standard ROM
  441. *% *Font URWBookmanL-LighItal: Standard "(1.05)" Standard ROM
  442. *Font Courier: Standard "(1.05)" Standard ROM
  443. *% *Font NimbusMonL-Regu: Standard "(1.05)" Standard ROM
  444. *Font Courier-Oblique: Standard "(1.05)" Standard ROM
  445. *% *Font NimbusMonL-ReguObli: Standard "(1.05)" Standard ROM
  446. *Font Courier-Bold: Standard "(1.05)" Standard ROM
  447. *% *Font NimbusMonL-Bold: Standard "(1.05)" Standard ROM
  448. *Font Courier-BoldOblique: Standard "(1.05)" Standard ROM
  449. *% *Font NimbusMonL-BoldObli: Standard "(1.05)" Standard ROM
  450. *Font AvantGarde-Book: Standard "(1.05)" Standard ROM
  451. *% *Font URWGothicL-Book: Standard "(1.05)" Standard ROM
  452. *Font AvantGarde-BookOblique: Standard "(1.05)" Standard ROM
  453. *% *Font URWGothicL-BookObli: Standard "(1.05)" Standard ROM
  454. *Font AvantGarde-Demi: Standard "(1.05)" Standard ROM
  455. *% *Font URWGothicL-Demi: Standard "(1.05)" Standard ROM
  456. *Font AvantGarde-DemiOblique: Standard "(1.05)" Standard ROM
  457. *% *Font URWGothicL-DemiObli: Standard "(1.05)" Standard ROM
  458. *Font Helvetica: Standard "(1.05)" Standard ROM
  459. *% *Font NimbusSanL-Regu: Standard "(1.05)" Standard ROM
  460. *Font Helvetica-Oblique: Standard "(1.05)" Standard ROM
  461. *% *Font NimbusSanL-ReguItal: Standard "(1.05)" Standard ROM
  462. *Font Helvetica-Bold: Standard "(1.05)" Standard ROM
  463. *% *Font NimbusSanL-Bold: Standard "(1.05)" Standard ROM
  464. *Font Helvetica-BoldOblique: Standard "(1.05)" Standard ROM
  465. *% *Font NimbusSanL-BoldItal: Standard "(1.05)" Standard ROM
  466. *Font Helvetica-Narrow: Standard "(1.05)" Standard ROM
  467. *% *Font NimbusSanL-ReguCond: Standard "(1.05)" Standard ROM
  468. *Font Helvetica-Narrow-Oblique: Standard "(1.05)" Standard ROM
  469. *% *Font NimbusSanL-ReguCondItal: Standard "(1.05)" Standard ROM
  470. *Font Helvetica-Narrow-Bold: Standard "(1.05)" Standard ROM
  471. *% *Font NimbusSanL-BoldCond: Standard "(1.05)" Standard ROM
  472. *Font Helvetica-Narrow-BoldOblique: Standard "(1.05)" Standard ROM
  473. *% *Font NimbusSanL-BoldCondItal: Standard "(1.05)" Standard ROM
  474. *Font Palatino-Roman: Standard "(1.05)" Standard ROM
  475. *% *Font URWPalladioL-Roma: Standard "(1.05)" Standard ROM
  476. *Font Palatino-Italic: Standard "(1.05)" Standard ROM
  477. *% *Font URWPalladioL-Ital: Standard "(1.05)" Standard ROM
  478. *Font Palatino-Bold: Standard "(1.05)" Standard ROM
  479. *% *Font URWPalladioL-Bold: Standard "(1.05)" Standard ROM
  480. *Font Palatino-BoldItalic: Standard "(1.05)" Standard ROM
  481. *% *Font URWPalladioL-BoldItal: Standard "(1.05)" Standard ROM
  482. *Font NewCenturySchlbk-Roman: Standard "(1.05)" Standard ROM
  483. *% *Font CenturySchL-Roma: Standard "(1.05)" Standard ROM
  484. *Font NewCenturySchlbk-Italic: Standard "(1.05)" Standard ROM
  485. *% *Font CenturySchL-Ital: Standard "(1.05)" Standard ROM
  486. *Font NewCenturySchlbk-Bold: Standard "(1.05)" Standard ROM
  487. *% *Font CenturySchL-Bold: Standard "(1.05)" Standard ROM
  488. *Font NewCenturySchlbk-BoldItalic: Standard "(1.05)" Standard ROM
  489. *% *Font CenturySchL-BoldItal: Standard "(1.05)" Standard ROM
  490. *Font Times-Roman: Standard "(1.05)" Standard ROM
  491. *% *Font NimbusRomNo9L-Regu: Standard "(1.05)" Standard ROM
  492. *Font Times-Italic: Standard "(1.05)" Standard ROM
  493. *% *Font NimbusRomNo9L-ReguItal: Standard "(1.05)" Standard ROM
  494. *Font Times-Bold: Standard "(1.05)" Standard ROM
  495. *% *Font NimbusRomNo9L-Medi: Standard "(1.05)" Standard ROM
  496. *Font Times-BoldItalic: Standard "(1.05)" Standard ROM
  497. *% *Font NimbusRomNo9L-MediItal: Standard "(1.05)" Standard ROM
  498. *Font Symbol: Special "(001.005)" Special ROM
  499. *% *Font StandardSymL: Special (001.005)" Special ROM
  500. *Font ZapfChancery-MediumItalic: Standard "(1.05)" Standard ROM
  501. *% *Font URWChanceryL-MediItal: Standard "(1.05)" Standard ROM
  502. *Font ZapfDingbats: Special (001.005)" Special ROM
  503. *% *Font Dingbats: Special (001.005)" Special ROM
  504. *% Then a few ghostscript extras
  505. *Font Charter-Roman: Standard "(2.0-1.0)" Standard ROM
  506. *Font CharterBT-Roman: Standard "(2.0-1.0)" Standard ROM
  507. *Font Charter-Italic: Standard "(2.0-1.0)" Standard ROM
  508. *Font CharterBT-Italic: Standard "(2.0-1.0)" Standard ROM
  509. *Font Charter-Bold: Standard "(2.0-1.0)" Standard ROM
  510. *Font CharterBT-Bold: Standard "(2.0-1.0)" Standard ROM
  511. *Font Charter-BoldItalic: Standard "(2.0-1.0)" Standard ROM
  512. *Font CharterBT-BoldItalic: Standard "(2.0-1.0)" Standard ROM
  513. *Font Utopia-Regular: Standard "(001.001)" Standard ROM
  514. *Font Utopia-Italic: Standard "(001.001)" Standard ROM
  515. *Font Utopia-Bold: Standard "(001.001)" Standard ROM
  516. *Font Utopia-BoldItalic: Standard "(001.001)" Standard ROM
  517.  
  518. *% == Most of these set distiller parameters
  519. *% If the target device is not the Ghostscript pdfwrite device,
  520. *% then these should all be left at "Default"
  521. *OpenGroup: PDF
  522.  
  523. *% == The pdfwrite device can select different color spaces
  524. *OpenUI *ColorModel/PDF Colour Model: PickOne
  525. *DefaultColorModel: "Default"
  526. *OrderDependency: 20 AnySetup *ColorModel
  527. *ColorModel Default: ""
  528. *ColorModel Grey: "<< /ProcessColorModel /DeviceGray >> setpagedevice"
  529. *ColorModel RGB: "<< /ProcessColorModel /DeviceRGB >> setpagedevice"
  530. *ColorModel CMYK: "<< /ProcessColorModel /DeviceCMYK >> setpagedevice"
  531. *CloseUI: *ColorModel
  532.  
  533. *OpenUI *PDFSettings/PDF Settings: PickOne
  534. *DefaultPDFSettings: "Default"
  535. *OrderDependency: 30 AnySetup *PDFSettings
  536. *PDFSettings Default: ""
  537. *PDFSettings Screen: ".distillersettings /screen get setdistillerparams"
  538. *PDFSettings Ebook: ".distillersettings /ebook get setdistillerparams"
  539. *PDFSettings Printer: ".distillersettings /printer get setdistillerparams"
  540. *PDFSettings Prepress: ".distillersettings /prepress get setdistillerparams"
  541. *CloseUI: *PDFSettings
  542.  
  543. *OpenUI *ColorImageFilter/PDF Colour Image Compression: PickOne
  544. *DefaultColorImageFilter: "Default"
  545. *OrderDependency: 40 AnySetup *ColorImageFilter
  546. *ColorImageFilter Default: ""
  547. *ColorImageFilter JPEG: "<< /AutoFilterColorImages false /ColorImageFilter /DCTEncode >> setdistillerparams"
  548. *ColorImageFilter Flate: "<< /AutoFilterColorImages false /ColorImageFilter /FlateEncode >> setdistillerparams"
  549. *CloseUI: *ColorImageFilter
  550.  
  551. *OpenUI *GrayImageFilter/PDF Grey Image Compression: PickOne
  552. *DefaultGrayImageFilter: "Default"
  553. *OrderDependency: 40 AnySetup *GrayImageFilter
  554. *GrayImageFilter Default: ""
  555. *GrayImageFilter JPEG: "<< /AutoFilterGrayImages false /GrayImageFilter /DCTEncode >> setdistillerparams"
  556. *GrayImageFilter Flate: "<< /AutoFilterGrayImages false /GrayImageFilter /FlateEncode >> setdistillerparams"
  557. *CloseUI: *GrayImageFilter
  558.  
  559. *OpenUI *MonoImageFilter/PDF Monochrome Image Compression: PickOne
  560. *DefaultMonoImageFilter: "Default"
  561. *OrderDependency: 40 AnySetup *MonoImageFilter
  562. *MonoImageFilter Default: ""
  563. *MonoImageFilter FaxG3/Fax G3: "<< /AutoFilterMonoImages false /MonoImageFilter /CCITTFaxEncode >> setdistillerparams"
  564. *MonoImageFilter Flate: "<< /AutoFilterMonoImages false /MonoImageFilter /FlateEncode >> setdistillerparams"
  565. *CloseUI: *MonoImageFilter
  566.  
  567. *OpenUI *CompatibilityLevel/PDF Compatibility: PickOne
  568. *DefaultCompatibilityLevel: "Default"
  569. *OrderDependency: 40 AnySetup *CompatibilityLevel
  570. *CompatibilityLevel Default: ""
  571. *CompatibilityLevel 1.2: "<< /CompatibilityLevel 1.2 >> setdistillerparams"
  572. *CompatibilityLevel 1.3: "<< /CompatibilityLevel 1.3 >> setdistillerparams"
  573. *CompatibilityLevel 1.4: "<< /CompatibilityLevel 1.4 >> setdistillerparams"
  574. *CloseUI: *CompatibilityLevel
  575.  
  576. *OpenUI *AutoRotatePages/PDF AutoRotatePages: PickOne
  577. *DefaultAutoRotatePages: "Default"
  578. *OrderDependency: 40 AnySetup *AutoRotatePages
  579. *AutoRotatePages Default: ""
  580. *AutoRotatePages None: "<< /AutoRotatePages /None >> setdistillerparams"
  581. *AutoRotatePages PageByPage: "<< /AutoRotatePages /PageByPage >> setdistillerparams"
  582. *AutoRotatePages All: "<< /AutoRotatePages /All >> setdistillerparams"
  583. *CloseUI: *AutoRotatePages
  584.  
  585. *OpenUI *EmbedAllFonts/PDF EmbedAllFonts: PickOne
  586. *DefaultEmbedAllFonts: "Default"
  587. *OrderDependency: 40 AnySetup *EmbedAllFonts
  588. *EmbedAllFonts Default: ""
  589. *EmbedAllFonts True: "<< /EmbedAllFonts true >> setdistillerparams"
  590. *EmbedAllFonts False: "<< /EmbedAllFonts false >> setdistillerparams"
  591. *CloseUI: *EmbedAllFonts
  592.  
  593. *OpenUI *SubsetFonts/PDF SubsetFonts: PickOne
  594. *DefaultSubsetFonts: "Default"
  595. *OrderDependency: 40 AnySetup *SubsetFonts
  596. *SubsetFonts Default: ""
  597. *SubsetFonts True: "<< /SubsetFonts true >> setdistillerparams"
  598. *SubsetFonts False: "<< /SubsetFonts false >> setdistillerparams"
  599. *CloseUI: *SubsetFonts
  600.  
  601. *OpenUI *CompressPages/PDF Compress Pages: PickOne
  602. *DefaultCompressPages: "Default"
  603. *OrderDependency: 40 AnySetup *CompressPages
  604. *CompressPages Default: ""
  605. *CompressPages True: "<< /CompressPages true >> setdistillerparams"
  606. *CompressPages False: "<< /CompressPages false >> setdistillerparams"
  607. *CloseUI: *CompressPages
  608.  
  609. *CloseGroup: PDF
  610.  
  611. *% End of Ghostscript PDF Writer PPD file
  612.