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 class
ExportPDFParams.Builder
Builds anExportPDFParams
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportPDFParams.Builder
exportPDFParamsBuilder(ExportPDFTargetFormat exportPDFTargetFormat)
Creates a newExportPDFParams.Builder
.ExportOCRLocale
getExportOcrLocale()
Returns the OCR Locale to be used for Export PDF, specified byExportOCRLocale
.ExportPDFTargetFormat
getExportPDFTargetFormat()
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
ExportOCRLocale
instance
-
getExportPDFTargetFormat
public ExportPDFTargetFormat getExportPDFTargetFormat()
Returns the target format to which the source PDF file will be exported, specified byExportPDFTargetFormat
.- Returns:
- an
ExportPDFTargetFormat
instance
-
exportPDFParamsBuilder
public static ExportPDFParams.Builder exportPDFParamsBuilder(ExportPDFTargetFormat exportPDFTargetFormat)
Creates a newExportPDFParams.Builder
.- Returns:
- an
ExportPDFParams.Builder
instance
-
-