Create the Corresponding Conversion Classes
We use the factory method to create the conversion classes. See the sample code below to create the corresponding conversion classes.
private var cPDFConvert: CPDFConverter? = null
cPDFConvert = CPDFConverter.convert(context, uri, usrPwd, outputDir, "filename", convertOptions, pageArrays, onHandle, onProgress, onPost)