Hello, I'm using Pdfbox on a .NET project, and so far it has been really good for reading the pdfs I've been using. Now I need to identify different fonts that are present on the pdf, I saw that there is a function called getFonts on the stripper instance, but when I use it I get the following error:
EmptyStackException was unhandled Here is the code: https://gist.github.com/1340915 Thank you.

