Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to convert my pdf file to word using Microsoft office interop, i have searched through the net but i got answers for only to pdf conversion,any one have link for the question please share me

note : i want to use only Microsoft office interop not any other 3rd party dll

What I have tried:

still i am searching through the net
Posted
Updated 28-Jul-16 22:57pm

I googled "word automation save as pdf" and found loads of examples, here is one;

Office Word Document to PDF Conversion. sample in C#, VB.NET for Visual Studio 2012[^]

please do basic research before asking a question. Also note that "interop" is simply a way of allowing .net component talk to COM components (Word is a COM server), any computer your code runs on will still need Word installed and working as interop is just a way of automating Word from .net.
 
Share this answer
 
Comments
murkalkiran 29-Jul-16 7:31am    
thanku for your replay i know when we google we will get lot of results but its shows conversion to pdf from other fromats ,but my requirment is PDF to word(,doc), i am not get any result
If you do not want to use any 3rd party library then you need to get a copy of the PDF specification from Adobe and write your own PDF reader. Alternatively take a look at iTextSharp, a .NET PDF library | SourceForge.net[^].
 
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