Uses of Annotation Interface
org.nekosoft.pdffer.template.PdfTemplateComponent
Package
Description
This package is used for PDFfer PDF templates.
-
Uses of PdfTemplateComponent in org.nekosoft.PDFferTemplates
Modifier and TypeClassDescriptionclass
A 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 PdfTemplateComponent in org.nekosoft.PDFferTemplates.invoice
Modifier and TypeClassDescriptionclass
A template for PDFfer that takes anInvoiceData
instance as payload and generates a PDF invoice document from it.