-
Notifications
You must be signed in to change notification settings - Fork 0
04. HelloPrint
Antonio Diaz Arroyo edited this page Oct 16, 2015
·
13 revisions
Example of use iText to generate a PDF and print it from browse in Chrome in Spring MVC 3.2.
Important points
...
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>${itext.version}</version>
</dependency>
...
Spring mvc examples for my own use and for everyone.