How do I check/uncheck an MSWord checkbox without using Microsoft Office?
Already I have written code using Microsoft.Office.Interop.Word
and it is working fine.
But the moment I deployed this code to the server, I noticed "Microsoft Office" was not in the server.
So, I started googling about "OpenXML" but found we can't update MSWord checkbox using "OpenXML".
Can anyone have any idea how to overcome this problem?