OT: nederlands (Ans something else).

scorder at incigna.com scorder at incigna.com
Mon Jun 12 13:02:50 EDT 2000


There is a pdf generating module at www.reportlab.com I have been
experimenting with it now for a few days and it looks great.  It works
well and is fast.  Basically all you do is call graphics methods on a
canvas.  There is also a higher level library built on top called
platypus which allows you to easily do tables and other things that
would be common to a report.  Its a little hard to understand at first
but there are plenty of examples and adequate documentation.  The best
part is that you can take advantage of OOP while designing your
reports.

On Wed, 07 Jun 2000 19:53:39 +0100, Pablo Prieto
<pablo.prieto at dulcesol.es> wrote:

>In VB (Please, put the knife down!) I can use an object called Printer.
>Well...
>I've made a pretty class with this methods (some of them, and translated
>to Python and English)
>
>def setBold(value):
> ....
>
>def setItalic(value):
> ...
>
>def print (text,x,y):
> ...
>
>def newPage():
> ...
>
>and so on.
>
>Is there a module or something that I could do this with python?. I
>guess in VB, Printer is an interfaz to the printer, so could be
>Windows-dependent, but doesn't matter (yet). 
>I use this for generating reports not seen in screen (So wxPython (great
>package, I say!) facilities are not considered, 'cos I don't want to
>print the contents of a widget but lines generated from the program).





More information about the Python-list mailing list