how to save a jsp page as pdf in java? -


i have page built jsp, struts.this page loading dynamic content.

i want save page pdf-file contents , same format button click. if can save page contents, can convert pdf. how save jsp page properties pdf?

thanks in advance

i researching topic lately , found better aproach use javascript on client side generate pdf. there few libs can make you. choose way: f.e.

generate pdf html in div using javascript

http://html2canvas.hertzen.com/

https://github.com/mrrio/jspdf (:


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -