<
投稿时的PDF检测中出现问题的解决方法
>
上一篇

如何处理网络训练中产生NaN的问题
下一篇

Pytorch 减少显存占用

一般IEEE会议论文进行投稿提交之前都要进行 PDF 的检测,我在提交的时候主要检查了两项内容:

检查页边距是否符合规定

基本按照模板来写文章,不更改模板里的设置,这一项基本不会有问题。

检查是否包含非嵌入的字体

在使用 LaTex 写文章插入图片时,所使用的图片格式为 *.pdf, *.eps 图中包含了多种字体,遇到了以下两种问题:

字体相关:Fonts is not embedded,字体嵌入存在问题

在 PDF 应当使用嵌入的字体而不是系统字体,有两种解决方案:

office 相关的解决方案

在使用 office 软件将相关文档转存为 pdf 格式时,在另存为弹出窗口时选择“选项”,勾选【PDF选项】下的“符合 ISO 19005-1 标准(PDF/A)”,确定后进行下一步。

Adobe Acrobat 相关解决方案

使用 Adobe Acrobat 将不标准的 PDF 文档另存为标准的符合 IEEE 所要求的格式。

Hit Error Missing XObject

首先看一下官方给的解释:

Internal pdf error, caused by one of the figures. This seems to occur when figures are directly saved as pdf from Matlab or Xfig. Try to resolve this by rasterizing the figures (converting to jpeg or png). Avoid progressive jpeg. Some users could work around this issue by converting all figures to eps.

Sometimes re-distilling the pdf makes the problem go away: Open the pdf in Adobe Acrobat Pro and save to postcript. Use Adobe Distiller to recompile the pdf.

If all fails send us the pdf for inspection.

大意就是当把一张图直接从 Matlab 或者 Xfig 直接保存为 pdf,在文档里插入了这样图片的 PDF 时会产生这样的错误。

解决的方法包括:

Top
Foot