Class ExportPDFParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class ExportPDFParams extends Object implements PDFServicesJobParams
Parameters for exporting a source PDF file to a supported format usingExportPDFJob.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExportPDFParams.BuilderBuilds anExportPDFParamsinstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportPDFParams.BuilderexportPDFParamsBuilder(ExportPDFTargetFormat exportPDFTargetFormat)Creates a newExportPDFParams.Builder.ExportOCRLocalegetExportOcrLocale()Returns the OCR Locale to be used for Export PDF, specified byExportOCRLocale.ExportPDFTargetFormatgetExportPDFTargetFormat()Returns the target format to which the source PDF file will be exported, specified byExportPDFTargetFormat.
-
-
-
Method Detail
-
getExportOcrLocale
public ExportOCRLocale getExportOcrLocale()
Returns the OCR Locale to be used for Export PDF, specified byExportOCRLocale.- Returns:
- an
ExportOCRLocaleinstance
-
getExportPDFTargetFormat
public ExportPDFTargetFormat getExportPDFTargetFormat()
Returns the target format to which the source PDF file will be exported, specified byExportPDFTargetFormat.- Returns:
- an
ExportPDFTargetFormatinstance
-
exportPDFParamsBuilder
public static ExportPDFParams.Builder exportPDFParamsBuilder(ExportPDFTargetFormat exportPDFTargetFormat)
Creates a newExportPDFParams.Builder.- Returns:
- an
ExportPDFParams.Builderinstance
-
-