You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Adam Nichols (JIRA)" <ji...@apache.org> on 2010/08/27 18:36:55 UTC

[jira] Closed: (PDFBOX-311) Expected to read '%%EOF' instead started reading 'e'

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

Adam Nichols closed PDFBOX-311.
-------------------------------

         Assignee: Adam Nichols
    Fix Version/s: 1.3.0
       Resolution: Duplicate

Duplicate of PDFBOX-506

> Expected to read '%%EOF' instead started reading 'e'
> ----------------------------------------------------
>
>                 Key: PDFBOX-311
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-311
>             Project: PDFBox
>          Issue Type: Bug
>            Assignee: Adam Nichols
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1800993
> Originally submitted by poorani on 2007-09-24 02:24.
> Hi,
> I am trying to search a particular word in PDF document. Am getting the following exception when i use the statement : 
> PDDocument.load(fileName)
> Error :
> java.io.IOException: Error: Expected to read '%%EOF' instead started reading 'e'
>  at org.pdfbox.pdfparser.BaseParser.readExpectedString(BaseParser.java:1022)
>  at org.pdfbox.pdfparser.PDFParser.parseObject(PDFParser.java:364)
>  at org.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:176)
>  at org.pdfbox.pdmodel.PDDocument.load(PDDocument.java:707)
>  at org.pdfbox.pdmodel.PDDocument.load(PDDocument.java:691)
> Can anybody help me in this.
> Thanks in advance.
> cheers,
> Poorni

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.