Asif Mohammed
Asif Mohammed

Reputation: 799

How to manage a printers queue through a asp.net application?

I need to be able to print a bunch of documents in a sequence through my web app. How do i send these documents to the printer ? The documents are stored on a ftp server.

Thanks.

Upvotes: 0

Views: 152

Answers (1)

Byron Whitlock
Byron Whitlock

Reputation: 53901

You will need to buy an activex plugin for IE, or write one yourself for firefox using XPI.

Upvotes: 1

Related Questions