Search code examples
google-chromepostscript

Viewing .ps files with google chrome?


I wonder if there is a way to view .ps files without downloading/saving them while one using the Google chrome?


Solution

  • There is currently no way to view .ps (PostScript) files in Google Chrome.

    I can imagine two ways to get the desired result though:

    1. Convert the postscript file to PDF with some third-party utility and use Chrome's built-in PDF Viewer (or the PDF.js PDF Viewer Chrome extension) to display the PDF file. (this is relatively easy and can be implemented as a Chrome extension)
    2. Implement a PostScript parser, and integrate it in PDF.js.