public class PDFTemplateCreator extends Object
| Constructor and Description |
|---|
PDFTemplateCreator(PDFTemplateBuilder templateBuilder)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
buildPDF(PDVisibleSignDesigner properties)
Build a PDF with a visible signature step by step, and return it as a stream.
|
PDFTemplateStructure |
getPdfStructure()
Returns the PDFTemplateStructure object.
|
public PDFTemplateCreator(PDFTemplateBuilder templateBuilder)
templateBuilder - the template builderpublic PDFTemplateStructure getPdfStructure()
public InputStream buildPDF(PDVisibleSignDesigner properties) throws IOException
properties - properties to be used for the creationIOException - if the PDF could not be createdCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.