Uses of Class
org.nekosoft.pdffer.template.AbstractJacksonPdfTemplate
Packages that use AbstractJacksonPdfTemplate
Package
Description
This package is used for PDFfer PDF templates.
-
Uses of AbstractJacksonPdfTemplate in org.nekosoft.PDFferTemplates
Subclasses of AbstractJacksonPdfTemplate in org.nekosoft.PDFferTemplatesModifier and TypeClassDescriptionclassA very basic template for PDFfer that takes a java Map of String to Object and prints it out in table form with the key name and corresponding value in each row. -
Uses of AbstractJacksonPdfTemplate in org.nekosoft.PDFferTemplates.invoice
Subclasses of AbstractJacksonPdfTemplate in org.nekosoft.PDFferTemplates.invoiceModifier and TypeClassDescriptionclassA template for PDFfer that takes anInvoiceDatainstance as payload and generates a PDF invoice document from it.