diff --git a/docs/32000-2-2020/clause07.md b/docs/32000-2-2020/clause07.md index e98f819..edaa0b5 100644 --- a/docs/32000-2-2020/clause07.md +++ b/docs/32000-2-2020/clause07.md @@ -145,6 +145,8 @@ modified: 24 October 2023
  • 7.9.6 Name trees
  • +
  • 7.9.7 Number trees +
  • 7.10 Functions @@ -1285,7 +1287,8 @@ NOTE 2 The string ca

    (Root and leaf nodes only; required in leaf nodes; present in the root node if and only if Kids is not present) Shall be an array of the form

    [key1 value1 key2 value2 ...keyn valuen]

    where each keyi shall be a string and the corresponding valuei shall be the - object associated with that key. The keys shall be sorted in lexical order, as described below.

    + object associated with that key. The keys shall be sorted in lexical order, as described below. + Keys shall not be the null object.

    @@ -1301,6 +1304,32 @@ Any encoding of the keys may be used as long as it is self-consistent; keys shal

    ...

    +

    7.9.7 Number trees

    + +

    Change Table 37 as follows:

    + + + + + + + + + + + + + +
    Table 37 - Entries in a number tree node dictionary
    KeyTypeValue
    Numsarray +

    (Root and leaf nodes only; shall be required in leaf nodes; present in the root node if and only if Kids is not present) Shall be an array of the form

    +

    [key1 value1 key2 value2 ...keyn valuen]

    +

    where each keyi shall is an integer and the corresponding valuei shall be the + object associated with that key. The keys shall be sorted in numerical order, analogously to the arrangement of keys in a name tree as described in 7.9.6, "Name trees". + Keys shall not be the null object.

    +
    + + +

    7.10 Functions

    7.10.3 Type 2 (exponential interpolation) functions

    diff --git a/docs/32000-2-2020/index.md b/docs/32000-2-2020/index.md index 43452c7..6d4cd30 100644 --- a/docs/32000-2-2020/index.md +++ b/docs/32000-2-2020/index.md @@ -36,6 +36,7 @@ All issues related to {{ page.subset }} are recorded in the PDF Association's Table 34 - Entries in a resource dictionary
  • Table 35 - PDF data types (informative)
  • Table 36 - Entries in a name tree node dictionary
  • +
  • Table 37 - Entries in a number tree node dictionary
  • Table 42 - Operators in Type 4 functions
  • Table 43 - Entries in a file specification dictionary
  • Table 44 - Additional entries in an embedded file stream dictionary