Creates a new job.
jobData
Data containing the properties of the job.
The job data object ready to run.
Use this method to create a document converter job that is ready to run. When this method returns, you can use RunJob or RunJobAsync to start this job.
For an example, refer to RunJob and RunJobAsync.