Runs the conversion job.
runConvertJob = function(
documentId,
jobData
)
static runConvertJob(
documentId: string,
jobData: DocumentConverterJobData
): JQueryPromise<RunConvertJobResult>;
documentId
Input document ID. This must contain the ID of an existing document in the cache to act as the input (or source) document for the conversion.
jobData
Information and options for the job to run. This value must not be null.
A Promise object that may resolve successfully to a RunConvertJobResult object containing the user and job tokens of the job.
runConvertJob will perform the following:
Runs the job specified in the StatusJobData object.
Monitors and updates the status in the cache.
Checks if the user aborts the job.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document