Re: EPS to PDF contour plots [message #75692 is a reply to message #75568] |
Mon, 04 April 2011 17:43   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Heinz Stege writes:
> there are no stripes within the graphics, when you use Ghostscript to
> convert the Postscript file to PDF. You can even do it from the IDL
> command line. Here is, what I did on Windows:
>
> input_file='test.ps'
> output_file='test.pdf'
> command='"C:\Program Files\gs\gs8.61\bin\gswin32c.exe" '+$
> '-q -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress '+$
> '-dAutoRotatePages=/PageByPage -sOutputFile="'+output_file+'" '+$
> input_file
> spawn,command,stdout,stderr,/noshell
> print,stdout,stderr
>
> For me the PDF looks perfect. No stripes.
No, I don't see any stripes either using this
method or using Adobe Distiller. I don't quite
know what to make of it all. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|