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:48:01 UTC

[jira] [Commented] (PDFBOX-1739) Load document error for two RegisSTAR documents

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

Tilman Hausherr commented on PDFBOX-1739:
-----------------------------------------

Forgot to mention that my change will only work with loadNonSeq().

> Load document error for two RegisSTAR documents
> -----------------------------------------------
>
>                 Key: PDFBOX-1739
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1739
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: Text extraction
>    Affects Versions: 1.8.2, 1.8.5, 1.8.6, 2.0.0
>         Environment: Windows 8, Java 1.7.0_40 64-Bit Server VM (build 24.0-b56, mixed mode)
>            Reporter: Christian Czech
>            Assignee: Tilman Hausherr
>            Priority: Minor
>             Fix For: 1.8.6, 2.0.0
>
>         Attachments: 1c890.pdf, 1c891.pdf
>
>
> Hello,
> I've the problem during load PDF document.
> My code:
> String input = "D:\\documents\\1c890.pdf";
> PDDocument document = null;
> try {
>   document = PDDocument.load(input);
>   ...
> } catch (Exception e) {
>   
> }
> error message: Error: Expected an integer type, actual='n'



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