Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

i want to convert pdf to word i googling many times i get many solution which use mostly payed third Party control any other way to do this using c#.net or asp.net programing without using any payed third party control if and reference link or any blog for do this help me..


thank you.
Posted
Comments
ArunRajendra 25-Jun-13 3:08am    
I guess there is no single freeware tool. However you can do it in two steps using iSharpText ans MS Word objects.

To convert pdf to word you need to use some third party products that will do this for you.
For 3rd party products...follow the link,
PDF-Word converter[^]

If you want to convert it programatically then check following links:
C#- pdf to word programatically[^]
How to convert from pdf to word in C#.net[^]

Or else Try Google[^]
 
Share this answer
 
You will hardly find one.
Here is an other QA on the topic: Pdf To word coversion dll[^]
 
Share this answer
 
Use it online,

http://www.pdfonline.com/pdf-to-word-converter/

Click on Upload a file to convert button on left to start.

It will convert instantly and you can download the file on next page.

Stay away from ads!.
 
Share this answer
 
v3
Comments
Zoltán Zörgő 25-Jun-13 3:41am    
I am pretty sure OP don't want to use external supplied either. Imagine, that those documents are confidential ones, would you give out such documents to an unknown supplier? I wouldn't. Or imagine, that the application can not connect to the outer world, it runs in an isolated environment. You gave no solution, your answer was only an advertisement of that service.
Aaavatar 25-Jun-13 3:56am    
@Zoltan, Yes, You are right. But these guys will give you two options, either to make your document public or keep it to myself and confidential, So select the second one. I don't suggest to use this for confidential documents anyway.
bhavesh002 25-Jun-13 5:13am    
@Aaavatar i not want to convert online i want to code solution for do this task programmatic..
Feence 9-May-16 4:50am    
Too bad they do not provide any SDK or some web API to consume their application programmatically... I would be interested in that.
Nevertheless I ended up with this C# library for PDF and Word, it does what I needed from it, see here how to read and extract the text from PDF file in C# and additionally here how to convert a Word document to PDF in C#. So I was able to do vice verse with it as well.

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