论文提交时,要求所有的字体都是嵌入的,为这个问题折腾了很久,发现了一个很好的答案,记一下:
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:WindowsFonts -o output-pdf-with-embedded-fonts.pdf -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress input-pdf-where-some-fonts-are-not-embedded.pdf
通常安装了ctex的,都有ghostScript