Re: Problem with Text Extraction in pdfbox 1.2.1

2010-07-27 Thread Adam
7/27/2010 06:29 Subject: Re: Problem with Text Extraction in pdfbox 1.2.1 Hi Have you checked if the file is protected (read only)? I have never used the PDFtextStripper, but many times I had different response between files due to write protection. - original message ---- Subject: Pr

Re: Problem with Text Extraction in pdfbox 1.2.1

2010-07-27 Thread Robson Bortoleto
Hi Have you checked if the file is protected (read only)? I have never used the PDFtextStripper, but many times I had different response between files due to write protection. - original message Subject: Problem with Text Extraction in pdfbox 1.2.1 Sent: Tue, 27 Jul 2010 From

Problem with Text Extraction in pdfbox 1.2.1

2010-07-26 Thread Jorge Imar Canché Álvarez
Hi, I am having problems with pdfbox 1.2.1. I want to extract text from a pdf file but my program throws an exception, the exception message is: java.io.IOException: Error: Expected operator 'ID' actual='IA' My test class is: PDDocument doc = PDDocument.load("test.pdf"); PDFtextStripper strip =