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.
CPDFConverterWord converter = CPDFConvertFactroy.CreateConverter(CPDFConvertType.CPDFConvertTypeWord,"filePath") as CPDFConverterWord;