Print from Node Red Windows printer

I need to develop an application where I will read information from a file automatically through Node Red, and then I would like Node Red to send this information to print through a printer installed in Windows. How could I print through Node Red?
I'm running Node Red on a Windows computer

Printing - how quaint! :grin:

There are various ways. Windows has various tools for simple printing including a bunch of command-line tools that you could use via an exec node if needed.

Print command-line tool reference | Microsoft Learn

There is an optional LPD print service you can turn on which might help, not used it for many years so you'll need to look up whether it would help or not.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.