How do you create a PDF from XML in Java?

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

    Coming in late, you can create a static PDF with Adobe's designer with editable fields, then create a matching XDP XML document.

提交回复
热议问题