Hi Team,
I am trying out Aspose PDF Kit for quite long time. I have got one issue which is looking critical. I tried searching post but did not get any proper resolution. Please read below for the problem, I first created an object of PdfFileEditor and splited that main PDF Document to a smaller PDF Document see the code segment below-
PdfFileEditor pfe = new PdfFileEditor();
pfe.splitFromFirst(inFile, 12, outFile);
or
pfe.extract(inFile, 1, 10, outFile);
Now after Split I tried extracting images from the newly formed PDF Document. But Aspose is unable to do so. it's extractor.hasNextImage() of PDFExtracter class does not return any image for this newly extracted document. Please guide me for the same or let me know if you need more details.
Regards,
Amit