Compatibility with OpenPDF as alternative to iText 2.1.7

Issue: SPR-16107
This commit is contained in:
Juergen Hoeller
2017-10-24 13:14:53 +02:00
parent efe943df72
commit 9efdadcdca
3 changed files with 18 additions and 9 deletions

View File

@@ -1930,8 +1930,8 @@ dynamically from the model data. The document is the view and will be streamed f
server with the correct content type to (hopefully) enable the client PC to run their
spreadsheet or PDF viewer application in response.
In order to use Excel views, you need to add the 'poi' library to your classpath, and
for PDF generation, the iText library.
In order to use Excel views, you need to add the Apache POI library to your classpath,
and for PDF generation, the common iText 2.1.7 or its fork OpenPDF (e.g. OpenPDF 1.0.4).