李澄清
"Font Helvetica, Times-Roman is not embedded"字体嵌入处理方法
2019-1-26 20:31
阅读:7942
标签:Helvetica, Times-Roman, embedded, 字体, 嵌入, Helvetica
  1. IEEE会议论文录用后,pdf文件需要在https://www.pdf-express.org上通过检查。
    MANDATORY: USE IEEE PDF EXPRESS to ensure your PDF is Xplore compliant.

a.png

     通常这是因嵌入的图像pdf文件中没有嵌入相应字体造成的。

 2. 下载安装Ghostscript https://www.ghostscript.com/download/gsdnld.html 


3. 将待处理的图像文件figure.pdf放在文件夹temp中,然后构建批处理文件conduct.bat,点击该批处理文件后可获得处理后的文件figure_new.pdf

image.png

gswin64 -dSAFER -dNOPLATFONTS -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=letter 

-dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 -dMaxSubsetPct=100 

-dSubsetFonts=true -dEmbedAllFonts=true -sOutputFile=temp/figure_new.pdf -f temp/figure.pdf


参考
a. How to embed all fonts in your PDF file
https://sites.google.com/site/xyzliwen/resource/embed_font_ieee_pdf_explore

b. IEEE PDF eXpress 的使用一二http://blog.sciencenet.cn/blog-509534-494561.html 

转载本文请联系原作者获取授权,同时请注明本文来自李澄清科学网博客。

链接地址:https://wap.sciencenet.cn/blog-468853-1159249.html?mobile=1

收藏

分享到:

当前推荐数:0
推荐到博客首页
网友评论0 条评论
确定删除指定的回复吗?
确定删除本博文吗?