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

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

    Using display table on jsp would be quite easire to convert it to *pdf along with .csv,.excel and son on,Here is the sample code ;

    
        
         
        
     
    

提交回复
热议问题