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
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.