pdf嵌入字体

论文提交时,要求所有的字体都是嵌入的,为这个问题折腾了很久,发现了一个很好的答案,记一下:

http://stackoverflow.com/questions/4231656/how-do-i-embed-fonts-in-an-existing-pdf/4234150#4234150

下面是我的补充,适合Windows用户:

On win32, if you have installed ghostScript, the command may look like: gswin32c -sFONTPATH=C:\Windows\Fonts -o output-pdf-with-embedded-fonts.pdf -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress input-pdf-where-some-fonts-are-not-embedded.pdf

通常安装了ctex的,都有ghostScript

posted @ 2014-06-16 16:34  ttang  阅读(466)  评论(0编辑  收藏  举报