Have a look at PdfTable's writeSelectedRows() methods.  You can get the direct content from a page with PdfStamper and go from there... 
 
Keep in mind that you'll have to take care of positioning and page breaks "manually".  When writing to a PdfContentByte directly, you loose all Document's layout abilities and must do it yourself.
 

--Mark Storer
  Senior Software Engineer
  Cardiff.com

#include <disclaimer>
typedef std::Disclaimer<Cardiff> DisCard;

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Blumenberg, Kristi
Sent: Friday, September 15, 2006 10:08 AM
To: [email protected]
Subject: [iText-questions] problem with adding table to template

I’m trying to add a table to a pdf file that has a template added to it.  The template PDF file that has a few text fields for date, title, etc.  To get those fields and set them, I believe I have to use a PdfStamper object.  Then I want to add a table to the document, but I’m not sure how to do this with the PdfStamper.  Can you help me?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to