Re: [iText-questions] PdfDictionary.isFont(), .isPages() etc.

2009-06-11 Thread Christian Kirchhoff
Thank you, it was just for testing something. I understand how to go through the logcal tree. Best regards, Christian *Editura Gesellschaft für Verlagsdienstleistungen mbH* Tempelhofer Damm 2 · 12101 Berlin www.editura.de AG Berlin-Charlottenburg · HR B 81823 · USt.Id. DE217180548 Geschäftsführ

Re: [iText-questions] PdfDictionary.isFont(), .isPages() etc.

2009-06-09 Thread Leonard Rosenthol
This is the COMPLETELY WRONG WAY to find all fonts in a PDF. You need to navigate down the "logical tree", starting at the /Catalog and then going through the /Pages tree, finding all content streams, checking their resources, etc. Leonard On 6/9/09 12:35 PM, "Christian Kirchhoff" wrote: H

Re: [iText-questions] PdfDictionary.isFont(), .isPages() etc.

2009-06-09 Thread Paulo Soares
> -Original Message- > From: Christian Kirchhoff [mailto:christian.kirchh...@editura.de] > Sent: Tuesday, June 09, 2009 11:35 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfDictionary.isFont(), .isPages() etc. > > But then what is

[iText-questions] PdfDictionary.isFont(), .isPages() etc.

2009-06-09 Thread Christian Kirchhoff
Hello, I want to use iText to examine existing pdf files, not to create new ones. While playing around with the ClimbTheTree example I had the feeling that the functions mentiones in the subject to not work as I would expect them to work. For example when I want to iterate through all object