How to convert a ps file to a pdf file

How to convert a ps file to a pdf file that is available for publish (embedded fonts, etc)?

Convert the file.ps ps file to file.pdf:

$ ps2pdf -dPDFSETTINGS=/printer file.ps file.pdf</pre>

Embedding Fonts in PDFs with pdflatex by Jeffrey P. Bigham:

http://www.manticmoo.com/articles/jeff/programming/latex/embedding-fonts-with-pdflatex.php

Leave a Reply

Your email address will not be published. Required fields are marked *