PDF's Z-order is simply the order in which things are drawn. If you draw A then B, B is on top of A. If B happens to completely cover A, then you won't see A when the PDF is rendered.
You're adding a PdfImportedPage to the page after you draw your text. Add it before instead. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer<Cardiff> DisCard = null; > -----Original Message----- > From: vikasgupta [mailto:vikas...@gmail.com] > Sent: Wednesday, April 20, 2011 7:36 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Editing existing PDF file - > Newly added textnot visible > > Its true I dont know much about iText usage or how to use > properly as I am using it for first time. If possible can you > let me know where in code I am covering text that I am writing. > > -- > View this message in context: > http://itext-general.2136553.n4.nabble.com/Editing-existing-PD F-file-Newly-added-text-not-visible-tp3462037p3463205.html > Sent from the iText - General mailing list archive at Nabble.com. > > -------------------------------------------------------------- > ---------------- > Benefiting from Server Virtualization: Beyond Initial > Workload Consolidation -- Increasing the use of server > virtualization is a top priority.Virtualization can reduce > costs, simplify management, and improve application > availability and disaster protection. Learn more about > boosting the value of server virtualization. > http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > iText-questions mailing list > iText-questions@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/itext-questions > > iText(R) is a registered trademark of 1T3XT BVBA. > Many questions posted to this list can (and will) be answered > with a reference to the iText book: > http://www.itextpdf.com/book/ Please check the keywords list > before you ask for examples: http://itextpdf.com/themes/keywords.php > > ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php