Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams
-
Packages that use ExportPDFParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob
.com.adobe.pdfservices.operation.pdfjobs.params.exportpdf Contains the param classes forExportPDFJob
. -
-
Uses of ExportPDFParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Constructors in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type ExportPDFParams Constructor Description ExportPDFJob(Asset asset, ExportPDFParams exportPDFParams)
Constructs a newExportPDFJob
instance. -
Uses of ExportPDFParams in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf that return ExportPDFParams Modifier and Type Method Description ExportPDFParams
ExportPDFParams.Builder. build()
Returns a newExportPDFParams
instance built from the current state of this builder.
-