Christian Czech created PDFBOX-1539:
---------------------------------------
Summary: ERROR: Java heap space during text extraction
Key: PDFBOX-1539
URL: https://issues.apache.org/jira/browse/PDFBOX-1539
Project: PDFBox
Issue Type: Bug
Components: Text extraction
Affects Versions: 1.7.1
Environment: Windows XP, java version 1.6.0_39
Reporter: Christian Czech
ERROR: Java heap space during text extraction
Code:
PDFTextStripper stripper = null;
stripper = new PDFTextStripper(encoding);
stripper.setStartPage(startPage);
stripper.setEndPage(5);
stripper.setSortByPosition(true);
...
stripper.writeText(document, outputWriter_txt);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira