PDf creating with Python? Howto?

Markus von Ehr markus.vonehr at ipm.fhg.de
Wed Jul 10 06:28:27 EDT 2002


Hi Johan,

you can use a Tkinter canvas for drawing including your
images with photoimage.

To draw the canvas use (replacing mycanvas with your canvas name):

mycanvas.postscript(file="test.ps")

The .ps file can be converted to postscript either with a
command line tool or Acrobat Distiller.

Markus



More information about the Python-list mailing list