Converting PDF Files to Html or Xml
how can tranfrom pdf file html or xml using acrobat's api? software have function(http://tv.adobe.com/watch/learn-acrobat-x/converting-pdf-files-to-other-file-formats/). in c# ,i can use acrobat's dll open pdf file and can invoke the menuitem saveas;
this:
acroapp.show();
acroavdoc.open(@"d:\xpdf\a.pdf","aaaa");
acroapp.menuitemexecute("saveas");
acroapp.closealldocs();
acroapp.exit();
but not automatic.
try forum acrobat sdk.
More discussions in Acrobat SDK
adobe
Comments
Post a Comment