0

我有一个带有表单的 PDF 文件。我想使用 python 完成表单。

我尝试使用pdfrwPyPDF2来获取表单字段,但那里似乎没有字段。

import pdfrw

template_pdf = pdfrw.PdfReader(input_pdf_path)
print(template_pdf.Root.AcroForm.Fields)

这是有用的元数据。

{'/CreationDate': "(D:20200121124334+02'00')", '/Creator': '(Adobe LiveCycle Designer ES 10.0)', '/ModDate': "(D:20200130162040+02'00')", '/Producer': '(Adobe LiveCycle Designer ES 10.0)'}

有没有办法用python做到这一点?

4

0 回答 0