I have to generate winword document for badges printing application.
Basic scenario is the following: User selects employees from list, click "print badges", winword appears to allow user make some editions before printing. Badges should be represented as table with some columns. Every table cell has image background (badge), some text (company, year), user name & user photo upon the badge background. It's also required to have badge template editable for user via winword.
I'm not very fond of MS Word automation COM interfaces because they are pretty slow, tends to hang. May be I should play with winword XML document content via XML DOM. May be there is a good free library that wraps winword DOM or some libraries provided with Studio 2010 out of the box? What will you suggest?
Thank you in advance!