5
Answers

Conversion issue

Photo of Himha

Himha

9y
389
1

 Hi All,

How can I convert a pdf file to word file. please help me with some links or implementation.

Answers (5)

0
Photo of Shweta Lodha
NA 15.7k 879.6k 9y

Hello Himha,

A similar thread is going on here:

https://social.msdn.microsoft.com/Forums/vstudio/en-US/445a49de-2d47-4e9d-bd82-e8e22afc3dc3/converting-pdf-file-to-word-file?forum=csharpgeneral 
Accepted
1
Photo of Anu V
NA 2.3k 51.5k 9y
Chk this
http://www.rasteredge.com/how-to/csharp-imaging/word-convert-pdf/ 
0
Photo of Himha
NA 35 8.9k 9y
Thank you all
0
Photo of Rajeesh Menoth
NA 24.7k 629.6k 9y
Hi,
 
You can prefer two libraries..
  • iTextSharp
  • Spire.Pdf

Reference :

http://www.codeproject.com/Articles/481609/Converting-PDF-to-Text-in-Csharp
 
http://www.c-sharpcorner.com/UploadFile/2a6dc5/convert-pdf-to-other-format-using-spire-pdf/
 
https://rajeeshmenoth.wordpress.com/2015/06/24/convert-pdf-to-other-format-using-spire-pdf/
 
The answer is helpful.Then please accept it..!!
0
Photo of Ravi Patel
NA 7.8k 532.6k 9y
Hi ,
Check this
 
http://www.c-sharpcorner.com/UploadFile/07c1e7/convert-pdf-to-word-using-C-Sharp/