Hi, * I want to get starting and ending page number from the PDF file by PDFBOX
* I have attached one sample PDF file (Sample.pdf), In that PDF file, page number starting from 4 and ends at 7... I wanna get 4 as starting page and 7 as ending page number... *EX :* 4 (1 of 4) * I have tried *getStartPage*() and *getEndPage*() methods from PDFTextStripper class, but i am not able to get that numbers..... * Please let me, how to do it by PDFBOX....... * Thanks in advance -- With Regards, JavaImran

