I currently am inserting images with Picture Content Controls, but there appears to be an obvious limitation (by nature of the control) to only 1 IMAGE.
How can I add multiple images at a set location using the OpenXML SDK (2+)?
I did try BookMarks but that doesn't seem to work, just results in a broken document.
I already have quite a bit of code that's building an existing document, so considering the mHtml route is not an option.
Lastly I did try the OpenXML SDK Productivity Tool, but still can't see how to insert multiple images at a set location.