Erik, Thank you, again!!!
I had a look for the JavaDocs. Examples I could not find at www.pdfbox.org. That's why I chose the mailing-list. Best Regards, Andreas -----Ursprüngliche Nachricht----- Von: Erik Scholtz, ArgonSoft GmbH [mailto:[email protected]] Gesendet: Montag, 1. Februar 2010 12:06 An: [email protected] Betreff: Re: Get all fonts and find out if they are embedded 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

