Skip to main content
Participant
January 13, 2016
Question

how to programmatically convert pdf to html using Acrobat SDK

  • January 13, 2016
  • 1 reply
  • 2020 views

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

This topic has been closed for replies.

1 reply

Legend
January 13, 2016

‌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.