How to convert a ps file to a pdf file that is available for publish (embedded fonts, etc)?
如何将 ps文件转换为可用于发布的pdf文件(嵌入式字体等)?
Convert the file.ps ps file to file.pdf:
将file.ps ps文件转换为file.pdf:
$ps2pdf -dPDFSETTINGS=/printer file.ps file.pdf</pre>
Embedding Fonts in PDFs with pdflatex by Jeffrey P. Bigham:
Jeffrey P. Bigham用pdflatex在PDF中嵌入字体:
http://www.manticmoo.com/articles/jeff/programming/latex/embedding-fonts-with-pdflatex.php
http://www.manticmoo.com/articles/jeff/programming/latex/embedding-fonts-with-pdflatex.php
Answered by SA.由SA回答。
翻译自: https://www.systutorials.com/how-to-convert-a-ps-file-to-a-pdf-file/