You can try the google cloud print api : https://developers.google.com/cloud-print/docs/sendJobs?hl=en. (Found on a similar question<http://stackoverflow.com/questions/8738913/how-can-my-node-js-server-print-something-out-automatically>on SO)
-- http://about.me/n3m0 On Wed, Nov 21, 2012 at 4:15 PM, Gary Cheeseman <[email protected]> wrote: > I would like to be able watch a folder and send PDF files to the print > spooler from nodejs. > > I see in the nodejs API docs that fs.FSWatcher should be able to handle > watching a folder, but I can't seem to > find how I could then add the file to the printer queue. > > I am a nodejs nube, but the idea is to have a Rails app that I am working > on, save PDF files into a folder, and then > have a node-webkit to handle watching the folder and printing any PDF > files it finds. > > I would like the node-webkit app to use standard API calls, so it could > run on any platform. > > Any Ideas? > > -- > 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 > -- 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
