Click here to Skip to main content
15,886,872 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i want to convert pdf to doc with using .net. if you know conversation of the pdf to doc, share the information.

Thanks in Advance.
Posted
Comments
andy(-RKO) 1-Mar-12 5:35am    
Hello All

I'm Also trying to convert a pdf file to doc file using C# code and also without using any third party dll,so can any one help me how i convert it throw any open source dll or C# code..

Thnanx In Advance..

Take a look at the iTextSharp[^] library for handling PDF files, and the Interop.Word[^] namespace from Microsoft.
 
Share this answer
 
 
Share this answer
 
Aspose.pdf[^] is a way to go. But you need to purchase a licence. Here is an example how to do so. Convert PDF file into DOC format[^]
 
Share this answer
 
 
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