0

Is this possible to convert PDF file into DOCX with MS Word Interop library? I see that that was possible via the UI - I was wondering if it could be done programmatically as well

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
soliloquyy
  • 355
  • 3
  • 14
  • Can you add a link to what's possible with MS Word Interop library UI? I cannot find any solid info on being able to go PDF → Word. – Zach Young Jun 15 '22 at 17:55

1 Answers1

0

You may try to use the Documents.Open method for opening PDF and then saving it using the docx format. Other than that the Word object model doesn't provide anything for that.

Consider using any third-party components designed for such conversions as Aspose.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45