Thread overview
Print to Win Printer
Jan 27, 2015
Paul
Jan 28, 2015
Vladimir Panteleev
Jan 28, 2015
Paul
January 27, 2015
How do I print to a Windows printer from a console program?
Thanks for your assistance.
January 28, 2015
On Tuesday, 27 January 2015 at 21:32:34 UTC, Paul wrote:
> How do I print to a Windows printer from a console program?
> Thanks for your assistance.

You can save your document to a temporary file, then call ShellExecute with a path to the file and the "print" command.
January 28, 2015
Thanks Vladimir.