Hi all...
How do I convert a given PDF File to Word File in C#.NET (ASP.NET) ??
I have tried the following -
1) iTextSharp dll - It does not work.
2) Solid Documents - It is not free dll.
Link - http://developer.soliddocuments.com/search/label/ASP.NET
Please help me out ....
Thanks a lot in advance.....
Loading
Ace BalajadiaPosted Mar 12, 2018, 12:18 AM
Leon DPosted Mar 11, 2018, 10:54 PM
Ace BalajadiaPosted Mar 11, 2018, 9:20 PM
Jony GreenPosted Oct 28, 2015, 10:54 PM
Riddhi ValechaPosted May 22, 2014, 7:24 AM
Extremely sorry for late reply...
I am looking for a code / 3rd party dll that can convert any pdf file to word file.
PDF File can contain text, images, watermark, etc. anything.
SautinSoft trial version converts only first three pages.
Hence, I asked for its crack key.
Please help.
Jordyn ZacharyPosted May 6, 2014, 4:23 AM
However, are you looking only for free SDKs? If you are open for all options, there is a commercial library that converts PDF to Word and other formats, which is Leadtools. This toolkit contains both PDF and OCR support. I think you can find more info on their website.
Riddhi ValechaPosted Apr 15, 2014, 3:54 AM
Do anyone have a crack key of SautinSoft dll ??
It converts 3 pages... and then leaves...
Please help if anyone have any other solution for this !!
Thanks a ton to all.....
Riddhi ValechaPosted Apr 12, 2014, 9:12 AM
Thanks a ton to all for these links....
I tried all the solutions...
1. ITextSharp - it does not copy images....
2. SautinSoft - It converts only first 3 pages.... It is a trial version dll... I am not getting its full version for free download...
If it is possible by ITextsharp, please do let me know...
If any other solution is available, please help !!
Thanks a lot....
Munesh SharmaPosted Apr 12, 2014, 5:45 AM
Yogesh TyagiPosted Apr 12, 2014, 5:18 AM
Code is:-
and Microsoft.Office.Interop.Word namespace[^] to create the Word files.
Riddhi ValechaPosted Apr 11, 2014, 7:14 AM
Thanks for all these links...
But.. no link has a specific C#.NET Code to convert PDF File To Word Document...
I want to make a convertor in asp.net......
Do you have any c# Code for that ? I dont want any software..
Yogesh TyagiPosted Apr 11, 2014, 7:05 AM
http://www.pdfonline.com/easyconverter/sdk/index.htm[^]
http://stackoverflow.com/questions/5729874/how-to-convert-pdf-to-word-in-c-sharp[^]
http://social.msdn.microsoft.com/Forums/hu-HU/csharpgeneral/thread/3f025305-7729-47df-81ba-38f1a938c9ac[^]
http://in.answers.yahoo.com/question/index?qid=20100821115721AAClSKz[^]
http://www.pdftoword.us/pdf-to-word-text-image-focus-dotnet-library.html[^]
Riddhi ValechaPosted Apr 11, 2014, 1:15 AM
The link shows to convert doc to pdf...
I want its reverse ...
I want PDF to WORD file....
I tried this code... but it did not work....
And I want it in simple asp.net c# web application...
My scenario is -
1. User selects a pdf file (either using FileUpload control or simply by giving the address i.e. @C:\Temp\abcd.pdf)
2. User clicks a button "Convert to Word".
3. System converts that particular file to word document.
Please help me out with this....
I also tried it with iTextSharp (since its a free dll)... but it is not working...
Any suggestions ??
Yogesh TyagiPosted Apr 10, 2014, 9:10 AM
http://www.c-sharpcorner.com/UploadFile/9c6206/upload-any-file%E2%80%9Cdoc-docx-xls-xlsx-ppt-pptx-rtf%E2%80%9D-an/