locating ang extracting images inside word table

Home Forums WordprocessingML locating ang extracting images inside word table

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Eric White 8 years, 10 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3595

    Eric White
    Keymaster

    Hi,

    Personally, I would use an XML parser to find all of the descendant w:drawing elements. I would not use the strongly-typed OM of the Open-Xml-Sdk for this. I would use LINQ to XML for this.

    Your code will work, but looking through text of XML for specific patterns probably isn’t the best way to proceed.

    -Eric

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.