Can we create interactive PDF forms using reportlab? That is, a form that takes in data from readers and save them into the database.

link|improve this question

1  
To clarify the question of what an interactive form is - help.adobe.com/en_US/Acrobat/9.0/Standard/… and this example help.adobe.com/en_US/Acrobat/9.0/Samples/… and yes, I need this too from reportlab ;-) – user288299 Jan 17 '11 at 9:20
1  
What do you mean by interactive PDF forms? – Seitaridis Feb 1 '11 at 23:33
feedback

1 Answer

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

Support for Acrobat Forms in ReportLab documents

This 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 canvas
methods. (comments?)

The ...Absolute(...) functions position the fields with respect
to the absolute canvas coordinate space -- that is, they do not
respect any coordinate transforms in effect for the canvas.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.