Go to TogaWare.com Home Page. GNU/Linux Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

PostScript Conversions

A useful tool for converting from PostScript to other editable formats (including vector formats like fig and svg) is pstoedit.

Convert from PostScript to XFig placing the output into example.fig:

$ pstoedit -f fig example.ps

Convert from PostScript to SVG placing the output into example.svg:

$ pstoedit -f plot-svg example.ps

To convert an EPS to Encapsulated PDF:

$ epstopdf image.ps

To strip excess postscript border from the page, noting that some applications (e.g., Splus) seem to place extra white space around the encapsulated PostScript that they generate, which can be a problem when importing into other packages, such as LaTeX, we can:

$ ps2eps < original.eps > new.eps
This determines an accurate bounding box and trims the image to that box.


Support further development by purchasing the PDF version of the book.
Other online resources include the Data Science Desktop Survival Guide.
Books available on Amazon include Data Mining with Rattle and Essentials of Data Science.
Popular open source software includes rattle and wajig.
Hosted by Togaware, a pioneer of free and open source software since 1984.
Copyright © 1995-2020 Togaware Pty Ltd. Creative Commons ShareAlike V4.