in reply to Being Popular

I'm having difficulty finding a windows program for reading postscript files. Can anyone offer a suggestion for those of us who don't have our own *nix box?

Replies are listed 'Best First'.
Re:x2 Being Popular
by grinder (Bishop) on Aug 03, 2001 at 18:32 UTC
    I have unix machines, but none of them run X, so having Unix is necessary but not sufficient.

    I have Adobe's Acrobat Distiller, so I was able to convert the file to PDF and read that. If that is not an option for you, there are versions of Ghostscript for Windows.

    --
    g r i n d e r
Re: Being Popular
by Hanamaki (Chaplain) on Aug 03, 2001 at 19:01 UTC
    If you cannot print out the PS file directly to a Postscript printer Ghostscript will do the job. Ghostscript is available for Unix, Windows,Macs, and maybe some other plattforms. E.g. Ghostscript will allow you with the "ps2pdf" command to translate PS-Files to PDFs.

    Hanamaki