abstract class AbstractPdfStamperView : AbstractUrlBasedView
Abstract superclass for PDF views that operate on an existing document with an AcroForm. Application-specific view classes will extend this class to merge the PDF form with model data.
This view implementation uses Bruno Lowagie's iText package. Known to work with iText 2.1.7 as well as its fork OpenPDF.
Thanks to Bryant Larsen for the suggestion and the original prototype!
Author
Juergen Hoeller
Since
2.5.4
See Also
AbstractPdfView
AbstractPdfStamperView() |