Click here to Skip to main content
15,921,295 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more: (untagged)
Hello,

I want to convert pdf file to Word file in asp.net C#. pls Help me.
Posted
Updated 11-Apr-14 22:36pm
v2
Comments
Nelek 12-Apr-14 4:38am    
Google?

Step 1) Do a little research. Google is a good start point

There are a lot of tools already out there
http://www.lmgtfy.com/?q=pdf+to+word[^]

as well as a lot of information on the implementation
http://www.lmgtfy.com/?q=how+to+convert+pdf+to+word+document[^]

Step 2) Start coding
Step 3) Compile and use the debug to solve little issues
Step 4) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with a snippet of the code giving problems

Sorry if this is not the answer you were looking for. But your question is a bit too wide to be answered at the "Quick" Answers. It is better and you get faster help if you make 10 concrete questions about concrete problems, than a big question about a "how-to guide".

Now that I pay more atention, you did not ask anything.


I recommend you to read following links as well:
What have you tried?[^]
How to ask a question?[^]
best way to post code snippets[^]
They will be very usefull for your future questions
 
Share this answer
 
v4
You can use iTextSharp[^] to read PDF files, and Microsoft.Office.Interop.Word namespace[^] to create the Word files.
 
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