1

While binding a pdf file using Aspose 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 -Xms512M -Xmx1024M but the error persist. Any suggestions?

4

1 回答 1

1

如果错误出现在 bindPdf() 方法上,那么任何人都无法找出问题所在。只是为了确保它是与堆相关的问题,尝试进一步增加堆大小并查看它是否加载了更多内存。

请在Aspose.Pdf论坛发帖并报告此问题。

我是 Aspose 的开发人员布道师。

于 2013-06-03T18:43:33.080 回答