Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
Could any one please give me some idea for how to convert PDF file to DOC(MS.Word) file programmatically using vc++/MFC.
Thanks
Dev
Posted
Updated 25-Jan-11 2:26am
v3

 
Share this answer
 
Do you want to do it programmatically or using some tool..?
If you want to so programmatically then use ITextSharp, it is a opensource library for .NET
 
Share this answer
 
Comments
Devadutta Achary 25-Jan-11 8:26am    
I want to do it programmatically using vc++/MFC
This is not exactly a trivial task (depending on your experience). You will first need a library (or write your own) to read the PDF data and its formatting information. From that information you will need some code to convert it to the equivalent for Word. Finally you will need a writer portion which uses the Office interop libraries to write the word document.
 
Share this answer
 

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