xenolf
xenolf

Reputation: 93

Printing from an ASP.Net application server

Greetings, we are a the moment developing a website for intranet use. The user should be able to select a pdf which already exists from a list and then hit the print button. When he hits the button the document should get printed by the webserver to a specific printer which the user also selects prior to hitting the button.

Does anyone have a solution on how to make the webserver print to a network printer by ipaddress? Language used is C#, server is windows 2008 with IIS 6.

Upvotes: 1

Views: 1807

Answers (1)

stimms
stimms

Reputation: 44046

You just need to fire off acrobat. Take a look at this page

Upvotes: 1

Related Questions