How do you create a PDF from XML in Java?

后端 未结 11 1234
说谎
说谎 2020-12-04 16:06

At the moment, I\'m creating an XML file in Java and displaying it in a JSP page by transforming it with XSL/XSLT. Now I need to take that XML file and display the same info

11条回答
  •  离开以前
    2020-12-04 16:28

    Use JasperReports. You can either pull the data from Database or XML. You can export to many formats : pdf, excel, html, etc...

提交回复
热议问题