Parameters for exporting a source PDF file to a supported format using ExportPDFJob.

Implements

Constructors

  • Constructs a new ExportPDFParams instance.

    Parameters

    • params: {
          ocrLocale?: ExportOCRLocale;
          targetFormat: ExportPDFTargetFormat;
      }

      The parameters for constructing an instance of ExportPDFParams.

      • Optional ocrLocale?: ExportOCRLocale

        The OCR language to be used for exporting the source PDF file. Default value is EN_US.

      • targetFormat: ExportPDFTargetFormat

        The target format to which the source PDF file will be exported. Cannot be undefined.

    Returns ExportPDFParams

Properties

_exportOcrLocale?: ExportOCRLocale
_exportPDFTargetFormat: ExportPDFTargetFormat

Accessors

  • get exportOcrLocale(): undefined | ExportOCRLocale
  • Returns the OCR language to be used for exporting the source PDF file.

    Returns undefined | ExportOCRLocale

    The OCR language to be used for exporting the source PDF file.

  • get exportPDFTargetFormat(): ExportPDFTargetFormat
  • Returns the target format to which the source PDF file will be exported.

    Returns ExportPDFTargetFormat

    The target format to which the source PDF file will be exported.

Generated using TypeDoc