How to export table displayed on jsp to pdf in java strust2

后端 未结 5 1277
梦如初夏
梦如初夏 2020-12-18 10:56

This is my data display in table format. I want to show as it is in PDF without using display tag library of struts2.

5条回答
  •  温柔的废话
    2020-12-18 11:53

    I am not sure about struts, I used itextpdf in JSP. http://tutorials.jenkov.com/java-itext/getting-started.html

    Hopefuly it will help

提交回复
热议问题