Re: [iText-questions] How to get information from an existing PDF

2006-03-31 Thread Bruno Lowagie
Danielle wrote: Hi, I'd like to know how can I get information from an existing PDF. Yes, with PdfReader. The information I want to get is: number of pages, getNumberOfPages() the page size of a given page getPageSizeWithRotation(pagenumber) and if the document is black & white or c

[iText-questions] How to get information from an existing PDF

2006-03-31 Thread Danielle
Hi, I'd like to know how can I get information from an existing PDF. The information I want to get is: number of pages, the page size of a given page and if the document is black & white or color. I browsed the examples in the web pages but I could not found any information. Thank you.