Created
January 27, 2012 21:45
-
-
Save bkamapantula/1691092 to your computer and use it in GitHub Desktop.
Embedding fonts in PDFLateX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@------# pdffonts old_draft1.pdf | |
name type emb sub uni object ID | |
------------------------------------ ----------------- --- --- --- --------- | |
MMNOLU+NimbusRomNo9L-Medi Type 1 yes yes no 4 0 | |
QRJGLY+NimbusRomNo9L-MediItal Type 1 yes yes no 5 0 | |
ZKJODE+NimbusRomNo9L-Regu Type 1 yes yes no 6 0 | |
VDWPAT+CMSY8 Type 1 yes yes no 7 0 | |
VFEFVW+NimbusRomNo9L-ReguItal Type 1 yes yes no 8 0 | |
TXZOPV+CMMI10 Type 1 yes yes no 20 0 | |
HEMEYR+CMR10 Type 1 yes yes no 21 0 | |
VLKDLM+CMSY10 Type 1 yes yes no 22 0 | |
TPNTXH+CMSY7 Type 1 yes yes no 23 0 | |
BZIHJZ+CMMI7 Type 1 yes yes no 24 0 | |
IIJELS+CMR7 Type 1 yes yes no 25 0 | |
JFYUXT+CMMI8 Type 1 yes yes no 45 0 | |
GBCRXR+CMR6 Type 1 yes yes no 46 0 | |
ArialMT TrueType no no no 49 0 | |
Arial-ItalicMT TrueType no no no 50 0 | |
ArialMT TrueType no no no 60 0 | |
Arial-ItalicMT TrueType no no no 61 0 | |
ArialMT TrueType no no no 70 0 | |
Arial-ItalicMT TrueType no no no 71 0 | |
TimesNewRomanPSMT TrueType no no no 72 0 | |
KJAAPB+SymbolMT CID TrueType yes yes yes 73 0 | |
ArialMT TrueType no no no 84 0 | |
Arial-ItalicMT TrueType no no no 85 0 | |
TimesNewRomanPSMT TrueType no no no 86 0 | |
KEMHEN+SymbolMT CID TrueType yes yes yes 87 0 | |
TimesNewRomanPS-ItalicMT TrueType no no no 88 0 | |
root@------# pdftops old_draft1.pdf draft1.ps | |
root@------# ps2pdf14 -dPDFSETTINGS=/prepress -dEmbedAllFonts draft1.ps new.pdf | |
root@------# pdffonts new.pdf | |
name type emb sub uni object ID | |
------------------------------------ ----------------- --- --- --- --------- | |
VKCJJT+NimbusRomNo9L-MediItal Type 1C yes yes no 10 0 | |
CTUTCM+NimbusRomNo9L-Regu Type 1C yes yes no 12 0 | |
GBCFCK+CMSY8 Type 1C yes yes no 14 0 | |
IGXOUN+NimbusRomNo9L-ReguItal Type 1C yes yes no 16 0 | |
QHZNGP+NimbusRomNo9L-Medi Type 1C yes yes no 8 0 | |
BTGBGM+CMR10 Type 1C yes yes no 32 0 | |
SXGDBK+CMR7 Type 1C yes yes no 40 0 | |
SJHVRR+CMSY10 Type 1C yes yes yes 34 0 | |
SBFKNS+CMSY7 Type 1C yes yes no 36 0 | |
ONGROK+CMMI10 Type 1C yes yes no 30 0 | |
SDAUMI+CMMI7 Type 1C yes yes no 38 0 | |
ZNCMVB+Helvetica-Oblique Type 1C yes yes no 50 0 | |
MKSPVC+CMMI8 Type 1C yes yes no 52 0 | |
CNTUYP+CMR6 Type 1C yes yes no 54 0 | |
HVLKAR+Helvetica Type 1C yes yes no 48 0 | |
ODIJGO+SymbolMT_00 TrueType yes yes no 70 0 | |
UWAOMK+Times-Italic Type 1C yes yes no 72 0 | |
TFPAFQ+Times-Roman Type 1C yes yes no 66 0 | |
CLSPCZ+SymbolMT_00 TrueType yes yes no 68 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Work! Thanks