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.
CPDFConverter * converter = [[CPDFConverterFactory createConvertoerWithURL:[NSURL fileURLWithPath:path] password:nil type:CPDFConvertTypeWord] autorelease];