Quote:
Originally Posted by nekokami
Is there a way to batch-check PDF files to see if they've used Type 3 fonts? It would be nice to process them all before loading them onto the iLiad and experiencing the slowdown. 
|
There is a tool for Linux called
pdffonts (it's in the xpdf-utils package on Debian) which lists all fonts used in a PDF file. Here's some example output:
Code:
$ pdffonts print.pdf
name type emb sub uni object ID
------------------------------------ ----------------- --- --- --- ---------
[none] Type 3 yes no yes 87 0
[none] Type 3 yes no yes 183 0
[none] Type 3 yes no yes 42 0
[none] Type 3 yes no yes 33 0
This could be of help for batch-checking files.