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 2019/01/27 06:00:00 UTC

[jira] [Closed] (PDFBOX-4443) Error: End-of-File, expected line

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

Tilman Hausherr closed PDFBOX-4443.
-----------------------------------
    Resolution: Cannot Reproduce

Closing due to lack of feedback. You can still comment. Please reopen if you can provide the file. If you are reading from a stream then save into a ByteArrayOutputStream to check whether the file is empty (which I strongly suspect).

> Error: End-of-File, expected line
> ---------------------------------
>
>                 Key: PDFBOX-4443
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4443
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 2.0.13
>         Environment: Linux
>            Reporter: Dinesh
>            Priority: Critical
>              Labels: linux
>
> I am using the latest version of pdfbox.
> I am able to extraxt the file as normal stream in java 8 and open as pdf.
> But when try to load with pdfbox getting below error
> Getting this exception when filename is passed from shell script in linux.
> java.io.IOException: Error: End-of-File, expected line
>  at org.apache.pdfbox.pdfparser.BaseParser.readLine(BaseParser.java:1121) ~[pdfbox-2.0.13.jar:2.0.13]
>  at org.apache.pdfbox.pdfparser.COSParser.parseHeader(COSParser.java:2574) ~[pdfbox-2.0.13.jar:2.0.13]
>  at org.apache.pdfbox.pdfparser.COSParser.parsePDFHeader(COSParser.java:2553) ~[pdfbox-2.0.13.jar:2.0.13]
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:219) ~[pdfbox-2.0.13.jar:2.0.13]
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1200) ~[pdfbox-2.0.13.jar:2.0.13]
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1173) ~[pdfbox-2.0.13.jar:2.0.13]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org