How to print Word Document file?
-
I have an Word Document I need to print it directly on hard paper without opening at the client end. Is there any solution to directly print the word document without using ActivexObject and any third party tool?
-
I have an Word Document I need to print it directly on hard paper without opening at the client end. Is there any solution to directly print the word document without using ActivexObject and any third party tool?
If MS-Word is installed on your Web Server, then you could instaniate Word on the server and print it to a print queue without opening it at the client.
-
If MS-Word is installed on your Web Server, then you could instaniate Word on the server and print it to a print queue without opening it at the client.
Could you please tell me the way with code if possible?