Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generating PDF files dynamically in servlets?

Is there any way to create PDF dynamically against receiving texts and images?

like image 618
Biju CD Avatar asked Dec 06 '22 05:12

Biju CD


1 Answers

You can use the iText library.

If you're generating reports then JasperReports can generate PDF output.

like image 85
cletus Avatar answered Dec 15 '22 15:12

cletus