Hi guys,
I am looking for some advice on extracting “images” from a word document into files in their own right.
Ideally, I would like to get Shape
, Textbox
, and Picture
elements in a format that lets me save them as an image representation.
This seems to be possible with Picture
(using PictureStream
) but the other elements don’t have an image representation.
The use of a FilesDirectoryPath
in HtmlSaveOptions
seems to back this up as shapes and textboxes are ignored from this even when they are just “images” on the page.
Any suggestions?