Node is absolutely not going to help you on this front. There is a way to tell the browser that you intend to print, but the user will need to confirm this request. You might be able to change the way that print confirmation works by using a Java applet and a TWAIN library, but this is not the right place to ask for help with that.
I should also say that this is a bad idea. Best of luck! On Fri, Feb 10, 2012 at 9:54 AM, Karl Tiedt <[email protected]> wrote: > Call me crazy, but how are you expecting to access the printer from your > server without the client having to approve anything? > > Something on their side will have to talk to the printer and it isn't > you're node application... > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- chrisrhoden -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
