digitalmars.D - Send file to printer in D language ( windows )
- Alexandre (3/3) Jun 27 2014 I searched the internet, somehow sending documents (txt) to the
- Kagamin (1/1) Jun 27 2014 http://msdn.microsoft.com/en-us/library/windows/desktop/dd162859%28v=vs....
- =?UTF-8?B?IkrDvHJnZW4=?= Reichmann" (8/11) Jun 28 2014 A good and simple example programm is redpr.c which is part of
I searched the internet, somehow sending documents (txt) to the printer, but not found, how can I do to send TXT files to the printer using the D language?
Jun 27 2014
http://msdn.microsoft.com/en-us/library/windows/desktop/dd162859%28v=vs.85%29.aspx
Jun 27 2014
On Friday, 27 June 2014 at 18:17:21 UTC, Alexandre wrote:I searched the internet, somehow sending documents (txt) to the printer, but not found, how can I do to send TXT files to the printer using the D language?A good and simple example programm is redpr.c which is part of RedMon. http://pages.cs.wisc.edu/~ghost/redmon/index.htm The source of redpr.c can be found in http://pages.cs.wisc.edu/~ghost/gsview/download/redmon19.zip Cheers Jürgen
Jun 28 2014