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

后端 未结 5 1289
梦如初夏
梦如初夏 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:45

    As far as i know unfortunately javascript cannot create pdf files by itself. And i haven't use struts yet. But I recommend you Displaytag library which is very easy to use :)

    This is what you need particularly (with code) : http://displaytag.sourceforge.net/10/export.html

    documentation (from beginning to end) : http://displaytag.sourceforge.net/10/displaytag.pdf

提交回复
热议问题