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, "x.xml", tagmap); is creating new
documents all the time.