Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 416 Bytes

File metadata and controls

12 lines (7 loc) · 416 Bytes

pdfUtil

Example of a portlet that writes pdfs using iText and Freemarker (it includes all it's dependencies).

A Freemarker template (template.ftl) is used to generate an HTML that will be passed to iText who will finally render the PDF.

Example of PDF generated by this portlet: https://github.com/roclas/pdfUtil/blob/master/example_result.pdf

how to use

Just press the button and the PDF will be generated