Title: RE: [iText-questions] page extraction - problem
Currently all the pages are parsed. I have plans to do incremental loading but I have a few things first in my to-do list.
Best Regards,
Paulo Soares
-Original Message-
From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On
Hello,
I have a little question, I want extract a page from a PDF document to
generate a new document. But I have some performances problems because my
sources files can have more than 50.000 pages. And the class PdfReader
verify all objects in PDF file, is there anyway to bypass this step ?
--