Class PdfGenerator

java.lang.Object
formflow.library.pdf.PdfGenerator

@Component public class PdfGenerator extends Object
  • Constructor Details

  • Method Details

    • generate

      public PdfFile generate(String flow, Submission submission)
      Generates a PdfFile based on Submission data and a certain Form Flow
      Parameters:
      flow - the form flow we are working with
      submission - the submission we are going to map the data of
      Returns:
      A PdfFile which contains the path to the newly created and filled in PDF file.