Hi, I have a Acrobat 7 Dynamic PDF form created using Adobe Live cycle. The form has a table with 10 rows and 2 columns (lets say EmpName and EmpId). Each cell of the table contains a TextField. I create a PdfReader on this PdfTemplate and read all the Form fields (TextFields) and stamp them with the data. If I dont get data for Row#5 (to my program from some external system), I wont stamp the Form fields of Row5. This worke fine and there will be an empty Row5 in my resulting PDF. However now the requirement is to delete the row if I dont get the data. If I do form.removeField(); I am able to accomplish this.
But I would like to know if there is any direct way of removing a row from the table (read from a template)??? Thanks, MK -- View this message in context: http://www.nabble.com/Deleting-empty-rows-from-Table-after-stamping-tp24748584p24748584.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ iText-questions mailing list [email protected] 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/
