Package | Description |
---|---|
com.adobe.fd.output.api |
Modifier and Type | Method and Description |
---|---|
Document |
OutputService.generatePDFOutput(Document inDoc,
Document data,
PDFOutputOptions pdfOutputOptions)
Generates a PDF Document given a template and data to merge
|
Document |
OutputService.generatePDFOutput(String urlOrFileName,
Document data,
PDFOutputOptions pdfOutputOptions)
Generates a PDF Document given a template and data to merge
|
BatchResult |
OutputService.generatePDFOutputBatch(Map<String,String> templates,
Map<String,Document> data,
PDFOutputOptions pdfOutputOptions,
BatchOptions batchOptions)
Generates a set of PDF Document given a set of template and data to merge
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.