Hi all
I have a requirement to bulk print MS Word documents from an ASP.NET application. We are creating the documents using Open Xml SDK and saving it to a location. Now, we need to print them one after the other.
Is this achievable using the open xml sdk? if not, what are the best recommended approach?
We don't want to use ActiveX objects (security issues) or Word Automation/Interop (office installation issues).
Thanks in advance