Re: [iText-questions] '>' not expected at file pointer 23512

2010-03-27 Thread Leonard Rosenthol
Yes, that would mean fixing the content stream parser used by PdfTextExtractor. From: Pamela Bondi [mailto:pamelabo...@siwebsrl.com] Sent: Friday, March 26, 2010 7:32 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] '>' not expected at file pointer 23512 I

Re: [iText-questions] '>' not expected at file pointer 23512

2010-03-26 Thread Pamela Bondi
-questions] '>' not expected at file pointer 23512 Hi, I'm extracting from a PDF file of text data using the method ".getTextFromPage (i)" from a PdfTextExtractor. The error born when in the PDF there is an image of type "BI / IM". And that gives me the error

Re: [iText-questions] '>' not expected at file pointer 23512

2010-03-18 Thread Leonard Rosenthol
I bet the content parser doesn't handle inline images - you'll need to fix the parser. From: Pamela Bondi [mailto:pamelabo...@siwebsrl.com] Sent: Thursday, March 18, 2010 5:07 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] '>' not expected at file

[iText-questions] '>' not expected at file pointer 23512

2010-03-18 Thread Pamela Bondi
Hi, I'm extracting from a PDF file of text data using the method ".getTextFromPage (i)" from a PdfTextExtractor. The error born when in the PDF there is an image of type "BI / IM". And that gives me the error is '>' not expected at 23512th file pointer. Is there a way to solve with iText or do