rs146 / springmvc-pdf-itext

PDF generation using iText with Spring MVC integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A demonstration of PDF document generation from a java bean using iText library. Both html and pdf views are rendered by chaining the view resolvers.

An older version of iText is used because:

  1. Spring MVC (as of 3.2) has a dependency on the older version of iText.
  2. The newer versions of iText are released under a different license (not free for commercial applications).
  3. If the latest iText version is really needed, your own AbstractView could be written instead of using the default.

However, in comparison to the original repo, this Project actually works. The important bugs in the previous repo have been fixed and a more complex PDF is also produced by this code.

About

PDF generation using iText with Spring MVC integration


Languages

Language:Java 100.0%