[iText-questions] Formatting while Data merging

2005-06-14 Thread zaki huda
Is there any way to add tables in the template xml file used for data merging?   regards,   Zaki Huda

[iText-questions] Data Merging to create a single file

2005-06-10 Thread zaki huda
I was looking at the data merging example. Is there any way to create a single document instead of multiple documents ( five nos. in the example)? Is there anyway to append to the FileOutputStream?   I have tried fs =new FileOutputStream(file + ".pdf",true);, but XmlParser.parse(document, "

[iText-questions] XPath and XMlPeer

2005-06-07 Thread zaki huda
How to use XPath with XMLPeer?   I am trying to do daramerging, but not able to populate root's grandchildren.             How to access "//one/age"?   I am doing:  peer = new XmlPeer(ElementTags.CHUNK , "//one/age");peer.setContent("14");   It's not working that way.   Thanks,   Zaki