From d22763c6bfae90112dfb53cf5b1a0427fc25737e Mon Sep 17 00:00:00 2001 From: petervwyatt <26521615+petervwyatt@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:51:32 +1100 Subject: [PATCH] Partially fix #468 --- docs/32000-2-2020/clause12.md | 29 +++++++++++++++++++++++++++++ docs/32000-2-2020/index.md | 1 + 2 files changed, 30 insertions(+) diff --git a/docs/32000-2-2020/clause12.md b/docs/32000-2-2020/clause12.md index 5a8430e..b9caf13 100644 --- a/docs/32000-2-2020/clause12.md +++ b/docs/32000-2-2020/clause12.md @@ -113,6 +113,8 @@ modified: 25 October 2024
  • 12.7.5.3 Text fields
  • +
  • 12.7.5.4 Choice fields +
  • 12.7.5.5 Signature Fields
  • @@ -1042,6 +1044,33 @@ shall be used instead of the V key to determine which appearance to use. +

    12.7.5.4 Choice fields

    + +

    Change Table 234 as follows:

    + + + + + + + + + + + + + +
    Table 234 - Additional entries specific to a choice field
    KeyTypeValue
    Iarray + (Sometimes required, otherwise optional; PDF 1.4) For choice fields + that allow multiple selection (MultiSelect flag set), an array of integers, + sorted in ascending order, representing the zero-based indices in the Opt array of the currently selected option items. This + entry shall be used when two or more elements in the Opt array have different names but the same export value + or when the value of the choice field is an array. If the + item(s) + identified by this entry differ from those in the V entry of the field dictionary (see discussion following this Table), + the V entry shall be used. +
    +

    12.7.5.5 Signature fields

    diff --git a/docs/32000-2-2020/index.md b/docs/32000-2-2020/index.md index 2aaa6e3..19f79c5 100644 --- a/docs/32000-2-2020/index.md +++ b/docs/32000-2-2020/index.md @@ -82,6 +82,7 @@ All issues related to {{ page.subset }} are recorded in the PDF Association's Table 226 - Entries common to all field dictionaries
  • Table 228 - Additional entries common to all fields containing variable text
  • Table 232 - Additional entry specific to a text field
  • +
  • Table 234 - Additional entries specific to a choice field
  • Table 236 - Entries in a signature field lock dictionary
  • Table 237 - Entries in a signature field seed value dictionary
  • Table 238 - Entries in a certificate seed value dictionary