For example in the old version I got this working:
CComPtr<PDFCreator::_clsPDFCreator> pdfObject; HRESULT hr = pdfObject.CoCreateInstance(L"PDFCreator.clsPDFCreator");pdfObject->cStart("/NoProcessingAtStartup", 1); PDFCreator::_clsPDFCreatorOptionsPtr opt = pdfObject->GetcOptions();
and I need just the equivalent in the new version. After that I expect I can follow the code examples in other languages.