Class PDFTemplateCreator
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible.PDFTemplateCreator
Class to build PDF template.
- Author:
- Vakhtang Koroghlishvili
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildPDF
(PDVisibleSignDesigner properties) Build a PDF with a visible signature step by step, and return it as a stream.Returns the PDFTemplateStructure object.
-
Constructor Details
-
PDFTemplateCreator
Constructor.- Parameters:
templateBuilder
-
-
-
Method Details
-
getPdfStructure
Returns the PDFTemplateStructure object.- Returns:
- the PDFTemplateStructure object.
-
buildPDF
Build a PDF with a visible signature step by step, and return it as a stream.- Parameters:
properties
-- Returns:
- InputStream
- Throws:
IOException
-