Find the field names of inputtable form fields in a PDF document?

不打扰是莪最后的温柔 提交于 2019-12-21 20:29:46

问题


Find the field names of inputtable form fields in a PDF document? I have an editable PDF form that I'm trying to automate the entry of form fields into using python.

In order to do this I must know the "names" of the form fields in the FDF data to input.

See question for background: How can I auto-populate a PDF form in Django/Python?

I don't need to find the names programaticaly from the PDF necessarily, just need to know what they are so if this is possible in Preview/Adobe/etc. PDF readers/editors that is sufficient.


回答1:


Previously asked. Have a look at pdftk's dump_data_fields.



来源:https://stackoverflow.com/questions/3310533/find-the-field-names-of-inputtable-form-fields-in-a-pdf-document

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!