Hi, thanks for your quick help Erik. There is one thing I'd like to clarify to avoid outdated infos. All links to www.pdfbox.org are outdated, please use pdfbox.apache.org instead. The root link will be redirected automatically but not the links to the subpages, e.g. the mentioned javadoc describes the 0.7.4 version of pdfbox hosted at sourceforge.
BR Andreas Lehmkühler ----- original Nachricht -------- Betreff: Re: Get all fonts and find out if they are embedded Gesendet: Mo, 01. Feb 2010 Von: Erik Scholtz, ArgonSoft GmbH<[email protected]> > Andreas, > > try resources.getFonts() like resources.getImages() in the example with > the images. > > Fonts are handled as PDFont; the javadoc therefor you'll find at: > http://www.pdfbox.org/javadoc/org/pdfbox/pdmodel/font/PDFont.html > > It is always a good idea to look at the examples and the javadoc first ( > http://www.pdfbox.org/javadoc/ ). > > And a last request from me to you: > Please reply to the mail your answering by using your email-programs > reply-function: By creating a new mail, the thread is broken and it is > very difficult to keep track of the thread otherwise. > > Ciao, > Erik > > > Roeder, Andreas wrote: > > Hello, > > > > How can I find out which fonts are used inside a PDF and if they are > embedded? > > > > Best Regards, > > > > Andreas > --- original Nachricht Ende ----

