Generate PDF from server side using Java
You can use OpenPDF to draw a PDF (the open source fork of iText). However, the learning curve of creating PDF with layouts and stuff is very high. A more cost-effective solution is create an HTML version of it and convert it using Flying Saucer with its OpenPDF component . As a Java developer you …