You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by enibadi <an...@gmail.com> on 2010/01/09 10:01:58 UTC

Extracting text from cyrstal reports

I am using .net version of 0.8.0-incubator (was hard to collect reqired
files), pdf supplier changed the pdf format and I need to extract text from
pdf files which are created by cyrstal reports(pdf version 1.6 and acrobat
7.x). I am getting an exception. I think it is the same problem? Could you
please help me with this? I have no java knowledge.

org.apache.pdfbox.exceptions.WrappedIOException was unhandled
StackTrace:
       at org.apache.pdfbox.pdfparser.PDFParser.parse()
       at org.apache.pdfbox.pdmodel.PDDocument.load(InputStream input,
RandomAccess scratchFile)
       at org.apache.pdfbox.pdmodel.PDDocument.load(InputStream input)
       at org.apache.pdfbox.pdmodel.PDDocument.load(String filename) ....


Thank you very much.