Can we create interactive PDF forms using reportlab? Can we create interactive PDF forms using reportlab? django django

Can we create interactive PDF forms using reportlab?


reportlab.pdfbase.pdfform.py implies that you can, but it doesn't sound like a mature feature.

Support for Acrobat Forms in ReportLab documentsThis module is somewhat experimental at this time.Includes basic support for    textfields,    select fields (drop down lists), and    check buttons.The public interface consists of functions at the moment.At some later date these operations may be made into canvasmethods. (comments?)The ...Absolute(...) functions position the fields with respectto the absolute canvas coordinate space -- that is, they do notrespect any coordinate transforms in effect for the canvas.