[reportlab-users] ReportLab and AcroForm

Dirk Holtwick dirk.holtwick at gmail.com
Tue Jul 29 09:45:08 EDT 2008


Oops, my fault. I had to use relative functions and everything works fine:


> pdfform.buttonFieldAbsolute(c, "field2", "Yes", 0, 0)


Instead use: pdfform.buttonFieldRelative(c, "field2", "Yes", 0, 0)

But I'm still interested if someone can provide more informations or
examples on the AcroForm feature. Thanks.

Dirk



More information about the reportlab-users mailing list