Re: [iText-questions] An error exists on this page. Acrobat may not display page correctly.

2012-06-08 Thread iText Info
Op 8/06/2012 17:41, amolsonawane schreef: > I could recognize the restoreState is missing just because of a slight > ignorance i posted it. > > > but the real problem still persist. > i am using version5.2.1 > and here the attachment containing the pdf file which gives error. OK, I assume that you'

Re: [iText-questions] An error exists on this page. Acrobat may not display page correctly.

2012-06-08 Thread amolsonawane
hi iText Info I could recognize the restoreState is missing just because of a slight ignorance i posted it. but the real problem still persist. i am using version5.2.1 and here the attachment containing the pdf file which gives error. -- View this message in context: http://itext-general.

Re: [iText-questions] An error exists on this page. Acrobat may not display page correctly.

2012-06-08 Thread iText Info
Op 8/06/2012 15:01, amolsonawane schreef: > hi > i have created the following code as, i want to add some text to the > existing pdf and create a new one. I see that you're not subscribed to the mailing list (you may not receive any further answers). I don't see an attachment with a file that rep

Re: [iText-questions] An error exists on this page. Acrobat may not display page correctly.

2012-06-08 Thread amolsonawane
hi i have created the following code as, i want to add some text to the existing pdf and create a new one. p_objreader//is a reader from the source pdf file using (FileStream fs = new FileStream(p_strDestionation, FileMode.Create, FileAccess.Write, FileShare.None)) {

Re: [iText-questions] An error exists on this page ...

2008-08-20 Thread Leonard Rosenthol
There are no free validation tools. The only tools that I know of are commercial - the most obvious being Adobe Acrobat Professional. Leonard On Aug 20, 2008, at 3:51 PM, a5sk4s wrote: > > Are there any 3rd party free validation tools for PDF that help me > track down > the issue? > > I sus

[iText-questions] An error exists on this page ...

2008-08-20 Thread a5sk4s
Are there any 3rd party free validation tools for PDF that help me track down the issue? I suspect that the reason for this is somewhere hidden in the use of PdfContentByte and ColumnText, namely cb.beginText()/cb.endText() and ct.go(), but I'm not sure. -- View this message in context: http:/

Re: [iText-questions] An Error Exists on this Page; Acrobat may not display the page correctly

2007-02-20 Thread murthy gandikota
Hi Bruno Many thanks for your kind reply. How do you explain the fact that the PDF is shown correctly on some PC's? We have several PC's with Acrobat 8 installation and they show the PDF fine. Did anyone have a similar experience with Acrobat 8? Regards Murthy Bruno Lowagie <[EMAIL PROTEC

Re: [iText-questions] An Error Exists on this Page; Acrobat may not display the page correctly

2007-02-20 Thread Bruno Lowagie
murthy gandikota wrote: > "An Error Exists on this Page; Acrobat may not display the page correctly" > Basically, what I see is the form before it was overlaid with text > generated with Lowagie software. On other PC's using Acrobat 8 we don't > see the error. The filled form is shown as it shou

[iText-questions] An Error Exists on this Page; Acrobat may not display the page correctly

2007-02-19 Thread murthy gandikota
Hi Thanks to Lowagie, we are able to downloadn PDF's successfully using JSP. However, on one particular PC we get the error: "An Error Exists on this Page; Acrobat may not display the page correctly" I have reinstalled Acrobat 8 and the error still comes up. Basically, what I s