tags:

views:

59

answers:

2

I'm creating PDFs with a library, and I know next to nothing about PDF. I've been told by the people at the printers that they are having a problem with 'subsetted' fonts in the PDFs. They want me to embed the entire font to see if this is causing the problem.

First step - I'd like to confirm the fonts are subsetted. Acrobat Reader doesn't give me this info (correction: it's right there in the properties tab). Is there some other utility (or library) that I could use to determine this. I've had a quick look at the command line options for Ghostscript and can't find anything obvious.

I'm creating the pdfs in a C# app - but I'm happy to use any platform to diagnose this (Linux / C / Java / etc).

+1  A: 

I don't have the free one sitting around anywhere, but the full version of Acrobat will certainly give that to you under File > Properties... > Fonts.

Yup, the free one does it, too. alt text

Azeem.Butt
A: 

Commercial product Apago PDFspy extracts tons of information from a PDF file into a XML file. The report included detailed information about fonts including subset and embed status.

http://www.apagoinc.com/pdfspy

Dwight Kelly