How do you create a PDF from XML in Java?

后端 未结 11 1238
说谎
说谎 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:13

    Try the xhtmlrenderer project. See the article "Generating PDFs for Fun and Profit with Flying Saucer and iText".

提交回复
热议问题