Print MS Word documents from a client without opening

  • Thread starter mayura.nagalikar
  • Start date
M

mayura.nagalikar

Hi,

How can i invoke the print of multiple documents from the client
browser? the documents are located on the server machine specific
folder. I am using ASP, Active Server Pages for this.
Thanks in advance,
Mayura.
 
O

OYTUN ASKIN

you can try File.Verb="print" and execute the Process object if u are using
C#.

what are you using?
 
Top