Does anyone know how to read a .ps file?

  • Thread starter Thread starter twotaileddemon
  • Start date Start date
  • Tags Tags
    File
AI Thread Summary
To read files that a computer cannot open, users recommend downloading Ghostscript, a free program available at www.ghostscript.com, which is effective for viewing PostScript files. Adobe Acrobat can also be used, as it converts PostScript files to PDF format for viewing. Ghostview and GSview are additional tools that can be utilized alongside Ghostscript for enhanced functionality. For online options, a viewer like view.samurajdata.se supports various file formats, including PostScript. While Notepad++ is mentioned, it is primarily a text editor and may not be suitable for rendering PostScript files, although it can provide syntax highlighting.
twotaileddemon
Messages
258
Reaction score
0
My computer can't read these files and I was wondering if you know a safe site I can download a program to read them? thanks..

(sorry I posted this in the sub-form, thought it would get more responses here)
 
Computer science news on Phys.org
twotaileddemon said:
My computer can't read these files and I was wondering if you know a safe site I can download a program to read them? thanks..

(sorry I posted this in the sub-form, thought it would get more responses here)

I use Ghostscript. You can google it and download it for free

EDIT: www.ghostscript.com
 
If I remember correctly Google knows how to convert postscript to html, so if you can find a .ps file which is indexed by google (or maybe if you just type its url into the google search box) you may be able to read a converted version of the .ps file on google.com. However formatting will be all messed up...

The built in "Preview" program on mac os x can open postscript files but it is very slow at it.
 
char00les said:
Better yet, use notepad. If you want a better editor I would suggest Notepad++. Work's with everything. Download here: http://notepad-plus.sourceforge.net/uk/download.php

You must have posted the wrong thread; Notepad++ is a text editor; NOT what the OP asked about.

I agree with nrqed, download Ghostscript and Ghostview (you'll need both).
Adobe Acrobat can also read postscript files, although it does it by first converting them to PDF files.
 
You can also use something like ps2pdf to convert, but like some others said, many use ghostscript to view.
 
f95toli said:
You must have posted the wrong thread; Notepad++ is a text editor; NOT what the OP asked about.
Well he did ask if anything could read .ps not render it ;-)

Notepad++ will do syntax highlighting of a ps file
 
Back
Top