I read here...
http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.50/Ps2pdf.htm#Options
that ps2pdf recognizes all of the Acrobat Distiller 4 parameters, to include (for example)...
-dPDFSETTINGS=configuration
Presets the "distiller parameters" to one of four predefined settings:
- /screen selects low-resolution output similar to the
Acrobat Distiller "Screen Optimized" setting.
- /printer selects output similar to the Acrobat Distiller
"Print Optimized" setting.
- /prepress selects output similar to Acrobat Distiller
"Prepress Optimized" setting.
- /default selects output intended to be useful across a
wide variety of uses, possibly at the expense of a larger output file.
on my Windows XP sp2 computer, i AM able to run...
ps2pdf14 in.ps out.pdf
and 'out.pdf' gets created and is able to be viewed in Reader.
however, the moment i try to add the -dPDFSETTINGS=/printer option, gs croaks with...
C:\Program Files\gs\gs9.04\lib>ps2pdf14 -dPDFsettings=/prepress d:\_junk\in.ps d:\_junk\out.pdf
Error: /undefinedfilename in (/prepress)
Operand stack:
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-
- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fa
lse 1 %stopped_push
Dictionary stack:
--dict:1168/1684(ro)(G)-- --dict:0/20(G)-- --dict:77/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
GPL Ghostscript 9.04: Unrecoverable error, exit code 1
it points to an incorrect filename in '/prepress'...
does anyone know if /prepress is a simple text file one may edit? or if this is something that needs to be addressed/fixed at the source code level?
thanks.
greg