Hello,
While binding a pdf file using Aspose (aspose-pdf-kit-4.4.0.jar) i got a heap size error.here is the code.
the pdf file is 110MB, and consist of 60000 pages
PdfExtractor extractor = new PdfExtractor();
// bind input pDF file
extractor.bindPdf(this.filePath);
I increased the java heap size like follow -Xms1024M -Xmx1024M, and used the latest jar, but the error persist. Any suggestions?
</div><br>