Interface PdfService

All Known Implementing Classes:
PdfServiceImpl

public interface PdfService
Service for sending emails.
Version:
0.4.1
Author:
Lorenzo Occhipinti
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    createPDF(List<Answer> answers)
    Create A pdf file
  • Method Details

    • createPDF

      byte[] createPDF(List<Answer> answers) throws com.itextpdf.text.DocumentException, IOException
      Create A pdf file
      Parameters:
      answers - the answers given
      Returns:
      the generated pdf
      Throws:
      com.itextpdf.text.DocumentException
      IOException