Hi,
I need to implement word document generation using Open XML [SDK 2.0] and C# code.
I have Word document template .docx file with number of Bookmarks. I need to insert an image at a specified Bookmark (or can be between two bookmarks - ImageStart/ImageEnd). Please assist with the relevant C# code.
In addition, the image is stored in an SQL table [column datatype - Image], hence the code should be able to pull the image from SQL table and display in the Word document at the specified bookmark.
Thanks & Regards,
Gladson Bayer