Back to the home page
Links
How to produce PDF files with all fonts embedded and subset
Miscellaneous
![]() |
![]() |
![]() |
latex mypaper.tex
dvips -Ppdf -G0 -ta4 mypaper.dvi -o mypaper.ps
ps2pdf -dPDFSETTINGS=/printer
-dCompatibilityLevel=1.3 -dMaxSubsetPct=100
-dSubsetFonts=true -dEmbedAllFonts=true
-sPAPERSIZE=a4 mypaper.ps
(Quoted from http://ismir2005.ismir.net/pdf.html)
To verify that all went fine type:
pdffonts mypaper.pdf
The output should look like
caton:~/recherche/harq> pdffonts sbliudze.pdf
| name | type | emb | sub | uni | object ID |
| ------------------------------------ | ------------ | --- | --- | --- | --------- |
| MCFNZQ+Times-Roman~11 | Type 1C | yes | yes | no | 18 0 |
| SAPPTT+Times-Roman~e | Type 1C | yes | yes | no | 15 0 |
| OALUHB+Times-Roman | Type 1C | yes | yes | no | 12 0 |
The columns emb (embedded) and sub (subset) should have yes for all fonts listed.
There might be more one day ...
| Last update: 03/03/2006 |
Tous les documents fournis le sont sous la responsabilité de leurs auteurs, et ne représentent pas nécessairement les positions officielles de l'École polytechnique. Les informations données le sont de bonne foi, mais leur véracité ne saurait être garantie.