How do you create a PDF from XML in Java?

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

    You might want to look at the XSL-FO libraries that are out there that can do PDF creation as a transformation. I'll try to find a link.

提交回复
热议问题