[Tutor] Printing?
Danny Yoo
dyoo@hkn.eecs.berkeley.edu
Sun, 28 Apr 2002 14:43:41 -0700 (PDT)
On Sun, 28 Apr 2002, Joachim [iso-8859-1] Th=F6ne wrote:
> I'm writing a small application using Tkinter and a MySQL database on a
> Linux system. What I want to do is to display my databasequeries
> forinstance as postsript document and send them to a printer to have a
> paper copy. Unfortunately I didn't find anything about printing in the
> web. Does anybody have a hint?
Hi Joachim,
You might want to try out the ReportLab package: it should allow you to
generate PDF forms from Python:
http://www.reportlab.com/download.html
Good luck!