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
Asked
Active
Viewed 387 times
0

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 Answers
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
-
I don't see anything specific about Word DOCX files in that XFinium link, or anywhere on the XFinium site... can you clarify/specify? – Zach Young Jun 15 '22 at 17:57
-
-
See [C# Converting PDF file to Word doc and vice versa](https://stackoverflow.com/questions/13024387/c-sharp-converting-pdf-file-to-word-doc-and-vice-versa) – Eugene Astafiev Jun 15 '22 at 19:11