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 color.
That's more difficult. Leonard answered this question recently. See the mailing list archives. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
