0

HTML のようなテキスト フィールド、SelectBox のような PDF フォームのさまざまなフィールドとそのドキュメントを探しています。

私はそれを見つけることができませんでした。私たちがこれらを持っているのと同じように

"FieldType" = "Text"
"FieldType": "Button"
"FieldJustification": "Left"

すべてのオプション、属性が何であるかを知りたいので、それらをよりよく知ることができます。

このようなものですが、公式ソースからのものです。

4

1 に答える 1

1

For information on the PDF format it generally is a good idea to have a look at the specification, i.e. currently ISO 32000-1:2008 which Adobe makes publicly available here. Chapter 12.7 "Interactive Forms" explains the AcroForm PDF forms, section 12.7.4 "Field Types" explains the available field types.

If you do also want to consider dynamic forms according to the Adobe XML Architecture, you also should lookup the XML Forms Architecture (XFA) Specification, made available by Adobe in version 3.3 here.

于 2012-11-13T10:36:24.803 に答える