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