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
Hi Luc,
I'm interested.
Does it handle more than plain text - although even that would be
good!
> I wrote a module that permits something like:
>
>d = Win32PrinterDocument(printerName,spoolFile)
>f = file(inputfile)
>for line in f.readlines():
> d.PrintLine(line.rstrip())
>d
I'm definitely interested.
Jacob S.
> 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 p
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,