Skip to main content
June 8, 2016
Question

Using Adobe DC SDK,convert pdf files to html files

  • June 8, 2016
  • 1 reply
  • 601 views

nowadays,I want convert some pdf files to html files using java language.

I find the recent released Acrobat Reader DC could achieve this function.

Anyone is familiar with this question.could you give me some advises? 

thank you and enjoy your life.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 8, 2016

The Acrobat SDK has nothing to do with Java, and you can't use Reader to convert PDF files to HTML.

June 8, 2016

Acrobat DC SDK has a javascript verison,maybe I could use javascript language to realize. 

try67
Community Expert
Community Expert
June 8, 2016

Yes, both Acrobat and Reader support JavaScript (which is not the same as Java), but there are limitations on what you can do in Reader. Exporting PDF files to another format (except for plain-text files) is not possible there.