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, JsonData jsonData)
Deploys an input template from the template project to the given folder and pre-fills its with specified JSON data.
|
Modifier and Type | Method and Description |
---|---|
static PdfProductionResult |
PdfProducer.convertTemplateFromPackage(File templateProject, String templateName, OutputStream outputPdfStream, JsonData data)
Produces a PDF file from an output template from a template project with JSON data
|
static PdfProductionResult |
PdfProducer.convertTemplateFromPackage(File templateProject, String templateName, OutputStream outputPdfStream, JsonData data, PdfProducerProperties properties)
Produces a PDF file from an output template from a template project with JSON data
|
static PdfProductionResult |
PdfProducer.convertTemplateFromPackage(InputStream templateProject, String templateName, OutputStream outputPdfStream, JsonData data, PdfProducerProperties properties)
Produces a PDF file from an output template from a template project with JSON data
|
Copyright © 2019. All rights reserved.