rahulahoop / pdfUtil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 95.5%Language:FreeMarker 4.5%