Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a Boolean value indicating whether a conversion operation is in progress.

Functions

Link copied to clipboard
open fun cancle(): ConvertError

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
fun getPagesCount(userPwd: String = ""): Int

Get the pages count of document.