简体   繁体   中英

how to generate a report from jsp in pdf format using jasper

In my application I can connect to a database and get an array resultset and using JSP code I can iterate through the array and can display the report in my webpage using HTML.

I want that the generated report in my HTML webpage can be exported in PDF format and saved in some .pdf file.

Please tell me how to implement such technique to implement such exporting technique.

You can use the PdfWriter class that comes with this package, which includes a quick tutorial from IBM on how to use it:

http://www.ibm.com/developerworks/opensource/library/os-javapdf/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM