Hi,
Is it possible to someway examine a PDF file/stream and see the number of pages in the file before processing the file? Basically we want to put a limit on the number of pages in a document that can be processed by our application and find currently by using “new com.aspose.pdf.Document( bis );” and then checking the number of pages it takes a large amount of time to process.
Thanks for any suggestions.
Gary