Hi
In one of my projects I must replace Word automation functionality with Open XML.
The project takes a formated Word template(.dotx) and replace predefined images, textboxes and bookmarks with images, plain text and html-formatted text, and then returns it.
Now, what would be the best solution here?
I guess the image replacement is pretty straightforward, and so is the plain text parts.
But what about the bookmarks where I today uses Document.ActiveWindow.Selection.InsertFile(htmlFormattedText).
Should I switch to Content Controls instead of bookmarks?
If so, how do I insert html formatted text into a content control and also, how do I identify it?
Thanks in advance
Best Regards Peter Karlström Midrange AB, Sweden