Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找 PDF 表单的各种字段及其文档,就像我们为 HTML 一样的文本字段、选择框。
我找不到。就像我们有这些
"FieldType" = "Text" "FieldType": "Button" "FieldJustification": "Left"
我想知道所有选项和属性都有哪些,以便我更好地了解它们。
像这样的东西,但来自官方来源。
有关 PDF 格式的信息,最好查看规范,即 Adobe在此处公开提供的当前 ISO 32000-1:2008 。第 12.7 章“交互式表单”解释了 AcroForm PDF 表单,第 12.7.4 节“字段类型”解释了可用的字段类型。
如果您还想根据 Adobe XML 体系结构考虑动态表单,您还应该在此处查找 Adobe 在 3.3 版中提供的 XML 表单体系结构 (XFA) 规范。