John Pacino wrote:

Is there a way generate a table using dynamic data from a database and inserting it into a template XML. I am currently using the XmlPeer to generate custom taglibs which are passed to the parser in a HashMap

XmlParser.parse(document, "unauthTx.xml", taglibs);

I need to generate a table then insert it into a specific spot in the PDF file. I have been using XmlPeer for all other custom tags, Is there a way to use XmlPeer(ElementTags.TABLE) to generate a table?

You should look at the source of classes Table and Cell.
There's a constructor that takes a Properties object as parameter.
I use this functionality in a closed source application and
I don't have an open source example.
br,
Bruno


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to