how to generate a pdf file
hi i want to generate a pdf file using a java program, i have a string of xml format i want read the string and get each node of the string then
pass it to generate pdf.how to do this, the problem is if i want to read
xml then i must use org.w3c.dom.Element, but for pdf generation i must use com.lowagie.text.Element , so how to solve this.
please help.
rafel

