Package | Description |
---|---|
com.itextpdf.dito.sdk.output |
Modifier and Type | Method and Description |
---|---|
static PdfProductionResult |
PdfProducer.convertTemplateFromExplodedProject(File explodedProjectDirectory, String templateName, OutputStream outputPdfStream, PackageProvidedData projectProvidedData, PdfProducerProperties properties)
Produces a PDF file from an output template from an unpacked template project with data from template project
|
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 © 2022. All rights reserved.