KvS wrote:
Ok, actually I quite like being able to print straightforward through
your code, i.e. without any extra modules installed. I understand that
sending text to the printer is in principle as simple as
dc.TextOut(scale_factor * 72,
-1 * scale_factor * 72,
"Testing...")
I didn't s
KvS wrote:
Sorry, one more. I completely forgot it's not exactly plain text, but
occasionally also a limited number of non-ASCII characters (accents in
names etc.). Would this be possible through your method?
If Windows can print it, then MSWinPrint.py should be able to also.
But I haven't tes
KvS wrote:
... can I adjust the options normally appearing in
the Printing Dialog through Python?
Yes, if you use my method or my module, as I gave in my previous post.
If you use Adobe Reader to print, I'm not sure how to automate the print
settings.
--
http://mail.python.org/mailman/list