Package | Description |
---|---|
com.itextpdf.dito.sdk.input | |
com.itextpdf.dito.sdk.output |
Modifier and Type | Method and Description |
---|---|
static File |
InputTemplateDeployer.deployTemplateFromPackage(File templateProject, String templateName, File deploymentDirectory, PackageProvidedData projectProvidedData)
Deploys an input template from the template project to the given folder and pre-fills its with specified data from template project.
|
Modifier and Type | Method and Description |
---|---|
static PdfProductionResult |
PdfProducer.convertTemplateFromPackage(File templateProject, String templateName, OutputStream outputPdfStream, PackageProvidedData projectProvidedData)
Produces a PDF file from an output template from a template project with data from template project
|
static PdfProductionResult |
PdfProducer.convertTemplateFromPackage(File templateProject, String templateName, OutputStream outputPdfStream, PackageProvidedData projectProvidedData, PdfProducerProperties properties)
Produces a PDF file from an output template from a template project with data from template project
|
static PdfProductionResult |
PdfProducer.convertTemplateFromPackage(InputStream templateProject, String templateName, OutputStream outputPdfStream, PackageProvidedData projectProvidedData, PdfProducerProperties properties)
Produces a PDF file from an output template from a template project with data from template project
|
Copyright © 2020. All rights reserved.