For papers that require a PDF with all fonts embedded, often the fonts in PDF figures (imported via pdflatex) are not embedded (I have this problem with my figures created from gnuplot that use Helvetica). This trick worked nicely to convert the figure to one with Helvetica embedded (and pdflatex takes care of the rest)
gs -dSAFER -dNOPLATFONTS -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=letter -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -sOutputFile=fig/figure1-embeddedfonts.pdf -f fig/figure1.pdf
Source: http://colinm.org/tips/latex
A repository of notes; by noto, for noto. Made public so noto can read it from anywhere. It won't make any sense to you.
No comments:
Post a Comment