## page was renamed from Computer/LaTeX/EmbeddingFontsPDF
## page was renamed from EmbeddingFontsPDF
#acl Known:read,write,admin,delete,revert All:read

== 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<<BR>>
    `ps2pdf -dPDFSETTINGS=/prepress -dEmbedAllFonts=true `<name of ps file>
Now all fonts should be embedded.