Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to programmatically convert pdf to html using Acrobat SDK

New Here ,
Jan 12, 2016 Jan 12, 2016

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

TOPICS
Acrobat SDK and JavaScript
1.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 13, 2016 Jan 13, 2016
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines