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