Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
This API is for plugins, not your own app. You plugins load as part of Acrobat and register for events. So the company code runs when the user clicks a button or menu you add to the Acrobat UI. Bear in mind Acrobat is only made for very light duty automation, restart often, say every 20 files.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now