Re: [nodejs] Re: Print form node

2014-02-10 Thread Lincoln Lemos
Yes, I want click on 'print' button and this send a job to a user's printer. (With no dialogs). Maybe i can make a function to click Print Automatically, and send the jobs with no actions. 2014-02-06 7:26 GMT-02:00 zladuric zladu...@gmail.com: That module looks like it is made node into a

Re: [nodejs] Re: Print form node

2014-02-10 Thread Zlatko Đurić
On 02/10/2014 02:00 PM, Lincoln Lemos wrote: Yes, I want click on 'print' button and this send a job to a user's printer. (With no dialogs). Maybe i can make a function to click Print Automatically, and send the jobs with no actions. Uh, then tough luck! I don't think this is possible with

[nodejs] Re: Print form node

2014-02-07 Thread zladuric
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'

Re: [nodejs] Re: Print form node

2014-02-06 Thread Lincoln Lemos
@William Yes. Is this. So far, with the knowledge I have about Node, this was the way I could think to build the project. *The idea is to make an application to receive subscriptions from Instagram in real time and apply my custom layout. Ideally generate a jpeg and send to the printer, but I

[nodejs] Re: Print form node

2014-02-05 Thread q2dg2b
Maybe this can help you? https://gist.github.com/vodolaz095/5325917 (only in Unix) -- -- 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

Re: [nodejs] Re: Print form node

2014-02-05 Thread William Wicks
According to the issue he opened on my IPP project ( https://github.com/williamwicks/ipp/issues/3), he is trying to print directly from the browser without a server. Someone else suggested, to me, that using Google cloud print might be a solution- however, I think his requirements are that he