Skip to content

Commit

Permalink
Partially fix #468
Browse files Browse the repository at this point in the history
  • Loading branch information
petervwyatt committed Nov 13, 2024
1 parent 5a46d56 commit d22763c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/32000-2-2020/clause12.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ modified: 25 October 2024
</li>
<li><a href="#H12.7.5.3">12.7.5.3 Text fields</a>
</li>
<li><a href="#H12.7.5.4">12.7.5.4 Choice fields</a>
</li>
<li><a href="#H12.7.5.5">12.7.5.5 Signature Fields</a>
</li>
</ul>
Expand Down Expand Up @@ -1042,6 +1044,33 @@ shall be used instead of the <b>V</b> key to determine which appearance to use.
</tr>
</table>

<h4 id="H12.7.5.4">12.7.5.4 Choice fields</h4>

<p class="location">Change Table 234 as follows:</p>

<table>
<caption id="Table234">Table 234 - Additional entries specific to a choice field</caption>
<tr>
<th>Key</th>
<th>Type</th>
<th>Value</th>
</tr>
<tr>
<td><b>I</b></td>
<td>array</td>
<td>
(<i>Sometimes required, otherwise optional; PDF 1.4</i>) For choice fields
<del onMouseEnter="mouseEnter(this)" data-issue="468">that allow multiple selection (MultiSelect flag set)</del>, an array of integers,
sorted in ascending order, representing the zero-based indices in the <b>Opt</b> array of the currently selected option items. This
entry shall be used when two or more elements in the <b>Opt</b> array have different names but the same export value
<del onMouseEnter="mouseEnter(this)" data-issue="468">or when the value of the choice field is an array</del>. If the
item<ins onMouseEnter="mouseEnter(this)" data-issue="468">(</ins>s<ins onMouseEnter="mouseEnter(this)" data-issue="468">)</ins>
identified by this entry differ from those in the <b>V</b> entry of the field dictionary (see discussion following this Table),
the <b>V</b> entry shall be used.
</td>
</tr>
</table>


<h4 id="H12.7.5.5">12.7.5.5 Signature fields</h4>

Expand Down
1 change: 1 addition & 0 deletions docs/32000-2-2020/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ All issues related to {{ page.subset }} are recorded in the PDF Association's <a
<li><a href="clause12.html#Table226">Table 226 - Entries common to all field dictionaries</a></li>
<li><a href="clause12.html#Table228">Table 228 - Additional entries common to all fields containing variable text</a></li>
<li><a href="clause12.html#Table232">Table 232 - Additional entry specific to a text field</a></li>
<li><a href="clause12.html#Table234">Table 234 - Additional entries specific to a choice field</a></li>
<li><a href="clause12.html#Table236">Table 236 - Entries in a signature field lock dictionary</a></li>
<li><a href="clause12.html#Table237">Table 237 - Entries in a signature field seed value dictionary</a></li>
<li><a href="clause12.html#Table238">Table 238 - Entries in a certificate seed value dictionary</a></li>
Expand Down

0 comments on commit d22763c

Please sign in to comment.