Java – Generating PDF files dynamically in servlets

javajsppdf-generationservlets

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

Best Solution

You can use the iText library.

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