gpc / rendering

Provides rendering of GSPs as PDFs, JPEGs, GIFs and PNGs
http://gpc.github.com/rendering
Apache License 2.0
31 stars 45 forks source link

Use OpenPDF instead of iText for generating PDF. #41

Open RNiesler opened 7 years ago

RNiesler commented 7 years ago

This PR introduces usage of OpenPDF which is a fork of iText. The project seems to be actively developed and released under LGPL licence. Flying-saucer-pdf supports it as a replacement for iText by using Maven profile, but could find how to use it that way, hence the manual exclude and dependency declaration.