How to solve the problem of PDF fonts when uploading EDAs papers
Problem Description
I encountered an issue with uploading font errors when I uploaded an IEEE xplore paper today
Upload Failed:one or more fonts is not embedded. See EDAs FAQ
Solutions Check Font subset
When uploading a PDF document from a Latex output, you need to check that all the fonts in the PDF document are embedded subsets , and check that the edas PDF or Foxit PDF tool opens the pending Check the PDF file paper.pdf open file (file), Properties-font (fonts) to see if all fonts are embedded or have embedded subsets to change the font
If an embedded subset is present
Helvitica fonts are not embedded in the paper using matlab generated images,matlab by default, using the Helvetica font, LATEX when referring to the picture, the default use of the Helvetica Font, which causes the generated PDF file to not embed this font.
steps to resolve:
If the referenced picture is in PDF format, you need to use the shell command ps2pdf13 to convert the Helvetica
Ps2pdf13-dpdfsettings=/prepress fig_non_embedded.pdf Fig_embedded.pdf
If you need to embed the *.ESP image file into your Latex article, you will also need to convert the *.pdf in Step 1 to *.esp file
Pdftops-eps-level2 [Pdfname] [Epsname]
Reference Links
Https://sites.google.com/site/xyzliwen/resource/embed_font_ieee_pdf_explore
Http://www.mit.edu/~kimo/blog/matlab_figures.html