Re: [Tutor] Output to a printer

2004-12-29 Thread Luc Saffre
Hello Alan and Bob, wow, two interested people! This gave me the necessary motivation to work today on getting the thing published ;-) First look here for a more complete example: http://lsaffre.dyndns.org/~luc/timwebs/lino/26.htm The textprinter package is a part of "Lino", and I'm afraid you wi

Re: [Tutor] Output to a printer

2004-12-28 Thread Luc Saffre
On 06.05.2004 21:06, Alan Gauld wrote: THis is a problem in all programming languages on Windows because basically Windows treats documents to be printed as graphics, so you have to convert your document into something windows can print. Its possible but painful (unless you find a module somewhere,