Re: [iText-questions] PDF Error message

2013-09-22 Thread iText mailing list
On 9/22/2013 8:51 AM, Hossam Gamal wrote: > I’m having a question about the iTextSharp, I’m using I the library > within the application to generate PDF files and I got this feedback > from one client, he gets this error message on opening the PDF file That's a very generic error message. Nobody

[iText-questions] PDF Error message

2013-09-22 Thread Hossam Gamal
Dear Sir, I'm having a question about the iTextSharp, I'm using I the library within the application to generate PDF files and I got this feedback from one client, he gets this error message on opening the PDF file: After searching I found this quota and not sure if this has something

Re: [iText-questions] Pdf error on adding image on every page

2008-11-07 Thread Paulo Soares
Put the image before the beginText(). Paulo From: anjaliv9 [EMAIL PROTECTED] Sent: Friday, November 07, 2008 7:32 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Pdf error on adding image on every page I am writing a table to the

[iText-questions] Pdf error on adding image on every page

2008-11-07 Thread anjaliv9
I am writing a table to the document and on every page I need to add an image and a title. Here is code snippet. cb = stamper.getOverContent(i); Rectangle rect = reader.getPageSizeWithRotation(i); cb.beginText();

Re: [iText-questions] pdf error

2008-03-14 Thread Leonard Rosenthol
If you control-click on the OK button in that dialog, Acrobat/Reader will give you some more information. As far as verification, Adobe Acrobat Professional includes a partial PDF verifier that can be used, and there are also a variety of 3rd parties that offer such things as well. You ca

[iText-questions] pdf error

2008-03-13 Thread Edward W. Rouse
This is somewhat off topic but I'm going to ask anyway :) I have a pdf file that looks ok but generates an error, 'problem reading this document (135)', which is less than helpful. Is there a program/product out that will parse/verify a pdf and let me know where in the document the error is? I