Dynamically generate PDF documents with pictures, hyperlinks and more from your JSF project using servlets

The servlet below is a complete working code that dynamically generates a PDF document. It will create the PDF document add pictures, hyperlinks and more. Our servlet uses iText PDF library for Java. Download your copy here and add it to your project library. This guide is suitable for use in your JSF project.