Re: Viewing and Printing PostScript Files [message #74023 is a reply to message #74022] |
Thu, 16 December 2010 14:19   |
David Gell
Messages: 29 Registered: January 2009
|
Junior Member |
|
|
On Dec 16, 9:34 am, David Fanning <n...@dfanning.com> wrote:
> Folks,
>
> I'm writing a short section to today on viewing and printing
> PostScript files (especially on non-PostScript printers).
> I know about GhostScript and GSView, which I use on Windows,
> but I'm less familiar with what Macintosh people use, and with
> alternatives to GhostScript.
>
> What do you use to view and print PostScript files?
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
My choice if I've only one or two files to convert is preview. After
opening the files, I can rotate to landscape and save. For lots of
files, I've a small applescript script that invokes adobe acrobat to
open the files, convert to PDF rotate and save. I use the script
because one of my IDL applications is the analysis of calibration data
which can generate enormous numbers of plots.
Preview is my first choice because it is free. Acrobat is my second
choice because it isn't. I've also used ghostscript on the mac but
find preview and Acrobat much more convenient.
David Gell
|
|
|