我们可以使用reportlab创建交互式PDF表单吗?
答
reportlab.pdfbase.pdfform.py意味着你可以,但它听起来不像一个成熟的功能。
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.
要澄清的一个互动的形式是什么的问题 - http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS58a04a822e3e50102bd615109794195ff-7dd2.w.html和这个例子中的http://帮助.adobe.com/en_US/Acrobat/9.0/Samples/interactiveform_enabled.pdf并且是的,我也需要reportlab ;-) – user288299 2011-01-17 09:20:43
交互式PDF表单是什么意思? – Seitaridis 2011-02-01 23:33:09