Constructs a new ExportPDFToImagesJob instance.
The parameters for constructing an instance of ExportPDFToImagesJob.
Asset object containing the input file. Cannot be undefined.
Optional outputAsset object representing the output asset.
ExportPDFToImagesParams object containing the export parameters. Cannot be undefined.
External assets can be set as output only when input is external asset as well.
Private Readonly _exportPDFToPrivate Readonly _inputPrivate Optional Readonly _outputPrivate generatePDFServicesAPIRequestOptional notifierConfigList: NotifierConfig[]Protected validateGenerated using TypeDoc
A job which exports a source PDF file to a supported format specified by ExportPDFToImagesTargetFormat.
The result is a list of images or a list containing a zip of images. For example, a PDF file with 15 pages will generate 15 image files. The first file's name ends with "_0" and the last file's name ends with "_14".
Example
Sample Usage: