[ 
https://issues.apache.org/jira/browse/PDFBOX-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13920714#comment-13920714
 ] 

Timo Boehme commented on PDFBOX-1920:
-------------------------------------

As I told you 'rePDF', 'cutepdf' etc. are no PDFBox tools, are not known in the 
PDFBox environment and thus cannot be supported, commented etc. PDFBox is 
merely a library for handling PDFs and you use a 3rd party (?) software which 
itself uses PDFBox.
The problem you face only happens with broken PDFs where a stream within the 
PDF cannot be correctly parsed and PDFBox tries to 'repair' it. For this the 
stream has to be re-parsed and in order to do this it has to be filled in the 
push back buffer. If this buffer is too small this action fails. So you have to 
specify the buffer size with the mentioned system property. If you do not know 
how to do this please ask the vendor of the software you are using.

> Buffer Error when trying to run node
> ------------------------------------
>
>                 Key: PDFBOX-1920
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1920
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>            Reporter: Chris Hewkin
>            Assignee: Timo Boehme
>         Attachments: Application.zip
>
>
> Description: Trying to merge PDF using the latest Merge PDF Node but getting 
> the following error 
> There is a problem with task “Merge PDF” in the process “Create Application 
> Pack” 
> Problem: An error occurred in executing an Activity Class. 
> Details: org.apache.pdfbox.exceptions.WrappedIOException: Could not push back 
> 628696 bytes in order to reparse stream. Try increasing push back buffer 
> using system property org.apache.pdfbox.baseParser.pushBackSize 
> Recommended Action: Examine the activity class to correct the error and then 
> resume. 
> Priority of this problem: High Priority 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to