Interface PdfService
- All Known Implementing Classes:
PdfServiceImpl
public interface PdfService
Service for sending emails.
- Version:
- 0.4.1
- Author:
- Lorenzo Occhipinti
-
Method Summary
-
Method Details
-
createPDF
Create A pdf file- Parameters:
answers
- the answers given- Returns:
- the generated pdf
- Throws:
com.itextpdf.text.DocumentException
IOException
-