@Version("5.13.0") @Export
Package com.adobe.fd.output.api
ADOBE CONFIDENTIAL
___________________
Copyright 2024 Adobe
All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of Adobe and its suppliers, if any. The intellectual
and technical concepts contained herein are proprietary to Adobe
and its suppliers and are protected by all applicable intellectual
property laws, including trade secret and copyright laws.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from Adobe.
-
Interface Summary Interface Description OutputService Allows the creation of a Java object that invokes operations that belong to the Output service. -
Class Summary Class Description BatchOptions Represents set of batch related options for operations in OutputServiceBatchResult This class encapsulates various outputs of a batch operation such asOutputService.generatePDFOutputBatch(java.util.Map, java.util.Map, com.adobe.fd.output.api.PDFOutputOptions, com.adobe.fd.output.api.BatchOptions)PDFOutputOptions Represents the set of options used to configure operations such asOutputService.generatePDFOutput(com.adobe.aemfd.docmanager.Document, com.adobe.aemfd.docmanager.Document, com.adobe.fd.output.api.PDFOutputOptions)PrintConfig XFA Device ConfigurationPrintedOutputOptions Represents the set of options used to configure operations such asOutputService.generatePrintedOutput(com.adobe.aemfd.docmanager.Document, com.adobe.aemfd.docmanager.Document, com.adobe.fd.output.api.PrintedOutputOptions) -
Enum Summary Enum Description AcrobatVersion Represents lowest acrobat versions requried for generated PDFPaginationOverride An enumeration value that represents pagination XCI values.RenderType Represents an enumeration value that specifies whether to create a PCL, PostScript, or ZPL output stream. -
Exception Summary Exception Description OutputServiceException Type of exception thrown by OutputService