You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/05/26 12:37:01 UTC

[jira] [Reopened] (PDFBOX-1539) ERROR: Java heap space during text extraction

     [ https://issues.apache.org/jira/browse/PDFBOX-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr reopened PDFBOX-1539:
-------------------------------------


>  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.2#6252)