Quantcast
Channel: .NET Framework Class Libraries forum
Viewing all articles
Browse latest Browse all 8156

How to print a word document on the server from the client

$
0
0

hi everyone
i  need to print a word document on the server from client using ASP.net, i tried the next code:


                                ProcessStartInfo info = new ProcessStartInfo(fileCopy);
info.WindowStyle = ProcessWindowStyle.Hidden;
info.Verb = "PrintTo";
info.Arguments = "relaciones_empleados";
Process process = Process.Start(info);
fnDeleteDocument(fileCopy);

But in my computer works well and when i put my application to the server it is not working :(

anyone know why?

Thanks in advance


Viewing all articles
Browse latest Browse all 8156


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>