如何在Python中使用reportlab制作可填写的表格
任何人都可以帮助我使用reportlab 库在python 中创建表单。 我对此完全陌生,我希望示例代码 谢谢
can anyone please help me with creating forms in python using the reportlab lib.
i am totally new to this and i would appreciate sample code
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然reportlab不支持创建可填写的pdf表格。我在 API 中发现的关于它的唯一信息可以追溯到 2003 年,之后所有的声明都明确表示“不”。
我这么晚才回答这个问题,因为这是当你在谷歌中输入“reportlab forms”时点击率最高的网站之一。我确实同意特拉维斯的观点,你应该自己用谷歌搜索简单的问题,但这在任何地方都没有得到明确的答案。
Apparently reportlab does not support creating fillable pdf forms. The only thing I found about it being present in the API dates from 2003, afterwards all statements clearly say no.
I'm answering this so late because this is one of the highest hits when you enter 'reportlab forms' in google. I do agree with Travis you should google easy questions yourself, but this isn't really clearly answered anywhere.