Package | Description |
---|---|
com.itextpdf.dito.sdk.output |
Modifier and Type | Method and Description |
---|---|
PdfProducerProperties |
PdfProducerProperties.setBookmarkProperties(BookmarkProperties bookmarkProperties)
Sets BookmarkProperties describing properties for bookmarks generation
|
PdfProducerProperties |
PdfProducerProperties.setCustomLocales(Map<String,CustomLocale> customLocales)
Sets name to CustomLocale map of custom locales
|
PdfProducerProperties |
PdfProducerProperties.setEncryptionProperties(PdfEncryptionProperties encryptionProperties)
Sets PdfEncryptionProperties detailing PDF encryption
|
PdfProducerProperties |
PdfProducerProperties.setPageProperties(PageProperties pageProperties)
Sets PageProperties of the documents to be produced
|
PdfProducerProperties |
PdfProducerProperties.setVersion(PdfVersion version)
Sets PdfVersion of the documents to be produced
|
Modifier and Type | Method and Description |
---|---|
static PdfProductionResult |
PdfProducer.convertTemplateFromExplodedProject(File explodedProjectDirectory, String templateName, OutputStream outputPdfStream, JsonData data, PdfProducerProperties properties)
Produces a PDF file from an output template from an unpacked template project with JSON data
|
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, JsonData data, PdfProducerProperties properties)
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, 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, 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, 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.