View .ps files with Google Chrome?

I wonder if there is a way to view .ps files without loading / saving them when using Google Chrome?

+7
source share
2 answers

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

I can imagine two ways to get the desired result:

+4
source

You can try using another open source browser. For example, the current version of the openSUSE package collection for 2018_12

http://www.seamonkey-project.org/

opens the .ps file in an external program in 2 clicks:

  1. click displays the ps file as "source code"
  2. in the view "Source Code" there is a button "Open in an external program ...", and after clicking this button, the viewer.ps application starts by default.

At the time of this writing, the SeaMonkey web browser also supported various old Java applets. Java applet page:

http://math.hws.edu/TMCM/java/xSortLab/

SeaMonkey also has a WYSIWYG HTML editor, which unfortunately generates HTML code up to HTML5, but for users with a non-IT background, it can still be very useful as a tool for creating documents based on a static website.

Thanks for reading my comment.

0
source

Source: https://habr.com/ru/post/981115/


All Articles