Before you down vote me, I’m not here to ask on how to use iText in Java. My query is about generate pdf’s(reports) using iText. We currently have a set of reports that are prepared in html, is there any way that I could use the data being prepared here to directly generate a pdf rather than write Java code to manually write (Java)code to prepare a table line by line as in the case of iText. A link to an existing solution would suffice as well.
Share
try JasperReport. with this you can create templates and generate
PDFsdynamically by passing just data. you can use iReport for designing jasper templates.