How do you create a PDF from XML in Java?

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

    You can use XSL Formatting objects. Here are some good articles on how to do it:

    • http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html
    • http://www.xml.com/pub/a/2001/01/24/xsl-fo/index.html?page=1
    • http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html

提交回复
热议问题