Hi,
To avoid the server side automation issues in MS Word, we opted for doing the automation using OpenXML in .docx (MSWord 2007) format file.
We are able to create the document as per our requirement by modifying document.xml and the (.docx) file is succussfully created .
Now the issue is, we need to print the .docx document which is in server. Is it possible to do that without using word interop?
Is it possible to load the document.xml in .HTML format to load in Internetexplore browser and use the print option of browser.
Can somebody give some approach for this scenario?
Thanks
Ariharaselvan