-1

Possible Duplicate:
c# - pdf to word programmatically
How do I convert Word files to PDF programmatically?

I want to convert PDF to Word in C# or VB. How I can convert? Is ItextSharp is helpful for this purpose? Or any other way to find out the solution.

I don't want to use third party tools

Community
  • 1
  • 1
vikas
  • 2,780
  • 4
  • 27
  • 37
  • @RobertHarvey, I don't want to use third party tool to convert pdf to word, don't mark it as duplicate pleas – vikas Sep 05 '12 at 04:52
  • @RobertHarvey please reopen my question – vikas Sep 05 '12 at 04:59
  • You can't do this conversion without using some sort of third-party library, unless you want to spend a year coding up a decent solution. – Robert Harvey Sep 05 '12 at 05:36
  • @RobertHarvey That'w why I post question here as I want to start an application that will do the same, but I need the basic to achieve that – vikas Sep 05 '12 at 05:43

1 Answers1

0

There are alot of 3rd part libraries to do this, one of them is ItextSharp but you can use other tols like Aspose or using installed addins like this example: How do I convert Word files to PDF programmatically?

Community
  • 1
  • 1
CloudyMarble
  • 36,908
  • 70
  • 97
  • 130