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
Hi brycet
Thanks, This is what exactly i was expecting. In fact i started preparing my own XSLT :). This tool saved lo......t of my work. I am calling this tool through my code and opening the converted html in my browser with a print button.
Thanks for your help
Ariharaselvan.s