[
https://issues.apache.org/jira/browse/PDFBOX-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13913602#comment-13913602
]
Tilman Hausherr commented on PDFBOX-1539:
-----------------------------------------
Does this still happen with the current 1.8 version? I just tried with the
unreleased 2.0 version and had no problem.
> 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
> Attachments: 3294e.pdf
>
>
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)