How do you read .ps files?

buc99

Don't Tread on Me!
Simple unix question:

Lately I have come across many documents written in postscript. They all have the .ps extension. What app can you use to read these?

Thanks.:)
SA
 
i just tried a postscript document with acrobat reader. i couldn t get it to open. i can t verify photoshop or illustrator. ghostscript is a common program in the world for displaying ps documents.

i use TeXShop for creating postscript documents, but it can also display them. it is free and open source. in fact, it won the apple best open source port award from apple. look for it on their macosx downloads site
 
.ps is PostScript; that is to say, the file that a PostScript output device can natively understand. It's also the type of file created when one "prints to file" from within a print dialog box.

.pdf files are Portable Document Format files; they are, essentially, .ps files which carry the .pdf extenstion and begin with %PDF.

Many freeware programs exist to automate the conversion from .ps to .pdf; the reverse is not really necessary as PostScript Level Three devices also understand .pdf files natively. For printing, just place the .pdf file in the print queue and your PostScript 3 device will not bat an eye, or even spend time processing the file; it will simply print it.
 
yeah, chenly is right. sometimes the easiest way to view a postscript file is to just print it. my network printer lets my just ftp a file, ascii or postscript, and it will print it.
 
if you don't want to go the way of huge TeXShop style installations; GS is about 7 Megs.
It comes with ps2pdf script which converts to PDF, like

ps2pdf document.ps

result is document.pdf

Since it is a PostScript script, it does not deal very well with blanks in filenames; just make sure that your document.ps does not have one in the document filename part.

You can find GS at Source Forge.
 
Additionally, Photoshop, Illustrator, and InDesign, three of the four top-tier Adobe applications I own, can also import .ps files directly, although, obviously, each in its own way. To the best of my knowledge, Acrobat, the PDF editor, cannot, but this may not be entirely accurate; if it can, I don't know how to do it (I don't use Acrobat for much more than reading PDFs).
 
Thank you everyone for the head start.
I will play around with some different items and see what I come up with that works best for my situation.

Thanks Again.:)
SA
 
Adobe Acrobat Distiller will convert .ps files to .pdf
It's not OS X native yet though
CorelDraw and Illustrator should be able to open the .ps files
 
If you doubleclick onto a Postscript file, Preview is loaded and tells that
it is converting the file to PDF. I tried with a few files (EPSs and some others),
but in each case I ended up with an empty window.

If you read Preview's Help, it says:

If you open a PostScript (PS) or EPS file in Preview, it is
converted to a PDF.

So you might like to try, those files were made in Windows, I guess.
 
Back
Top