We have a little problem with fonts in PDF documents. In order to put the finger on the problem I\'d like to inspect, which fonts are actually embedded in the pdf document and w
using the free iText (or iTextSharp if you're on .NET) you can write a utility that will extract for you this information using the BaseFont.GetDocumentFonts method.