Package org.nekosoft.PDFferTemplates


package org.nekosoft.PDFferTemplates
This package is used for PDFfer PDF templates. Developers of new PDF templates for PDFfer should add their PdfTemplate implementations to this package or any subpackage thereof, and make sure that the template class also uses the PdfTemplateComponent annotation, both of which are necessary conditions for the templates to be picked up by the registry.
  • Class Summary
    Class
    Description
    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.