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
|
Document |
OutputService.generatePrintedOutput(Document inDoc,
Document data,
PrintedOutputOptions printedOutputOptions)
create a PS/PCL/ZPL document from input xdp or pdf document
|
Document |
OutputService.generatePrintedOutput(String urlOrFileName,
Document data,
PrintedOutputOptions printedOutputOptions)
create a PS/PCL/ZPL document from input xdp or pdf document
|
BatchResult |
OutputService.generatePrintedOutputBatch(Map<String,String> templates,
Map<String,Document> data,
PrintedOutputOptions printedOutputOptions,
BatchOptions batchOptions)
create PS/PCL/ZPL from a collection of templates and data
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.