Lots of old academic papers are distributed in ps.gz format. On Linux, after gunzip, I usually just run ps2pdf on the file, but the result is almost unreadable on Android phones and tablets: characters look like little dots, as if the font is not recognized. I tried several options such as -dSubetAllFonts=True or -dEmbedAllFonts=True, but nothing seems to work. Is there a way to convert those old papers in such a way that the font is acceptable for most modern systems (and Android in particular)?
Asked
Active
Viewed 1,300 times
4
namin
- 143
- 5
pkfix-helper asai_thesis.ps, I getReading asai_thesis.ps ... done. Total number of Type 3 fonts encountered: 0 pkfix-helper: No Type 3 fonts were encountered in the input fileand all the fonts (except for the one Japanese subtitle, which is the only readable text) are just none in the final pdf output. – namin Jul 08 '14 at 21:17ps2pdf thesis.psand preview the PDF file, I clearly see Type3 fonts. This is confirmed bypdffonts thesis.pdf. The problem forpkfix-helperis that these fonts are nameless – egreg Jul 08 '14 at 22:16f0,f1, and so on. – egreg Jul 08 '14 at 22:22