Title: values from a bean or a database in pdf

Hi*,

I have a problem using iText, XML and the SAXParser. It's not really a problem, but a question. I use XML for describe the pdf I want to generate with iText. I use the SAXiTextHandler. Now I'm looking for an easy way to define XML-Tags like

<chunk value="XXX".../>

I think, if I want to use something like this I have to subclass the SAXiTextHandler and define "value" to replace "XXX".

Isn't there an easier way to define or declare values from a bean or a database in my XML to generate a dynamic pdf??? Or is it possible to give a map or someting else to the document, where the values and placeholders a defined??

Michael

Reply via email to