Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

Anybody know a COM API to automate Adobe PDF to MS Word conversion?

Your help is great appreciated,
Radjiv
Posted

Most difficult part is reading PDF. It's easier to find some SDK in Java or for .NET than in the form of a COM component. Anyway, there is a number of products, mostly commercial ones; try to find one:

http://en.lmgtfy.com/?q=PDF+(ActiveX+OR+COM+OR+OCX)[^].

Now, you will need to generate Word file. This is easier as Microsoft Office SDK and Automation supported COM in first place.

See:
http://msdn.microsoft.com/en-us/office/default.aspx[^],
http://msdn.microsoft.com/en-us/office/aa905496[^],
http://support.microsoft.com/kb/222101[^].

—SA
 
Share this answer
 
v2
Take a look at this one: http://www.convert-in.com/p2wcom.htm
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900