0

I have some problems with developing an add-in for MS Word. I need to get image data of pictures in the word document using C#. I know the method of shape selection to the clipboard, but it seems to me like a hack. Is there any method to get image binary data from Shape or InlineShape ?

Community
  • 1
  • 1
aspirisen
  • 965
  • 13
  • 29

1 Answers1

0

You can unzip the docx file and list all images under ./word/media/.

James Bear
  • 434
  • 2
  • 4