how to programmatically convert pdf to html using Acrobat SDK
I need to convert many pdf files to html and found acrobat dc has the highest performance.
After scanning ‘Acrobat DC SDK Documentation’ and ‘Acrobat and PDF Library API Reference’, I only found AVConversionConvertFromPDFProc may be usful.
However I'm not sure about that, and have no idea how to use it.
So:
1. does this AVConversionConvertFromPDFProc can help to programmatically convert pdf to html?
2. how to use this api? no matter in C/C++/C# or JS
