开发者

How to send Department ID and password to Canon iR / 3235 printer in code?

Our client has a Canon iR/3235 PCL5 printer that they want our asp.net mvc web application to print to. But the printe开发者_运维知识库r requires a department id and password interactively.

Is there a way to set the id and password in code with the application when printing to it?


How is the print job sent. If the browser is doing the print, the client needs to do this in the browsers Print options.

The hard-core solution is to see what data the printer driver is sending to the printer, nad replicate that in your app.

However when Canon changes the driver, you are back to square one.

A last option is to see if the printer allows printing via FTP upload. Sometimes you can setup a userid /password to a specific's department's print queue. However in those circumstances you need to change the print data to PDF(easy) or PCL (never seen it yet). Also your ASP.net server needs to the printer, so if this is will onlywork if the application is an intra-net(internal) application

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜