Click here to Skip to main content
15,911,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
iam searching every where in the internet i can able to get many codes for converting word document to pdf but not pdf to word
if any body knows how to convert the document from pdf to word
any one who knows this please post the solution
Posted
Updated 16-Aug-11 11:48am
v3
Comments
OriginalGriff 16-Aug-11 14:59pm    
Never post your email address in any forum, unless you really like spam! If anyone replies to you, you will receive an email to let you know
mahaamaresh 16-Aug-11 17:47pm    
thanks for tat
this is the first time iam posting a question so i dont have experience in this
once again tankhs

I searched on Google and found this http://www.pdfonline.com/easyconverter/sdk/index.htm[^]

See if this help you!
 
Share this answer
 
A simple google search returned "About 2,870,000 results" on a Convert PDF to docx[^] search.

Try some of the first links that come up. There are lots of options there.
 
Share this answer
 
Comments
mahaamaresh 16-Aug-11 15:13pm    
i dont need the software for converting
i want the code in .net how to convert it from pdf to word or text
Simon Bang Terkildsen 16-Aug-11 15:32pm    
Then add C# or .NET to the google search
If you have MS Word installed, automate it from C# using VSTO, and have MS Word open the .pdf file, then access it, or write it out in .docx format and read it back in.

If you cannot use MS Word this way, then conversion of arbitrarily complex .pdf documents to Word format is a major project.
 
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