You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Dinesh (JIRA)" <ji...@apache.org> on 2019/01/24 14:54:00 UTC

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

Dinesh created PDFBOX-4443:
------------------------------

             Summary: Error: End-of-File, expected line
                 Key: PDFBOX-4443
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4443
             Project: PDFBox
          Issue Type: Bug
          Components: Text extraction
    Affects Versions: 1.8.2
         Environment: Linux 
pdfbox 1.8.2 

            Reporter: Dinesh
             Fix For: 1.8.2


Getting this exception when filename is passed from shell script in linux.

ExtractText failed with the following exception:
java.io.IOException: Error: End-of-File, expected line
        at org.apache.pdfbox.pdfparser.BaseParser.readLine(BaseParser.java:1489)
        at org.apache.pdfbox.pdfparser.PDFParser.parseHeader(PDFParser.java:298)
        at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:173)
        at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1211)
        at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1176)
        at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1101)
        at org.apache.pdfbox.ExtractText.startExtraction(ExtractText.java:212)
        at org.apache.pdfbox.ExtractText.main(ExtractText.java:85)
        at org.apache.pdfbox.PDFBox.main(PDFBox.java:58)




--
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