how can i tranfrom the pdf file to html or xml using Acrobat's API? The software already have the function(http://tv.adobe.com/watch/learn-acrobat-x/converting-pdf-files-to-othe r-file-formats/). In C# ,I can use the acrobat's dll open the pdf file and can invoke the MenuItem SaveAs;
like this:
AcroApp.Show();
AcroAVDoc.Open(@"D:\xpdf\a.pdf","aaaa");
AcroApp.MenuItemExecute("SaveAs");
AcroApp.CloseAllDocs();
AcroApp.Exit();
But this is not automatic.
North America
Europe, Middle East and Africa
Asia Pacific