welcome: please sign in
location: Diff for "Computer/Latex/EmbeddingFontsPDF"
Differences between revisions 3 and 4
Revision 3 as of 2011-02-10 13:27:03
Size: 411
Editor: leif
Comment:
Revision 4 as of 2011-02-10 13:28:06
Size: 422
Editor: leif
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * Create the pdf file with the command `ps2pdf -dPDFSETTINGS=/prepress -dEmbedAllFonts=true `<name of ps file>  * Create the pdf file with the command<<BR>>
   
`ps2pdf -dPDFSETTINGS=/prepress -dEmbedAllFonts=true `<name of ps file>

Embedding All Fonts in PDF

Upload services for conferences, like PaperPlaza, often require that all fonts are embedded. The way to do that for a LaTeX document is to add options to the ps2pdf command.

  • Create a ps file, i.e. use dvips, not dvipdf
  • Create the pdf file with the command

    • ps2pdf -dPDFSETTINGS=/prepress -dEmbedAllFonts=true <name of ps file>

Now all fonts should be embedded.

Computer/Latex/EmbeddingFontsPDF (last edited 2018-06-05 15:56:12 by leif)