That module looks like it is made node into a print server. What exactly do you mean, print from the frontend? Click on the 'print' button? Where does this action print: to your printer attached to the node's server? Or to the users' printer?
Because if it's the former, it's in the modules' examples and readme page. I'd use this module to discover printers on wakeup. Then once I get a request from 'frontend' to do some printing, use this module to send it a print job. If it's the later, then node is of no help, I think - unless you're doing something like node-webkit, which is a client side app. On Wednesday, February 5, 2014 7:57:15 PM UTC+1, Lincoln de Sousa Cunha Lemos wrote: > > How i can print automatically with node from front-end? > > I found a module (Ipp - internet print protocol ). > This help me start a communication with the printer, but i can not do with > this from front-end. > > Someone have any idea? > > -- > Lincoln Lemos > > *62 81998667* > -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
