2010-10-14 158 views
10

我們可以使用reportlab創建交互式PDF表單嗎?也就是說,一種從讀取器讀取數據並將其保存到數據庫中的表單。我們可以使用reportlab創建交互式PDF表單嗎?

+1

要澄清的一個互動的形式是什麼的問題 - 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

+1

交互式PDF表單是什麼意思? – Seitaridis 2011-02-01 23:33:09

回答

7

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. 
相關問題