These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

calling export command

amazen33
Registered: Mar 22 2010
Posts: 4

hi
I'm trying to execute "export" command in acrobat professional programmatic to convert pdf file to html,
is there any way to achive that ?

My Product Information:
Acrobat Pro 9.3.1, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
You can use the "File => Save As => "Save as type..." from Acrobat's menu bar. With Acrobat JavaScirpt you can use the document object's "saveAs()" method to save the referenced PDF as an "html, htm" file type. There is a security restriction on the use of this method that is detailed in the Acrobat JS API Reference.See Thom Parker's article [url=http://www.acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript]How to save a PDF with Acrobat JavaScript[/url] for more information.

George Kaiser

amazen33
Registered: Mar 22 2010
Posts: 4
is there anyway to execute that command in windows cmd