From: Mateusz Z. <mat...@up...> - 2014-11-27 10:55:24
|
Hello, I would like to get page from pdf by its number. I know that I could recursively iterate through pageTree.getKids and store them in list. List indexes will be page numbers. I wonder if I could do this easier? Something like: PDPage firstPage = (PDPage)doc.getAllPages().get( 0 ); in pdfBox. Regards, Mateusz Zakarczemny |