a...@viscus wrote:
> I m using iTextSharp 2.0 with .Net 2.0 to create PDF document.

You won't get free support for a version that old.

> But I m getting error message 
> "An error exist on this page. Acrobat may not display this page correctly.
> Please contact the person who create the PDF document to correct the
> problem." 
> http://old.nabble.com/file/p27558791/errormsg.png 

There's a bug in your code (not in iText).
More recent versions of iTextSharp throw an exception in some
of the cases that are caused by programming errors made by
developers using iText.

> Although this error is occurred only once when i open the document first
> time, then after no error message displayed on my machine. And all the
> contents are displayed correctly. But this is not the same case with other
> machine too.
> 
> Can any one help me regarding possible mistake i did while writing code for
> PDF generation.... 

Your mistake is probably a violation against one of the rules
explained in the PDF Reference (graphics state or text state).
We can't tell you what you're doing wrong, because you aren't
giving us more specific information.

We'd have to look at your code (but that's called "debugging"
and we don't do that for free) or at your PDF (depending on
the nature of your PDF, it could take us minutes to find what's
wrong, or hours if your PDF is too complex).
If it's only minutes, we can do it for free; if it's hours,
you should consider paid support.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to