CPDFConverter
This is the base class for all conversion operations.
Inheritors
Properties
Functions
Link copied to clipboard
Cancels the conversion task.
Link copied to clipboard
open fun convert(outputDir: String, outputFilenameNoSuffix: String, options: CPDFConvertOptions = CPDFConvertOptions(), pageArrays: IntArray? = null, onHandle: (objptr: Long) -> Unit? = null, onProgress: (current: Int, total: Int) -> Unit? = null, onPost: (code: ConvertError, outFilePath: String?) -> Unit? = null): ConvertError
Starts the conversion.
Link copied to clipboard
Get the pages count of document.