論文提交時,要求全部的字體都是嵌入的,爲這個問題折騰了好久,發現了一個很好的答案,記一下:字體
http://stackoverflow.com/questions/4231656/how-do-i-embed-fonts-in-an-existing-pdf/4234150#4234150ip
下面是個人補充,適合Windows用戶:get
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.pdfinput
一般安裝了ctex的,都有ghostScriptit