Rand Stats

PDF::ISO_32000_2

zef:dwarring

[Raku PDF Project] / PDF::ISO_32000_2

PDF-ISO_32000_2-raku

The PDF 32000-2:2020 2.0 Specification contains around 440 tables, of which about 300 can be considered data or object definitions.

This module has been used to extract and generate the roles and classes from the PDF specification.

PDF::Class currently uses PDF::ISO_32000, based on the PDF 32000-1:2008 1.7, but may potentially be upgraded to use this module, implementing the PDF 2.0 standard.

This module contains:

Tables

Data is available for all of the tables in the PDF-32000-2 2.0 specification:

use PDF::ISO_32000_2;
# Load data about the Document Information dictionary
my %info = PDF::ISO_32000_2.table: "Table_349-Entries_in_the_document_information_dictionary";
# -OR- by table number
%info = PDF::ISO_32000_2.[349];
say %info<caption>;             # Table 349 – Entries in the document information dictionary
say %info<head>.join(" | ");    # Key | Type | Value
say %info<rows>[0].join(" | "); # Title | text string | (Optional; PDF 1.1) The document’s title.

The table-index method returns a list that maps table numbers to table names:

say PDF::ISO_32000_2.table-index[349] # Table 349 - Info_entries

The appendix method returns a hash index into the Appendix:

my $stream-ops = PDF::ISO_32000_2.appendix<A.1>;
say $stream-ops, # PDF_content_stream_operators
say PDF::ISO_32000_2.table($stream-ops)<caption>; #  Table A.1 – PDF content stream operators

Roles

Roles are available for tables named *_entries, or *_attributes.

% p6doc ISO_32000_2:Table_349-Entries_in_the_document_information_dictionary
% p6doc ISO_32000_2:Table_28-Entries_in_the_catalog_dictionary

The roles also contain method stubs for the entries that need to be implemented for the role. For example:

% cat << EOF > lib/Catalog.rakumod
use ISO_32000_2::Table_28-Entries_in_the_catalog_dictionary;
unit class Catalog does ISO_32000_2::Table_28-Entries_in_the_catalog_dictionary;
EOF
% raku -I . -M Catalog
===SORRY!=== Error while compiling lib/Catalog.rakumod (Catalog)
Method 'SpiderInfo' must be implemented by Catalog because it is required by roles: ISO_32000_2::Table_28-Entries_in_the_catalog_dictionary.
at lib/Catalog.rakumod (Catalog):1

Building this module

Note that the META6.json and README.md are generated. Any edits the these files should be made to the sources src/META6.in and src/README.in, before building.

To rebuild the roles, resources, README.md and META6.json:

$ make clean
$ make
$ make test

Or to fully rebuild the module type $ make realclean. This will refetch specification and rebuild the the XML extract gen/PDF-ISO_32000_2.xml. This will take some time. At least 2Gb of available memory is recommended. The wget utility and network access are also required.

ISO 32000 Roles

The following interface roles have been mined from the ISO-32000-2 specification

Roles and Entries

ISO_32000_2 ReferenceEntries
Table F.1 — Entries in the linearization parameter dictionary/Linearized /L /H /O /E /N /T /P
Table 5 — Entries common to all stream dictionaries/Length /Filter /DecodeParms /F /FFilter /FDecodeParms /DL
Table 8 — Optional parameters for LZWDecode and FlateDecode filters/Predictor /Colors /BitsPerComponent /Columns /EarlyChange
Table 11 – Optional parameters for the CCITTFaxDecode filter/K /EndOfLine /EncodedByteAlign /Columns /Rows /EndOfBlock /BlackIs1 /DamagedRowsBeforeError
Table 12 — Optional parameter for the JBIG2Decode filter/JBIG2Globals
Table 13 – Optional parameter for the DCTDecode filter/ColorTransform
Table 14 — Optional parameters for Crypt filters/Type /Name
Table 15 — Entries in the file trailer dictionary/Size /Prev /Root /Encrypt /Info /ID
Table 16 — Additional entries specific to an object stream dictionary/Type /N /First /Extends
Table 17 — Additional entries specific to a cross-reference stream dictionary/Type /Size /Index /Prev /W
Table 19 — Additional entries in a hybrid-reference file’s trailer dictionary/XRefStm
Table 20 — Entries common to all encryption dictionaries/Filter /SubFilter /V /Length /CF /StmF /StrF /EFF
Table 21 — Additional encryption dictionary entries for the standard security handler/R /O /U /OE /UE /P /Perms /EncryptMetadata
Table 23 — Additional encryption dictionary entries for public-key security handlers/Recipients
Table 25 — Entries common to all crypt filter dictionaries/Type /CFM /AuthEvent /Length
Table 27 — Additional crypt filter dictionary entries for public-key security handlers/Recipients /EncryptMetadata
Table 28 — Entries in an encrypted payload dictionary/Type /Subtype /Version
Table 29 — Entries in the catalog dictionary/Type /Version /Extensions /Pages /PageLabels /Names /Dests /ViewerPreferences /PageLayout /PageMode /Outlines /Threads /OpenAction /AA /URI /AcroForm /Metadata /StructTreeRoot /MarkInfo /Lang /SpiderInfo /OutputIntents /PieceInfo /OCProperties /Perms /Legal /Requirements /Collection /NeedsRendering /DSS /AF /DPartRoot
Table 30 — Required entries in a page tree node/Type /Parent /Kids /Count
Table 31 — Entries in a page object/Type /Parent /LastModified /Resources /MediaBox /CropBox /BleedBox /TrimBox /ArtBox /BoxColorInfo /Contents /Rotate /Group /Thumb /B /Dur /Trans /Annots /AA /Metadata /PieceInfo /StructParents /ID /PZ /SeparationInfo /Tabs /TemplateInstantiated /PresSteps /UserUnit /VP /AF /OutputIntents /DPart
Table 32 — Entries in the name dictionary/Dests /AP /JavaScript /Pages /Templates /IDS /URLS /EmbeddedFiles /AlternatePresentations /Renditions
Table 34 — Entries in a resource dictionary/ExtGState /ColorSpace /Pattern /Shading /XObject /Font /ProcSet /Properties
Table 36 — Entries in a name tree node dictionary/Kids /Names /Limits
Table 37 — Entries in a number tree node dictionary/Kids /Nums /Limits
Table 38 — Entries common to all function dictionaries/FunctionType /Domain /Range
Table 39 — Additional entries specific to a Type 0 function dictionary/Size /BitsPerSample /Order /Encode /Decode
Table 40 — Additional entries specific to a Type 2 function dictionary/C0 /C1 /N
Table 41 — Additional entries specific to a Type 3 function dictionary/Functions /Bounds /Encode
Table 43 — Entries in a file specification dictionary/Type /FS /F /UF /DOS /Mac /Unix /ID /V /EF /RF /Desc /CI /Thumb /EP /AFRelationship
Table 44 — Additional entries in an embedded file stream dictionary/Type /Subtype /Params
Table 45 — Entries in an embedded file parameter dictionary/Size /CreationDate /ModDate /Mac /CheckSum
Table 46 — Entries in a collection item dictionary/Type
Table 47 — Entries in a collection subitem dictionary/Type /D /P
Table 48 — Entries in an extensions dictionary/Type /PrefixName
Table 49 — Entries in a developer extensions dictionary/Type /BaseVersion /ExtensionLevel /URL /ExtensionRevision
Table 51 — Device-independent graphics state parameters/CTM /clippingPath /colorSpace /color /textState /lineWidth /lineCap /lineJoin /miterLimit /dashPattern /renderingIntent /strokeAdjustment /blendMode /softMask /alphaConstant /alphaSource /blackPointCompensation
Table 52 — Device-dependent graphics state parameters/overprint /overprintMode /blackGeneration /undercolorRemoval /transfer /halftone /flatness /smoothness
Table 57 — Entries in a graphics state parameter dictionary/Type /LW /LC /LJ /ML /D /RI /OP /op /OPM /Font /BG /BG2 /UCR /UCR2 /TR /TR2 /HT /FL /SM /SA /BM /SMask /CA /ca /AIS /TK /UseBlackPtComp /HTO
Table 62 — Entries in a CalGray colour space dictionary/WhitePoint /BlackPoint /Gamma
Table 63 — Entries in a CalRGB colour space dictionary/WhitePoint /BlackPoint /Gamma /Matrix
Table 64 — Entries in a Lab colour space dictionary/WhitePoint /BlackPoint /Range
Table 65 — Additional entries specific to an ICC profile stream dictionary/N /Alternate /Range /Metadata
Table 70 — Entries in a DeviceN colour space attributes dictionary/Subtype /Colorants /Process /MixingHints
Table 71 — Entries in a DeviceN process dictionary/ColorSpace /Components
Table 72 — Entries in a DeviceN mixing hints dictionary/Solidities /PrintingOrder /DotGain
Table 74 — Additional entries specific to a Type 1 pattern dictionary/Type /PatternType /PaintType /TilingType /BBox /XStep /YStep /Resources /Matrix
Table 75 — Entries in a Type 2 pattern dictionary/Type /PatternType /Shading /Matrix /ExtGState
Table 77 — Entries common to all shading dictionaries/ShadingType /ColorSpace /Background /BBox /AntiAlias
Table 78 — Additional entries specific to a Type 1 shading dictionary/Domain /Matrix /Function
Table 79 — Additional entries specific to a Type 2 shading dictionary/Coords /Domain /Function /Extend
Table 80 — Additional entries specific to a Type 3 shading dictionary/Coords /Domain /Function /Extend
Table 81 — Additional entries specific to a Type 4 shading dictionary/BitsPerCoordinate /BitsPerComponent /BitsPerFlag /Decode /Function
Table 82 — Additional entries specific to a Type 5 shading dictionary/BitsPerCoordinate /BitsPerComponent /VerticesPerRow /Decode /Function
Table 83 — Additional entries specific to a Type 6 shading dictionary/BitsPerCoordinate /BitsPerComponent /BitsPerFlag /Decode /Function
Table 87 — Additional entries specific to an image dictionary/Type /Subtype /Width /Height /ColorSpace /BitsPerComponent /Intent /ImageMask /Mask /Decode /Interpolate /Alternates /SMask /SMaskInData /Name /StructParent /ID /OPI /Metadata /OC /AF /Measure /PtData
Table 89 — Entries in an alternate image dictionary/Image /DefaultForPrinting /OC
Table 93 — Additional entries specific to a Type 1 form dictionary/Type /Subtype /FormType /BBox /Matrix /Resources /Group /Ref /Metadata /PieceInfo /LastModified /StructParent /StructParents /OPI /OC /Name /AF /Measure /PtData
Table 94 — Entries common to all group attributes dictionaries/Type /S
Table 95 — Entries in a reference dictionary/F /Page /ID
Table 96 — Entries in an optional content group dictionary/Type /Name /Intent /Usage
Table 97 — Entries in an optional content membership dictionary/Type /OCGs /P /VE
Table 98 — Entries in the optional content properties dictionary/OCGs /D /Configs
Table 99 — Entries in an optional content configuration dictionary/Name /Creator /BaseState /ON /OFF /Intent /AS /Order /ListMode /RBGroups /Locked
Table 100 — Entries in an optional content usage dictionary/CreatorInfo /Language /Export /Zoom /Print /View /User /PageElement
Table 101 — Entries in a usage application dictionary/Event /OCGs /Category
Table 109 — Entries in a Type 1 font dictionary/Type /Subtype /Name /BaseFont /FirstChar /LastChar /Widths /FontDescriptor /Encoding /ToUnicode
Table 110 — Entries in a Type 3 font dictionary/Type /Subtype /Name /FontBBox /FontMatrix /CharProcs /Encoding /FirstChar /LastChar /Widths /FontDescriptor /Resources /ToUnicode
Table 112 — Entries in an encoding dictionary/Type /BaseEncoding /Differences
Table 114 — Entries in a CIDSystemInfo dictionary/Registry /Ordering /Supplement
Table 115 — Entries in a CIDFont dictionary/Type /Subtype /BaseFont /CIDSystemInfo /FontDescriptor /DW /W /DW2 /W2 /CIDToGIDMap
Table 118 — Additional entries in a CMap stream dictionary/Type /CMapName /CIDSystemInfo /WMode /UseCMap
Table 119 — Entries in a Type 0 font dictionary/Type /Subtype /BaseFont /Encoding /DescendantFonts /ToUnicode
Table 120 — Entries common to all font descriptors/Type /FontName /FontFamily /FontStretch /FontWeight /Flags /FontBBox /ItalicAngle /Ascent /Descent /Leading /CapHeight /XHeight /StemV /StemH /AvgWidth /MaxWidth /MissingWidth /FontFile /FontFile2 /FontFile3 /CharSet
Table 122 — Additional font descriptor entries for CIDFonts/Style /Lang /FD /CIDSet
Table 124 — Embedded font organisation for various font types/FontFile /FontFile2 /FontFile3
Table 125 — Additional entries in an embedded font stream dictionary/Length1 /Length2 /Length3 /Subtype
Table 128 — Entries in a Type 1 halftone dictionary/Type /HalftoneType /HalftoneName /Frequency /Angle /SpotFunction /AccurateScreens /TransferFunction
Table 129 — Additional entries specific to a Type 6 halftone dictionary/Type /HalftoneType /HalftoneName /Width /Height /TransferFunction
Table 130 — Additional entries specific to a Type 10 halftone dictionary/Type /HalftoneType /HalftoneName /Xsquare /Ysquare /TransferFunction
Table 131 — Additional entries specific to a Type 16 halftone dictionary/Type /HalftoneType /HalftoneName /Width /Height /Width2 /Height2 /TransferFunction
Table 132 — Entries in a Type 5 halftone dictionary/Type /HalftoneType /HalftoneName /Default
Table 142 — Entries in a soft-mask dictionary/Type /S /G /BC /TR
Table 144 — Additional entry in a soft-mask image dictionary/Matte
Table 145 — Additional entries specific to a transparency group attributes dictionary/S /CS /I /K
Table 147 — Entries in a viewer preferences dictionary/HideToolbar /HideMenubar /HideWindowUI /FitWindow /CenterWindow /DisplayDocTitle /NonFullScreenPageMode /Direction /ViewArea /ViewClip /PrintArea /PrintClip /PrintScaling /Duplex /PickTrayByPDFSize /PrintPageRange /NumCopies /Enforce
Table 150 — Entries in the outline dictionary/Type /First /Last /Count
Table 151 — Entries in an outline item dictionary/Title /Parent /Prev /Next /First /Last /Count /Dest /A /SE /C /F
Table 153 — Entries in a collection dictionary/Type /Schema /D /View /Navigator /Colors /Sort /Folders /Split
Table 154 — Entries in a collection schema dictionary/Type
Table 155 — Entries in a collection field dictionary/Type /Subtype /N /O /V /E
Table 156 — Entries in a collection sort dictionary/Type /S /A
Table 157 — Entries in a collection colors dictionary/Type /Background /CardBackground /CardBorder /PrimaryText /SecondaryText
Table 158 — Entries in a collection split dictionary/Type /Direction /Position
Table 159 — Entries in a folder dictionary/Type /ID /Name /Parent /Child /Next /CI /Desc /CreationDate /ModDate /Thumb /Free
Table 160 — Entries in a navigator dictionary/Type /Layout
Table 161 — Entries in a page label dictionary/Type /S /P /St
Table 162 — Entries in a thread dictionary/Type /F /I /Metadata
Table 163 — Entries in a bead dictionary/Type /T /N /V /P /R
Table 164 — Entries in a transition dictionary/Type /S /D /Dm /M /Di /SS /B
Table 165 — Entries in a navigation node dictionary/Type /NA /PA /Next /Prev /Dur
Table 166 — Entries common to all annotation dictionaries/Type /Subtype /Rect /Contents /P /NM /M /F /AP /AS /Border /C /StructParent /OC /AF /ca /CA /BM /Lang
Table 168 — Entries in a border style dictionary/Type /W /S /D
Table 169 — Entries in a border effect dictionary/S /I
Table 170 — Entries in an appearance dictionary/N /R /D
Table 172 — Additional entries in an annotation dictionary specific to markup annotations/T /Popup /RC /CreationDate /IRT /Subj /RT /IT
Table 173 — Additional entries in markup annotation dictionaries specific to external data/ExData
Table 175 — Additional entries specific to a text annotation/Subtype /Open /Name /State /StateModel
Table 176 — Additional entries specific to a link annotation/Subtype /A /Dest /H /PA /QuadPoints /BS
Table 177 — Additional entries specific to a free text annotation/Subtype /DA /Q /RC /DS /CL /IT /BE /RD /BS /LE
Table 178 — Additional entries specific to a line annotation/Subtype /L /BS /LE /IC /LL /LLE /Cap /IT /LLO /CP /Measure /CO
Table 180 — Additional entries specific to a square or circle annotation/Subtype /BS /IC /BE /RD
Table 181 — Additional entries specific to a polygon or polyline annotation/Subtype /Vertices /LE /BS /IC /BE /IT /Measure /Path
Table 182 — Additional entries specific to text markup annotations/Subtype /QuadPoints
Table 183 — Additional entries specific to a caret annotation/Subtype /RD /Sy
Table 184 — Additional entries specific to a rubber stamp annotation/Subtype /Name /IT
Table 185 — Additional entries specific to an ink annotation/Subtype /InkList /BS /Path
Table 186 — Additional entries specific to a popup annotation/Subtype /Parent /Open
Table 187 — Additional entries specific to a file attachment annotation/Subtype /FS /Name
Table 188 — Additional entries specific to a sound annotation/Subtype /Sound /Name
Table 189 — Additional entries specific to a movie annotation/Subtype /T /Movie /A
Table 190 — Additional entries specific to a screen annotation/Subtype /T /MK /A /AA
Table 191 — Additional entries specific to a widget annotation/Subtype /H /MK /A /AA /BS /Parent
Table 192 — Entries in an appearance characteristics dictionary/R /BC /BG /CA /RC /AC /I /RI /IX /IF /TP
Table 193 — Additional entries specific to a watermark annotation/Subtype /FixedPrint
Table 194 — Entries in a fixed print dictionary/Type /Matrix /H /V
Table 195 — Additional entries specific to a redaction annotation/Subtype /QuadPoints /IC /RO /OverlayText /Repeat /DA /Q
Table 196 — Entries common to all action dictionaries/Type /S /Next
Table 197 — Entries in an annotation’s additional-actions dictionary/E /X /D /U /Fo /Bl /PO /PC /PV /PI
Table 198 — Entries in a page object’s additional-actions dictionary/O /C
Table 199 — Entries in a form field’s additional-actions dictionary/K /F /V /C
Table 200 — Entries in the document catalog’s additional-actions dictionary/WC /WS /DS /WP /DP
Table 202 — Additional entries specific to a go-to action/S /D /SD
Table 203 — Additional entries specific to a remote go-to action/S /F /D /SD /NewWindow
Table 204 — Additional entries specific to an embedded go-to action/S /F /D /NewWindow /T
Table 205 — Entries specific to a target dictionary/R /N /P /A /T
Table 206 — Entries in a GoToDp dictionary/S /Dp
Table 207 — Additional entries specific to a launch action/S /F /Win /Mac /Unix /NewWindow
Table 208 — Entries in a Microsoft WindowsTM launch parameter dictionary/F /D /O /P
Table 209 — Additional entries specific to a thread action/S /F /D /B
Table 210 — Additional entries specific to a URI action/S /URI /IsMap
Table 211 — Entry in a URI dictionary/Base
Table 212 — Additional entries specific to a sound action/S /Sound /Volume /Synchronous /Repeat /Mix
Table 213 — Additional entries specific to a movie action/S /Annotation /T /Operation
Table 214 — Additional entries specific to a hide action/S /T /H
Table 216 — Additional entries specific to named actions/S /N
Table 217 — Additional entries specific to a set-OCG-state action/S /State /PreserveRB
Table 218 — Additional entries specific to a rendition action/S /R /AN /OP /JS
Table 219 — Additional entries specific to a transition action/S /Trans
Table 220 — Additional entries specific to a go-to-3D-view action/S /TA /V
Table 221 — Additional entries specific to an ECMAScript action/S /JS
Table 222 — Additional entries specific to a rich-media-execute action/S /TA /TI /CMD
Table 223 — Entries in a RichMediaCommand dictionary/Type /C /A
Table 224 — Entries in the interactive form dictionary/Fields /NeedAppearances /SigFlags /CO /DR /DA /Q /XFA
Table 226 — Entries common to all field dictionaries/FT /Parent /Kids /T /TU /TM /Ff /V /DV /AA
Table 228 — Additional entries common to all fields containing variable text/DA /Q /DS /RV
Table 230 — Additional entry specific to check box and radio button fields/Opt
Table 232 — Additional entry specific to a text field/MaxLen
Table 234 — Additional entries specific to a choice field/Opt /TI /I
Table 235 — Additional entries specific to a signature field/Lock /SV
Table 236 — Entries in a signature field lock dictionary/Type /Action /Fields /P
Table 237 — Entries in a signature field seed value dictionary/Type /Ff /Filter /SubFilter /DigestMethod /V /Cert /Reasons /MDP /TimeStamp /LegalAttestation /AddRevInfo /LockDocument /AppearanceFilter
Table 238 — Entries in a certificate seed value dictionary/Type /Ff /Subject /SignaturePolicyOID /SignaturePolicyHashValue /SignaturePolicyHashAlgorithm /SignaturePolicyCommitmentType /SubjectDN /KeyUsage /Issuer /OID /URL /URLType
Table 239 — Additional entries specific to a submit-form action/S /F /Fields /Flags /CharSet
Table 241 — Additional entries specific to a reset-form action/S /Fields /Flags
Table 243 — Additional entries specific to an import-data action/S /F
Table 244 — Entry in the FDF trailer dictionary/Root
Table 245 — Entries in the FDF catalog dictionary/Version /FDF
Table 246 — Entries in the FDF dictionary/F /ID /Fields /Status /Pages /Encoding /Annots /Differences /Target /EmbeddedFDFs /JavaScript
Table 247 — Additional entry in an embedded file stream dictionary for an encrypted FDF file/EncryptionRevision
Table 248 — Entries in the ECMAScript dictionary/Before /After /AfterPermsReady /Doc
Table 249 — Entries in an FDF field dictionary/Kids /T /V /Ff /SetFf /ClrFf /F /SetF /ClrF /AP /APRef /IF /Opt /A /AA /RV
Table 250 — Entries in an icon fit dictionary/SW /S /A /FB
Table 251 — Entries in an FDF page dictionary/Templates /Info
Table 252 — Entries in an FDF template dictionary/TRef /Fields /Rename
Table 253 — Entries in an FDF named page reference dictionary/Name /F
Table 254 — Additional entry for annotation dictionaries in an FDF file/Page
Table 255 — Entries in a signature dictionary/Type /Filter /SubFilter /Contents /Cert /ByteRange /Reference /Changes /Name /M /Location /Reason /ContactInfo /R /V /Prop_Build /Prop_AuthTime /Prop_AuthType
Table 256 — Entries in a signature reference dictionary/Type /TransformMethod /TransformParams /Data /DigestMethod
Table 257 — Entries in the DocMDP transform parameters dictionary/Type /P /V
Table 258 — Entries in the UR transform parameters dictionary/Type /Document /Msg /V /Annots /Form /Signature /EF /P
Table 259 — Entries in the FieldMDP transform parameters dictionary/Type /Action /Fields /V
Table 261 — Entries in the document security store (DSS) dictionary/Type /VRI /Certs /OCSPs /CRLs
Table 262 — Entries in the signature validation-related information (VRI) dictionary/Type /Cert /CRL /OCSP /TU /TS
Table 263 — Entries in a permissions dictionary/DocMDP /UR3
Table 264 — Entries in a legal attestation dictionary/JavaScriptActions /LaunchActions /URIActions /MovieActions /SoundActions /HideAnnotationActions /GoToRemoteActions /AlternateImages /ExternalStreams /TrueTypeFonts /ExternalRefXobjects /ExternalOPIdicts /NonEmbeddedFonts /DevDepGS_OP /DevDepGS_HT /DevDepGS_TR /DevDepGS_UCR /DevDepGS_BG /DevDepGS_FL /Annotations /OptionalContent /Attestation
Table 265 — Entries in a viewport dictionary/Type /BBox /Name /Measure /PtData
Table 266 — Entries in a measure dictionary/Type /Subtype
Table 267 — Additional entries in a rectilinear measure dictionary/R /X /Y /D /A /T /S /O /CYX
Table 268 — Entries in a number format dictionary/Type /U /C /F /D /FD /RT /RD /PS /SS /O
Table 269 — Additional entries in a geospatial measure dictionary/Bounds /GCS /DCS /PDU /GPTS /LPTS /PCSM
Table 270 — Entries in a geographic coordinate system dictionary/Type /EPSG /WKT
Table 271 — Entries in a projected coordinate system dictionary/Type /EPSG /WKT
Table 272 — Entries in a point data dictionary/Type /Subtype /Names /XPTS
Table 273 — Entries common to all requirement dictionaries/Type /S /V /RH /Penalty
Table 274 — Entries for specific types of requirements/Encrypt /DigSig
Table 276 — Entries in a requirement handler dictionary/Type /S /Script
Table 277 — Entries common to all rendition dictionaries/Type /S /N /MH /BE
Table 278 — Entries in a rendition MH/BE dictionary/C
Table 279 — Entries in a media criteria dictionary/Type /A /C /O /S /R /D /Z /V /P /L
Table 280 — Entries in a minimum bit depth dictionary/Type /V /M
Table 281 — Entries in a minimum screen size dictionary/Type /V /M
Table 282 — Additional entries in a media rendition dictionary/C /P /SP
Table 283 — Additional entries specific to a selector rendition dictionary/R
Table 284 — Entries common to all media clip dictionaries/Type /S /N
Table 285 — Additional entries in a media clip data dictionary/D /CT /P /Alt /PL /MH /BE
Table 286 — Entries in a media permissions dictionary/Type /TF
Table 287 — Entries in a media clip data MH/BE dictionary/BU
Table 288 — Additional entries in a media clip section dictionary/D /Alt /MH /BE
Table 289 — Entries in a media clip section MH/BE dictionary/B /E
Table 290 — Entries in a media play parameters dictionary/Type /PL /MH /BE
Table 291 — Entries in a media play parameters MH/BE dictionary/V /C /F /D /A /RC
Table 292 — Entries in a media duration dictionary/Type /S /T
Table 293 — Entries in a media screen parameters dictionary/Type /MH /BE
Table 294 — Entries in a media screen parameters MH/BE dictionary/W /B /O /M /F
Table 295 — Entries in a floating window parameters dictionary/Type /D /RT /P /O /T /UC /R /TT
Table 296 — Entries common to all media offset dictionaries/Type /S
Table 297 — Additional entries in a media offset time dictionary/T
Table 298 — Additional entries in a media offset frame dictionary/F
Table 299 — Additional entries in a media offset marker dictionary/M
Table 300 — Entries in a timespan dictionary/Type /S /V
Table 301 — Entries in a media players dictionary/Type /MU /A /NU
Table 302 — Entries in a media player info dictionary/Type /PID /MH /BE
Table 303 — Entries in a software identifier dictionary/Type /U /L /LI /H /HI /OS
Table 305 — Additional entries specific to a sound object/Type /R /C /B /E /CO /CP
Table 306 — Entries in a movie dictionary/F /Aspect /Rotate /Poster
Table 307 — Entries in a movie activation dictionary/Start /Duration /Rate /Volume /ShowControls /Mode /Synchronous /FWScale /FWPosition
Table 308 — Entries in a slideshow dictionary/Type /Subtype /Resources /StartResource
Table 309 — Additional entries specific to a 3D annotation/Subtype /GEO /3DD /3DV /3DA /3DI /3DB /3DU
Table 310 — Entries in a 3D activation dictionary/A /AIS /D /DIS /TB /NP /Style /Window /Transparent
Table 311 — Entries in a 3D stream dictionary/Type /Subtype /VA /DV /Resources /OnInstantiate /AN /ColorSpace
Table 312 — Entries in an 3D animation style dictionary/Type /Subtype /PC /TM
Table 314 — Entries in a 3D reference dictionary/Type /3DD
Table 315 — Entries in a 3D view dictionary/Type /XN /IN /MS /MA /C2W /U3DPath /CO /P /O /BG /RM /LS /SA /NA /NR
Table 316 — Entries in a projection dictionary/Subtype /CS /F /N /FOV /PS /OS /OB
Table 317 — Entries in a 3D background dictionary/Type /Subtype /CS /C /EA
Table 318 — Entries in a render mode dictionary/Type /Subtype /AC /FC /O /CV
Table 320 — Entries in a 3D lighting scheme dictionary/Type /Subtype
Table 322 — Entries in a 3D cross section dictionary/Type /C /O /PO /PC /IV /IC /ST /SC
Table 323 — Entries in a 3D node dictionary/Type /N /O /V /M /Instance /Data /RM
Table 324 — Entries in an external data dictionary used to markup 3D annotations/Type /Subtype /MD5 /3DA /3DV
Table 325 — Entries in a 3D units dictionary/TSm /TSn /TU /USm /USn /UU /DSm /DSn /DU
Table 326 — Entries in a 3D measurement/markup dictionary common to all markup subtypes/Type /Subtype /TRL
Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement/AP /A1 /N1 /A2 /N2 /TP /TY /TS /C /V /U /P /UT /S
Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement/AP /A1 /N1 /A2 /N2 /D1 /TP /TY /TS /C /V /U /P /UT /S
Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement/AP /A1 /D1 /N1 /A2 /D2 /N2 /TP /TX /TY /TS /C /V /P /UT /DR /S
Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement/AP /A1 /A2 /N2 /A3 /A4 /TP /TX /TY /EL /TS /C /V /U /P /UT /SC /R /S
Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note/A1 /N1 /TP /TB /TS /C /UT /S
Table 332 — Entries in the external data dictionary of a projection annotation/Type /Subtype /M3DREF
Table 333 — Additional entries specific to a RichMedia annotation/Subtype /RichMediaContent /RichMediaSettings
Table 334 — Entries in a RichMediaSettings dictionary/Type /Activation /Deactivation
Table 335 — Entries in a RichMediaActivation dictionary/Type /Condition /Animation /View /Configuration /Presentation
Table 336 — Entries in a RichMediaDeactivation dictionary/Type /Condition
Table 337 — Entries in a RichMediaAnimation dictionary/Type /Subtype /PlayCount /Speed
Table 338 — Entries in a RichMediaPresentation dictionary/Type /Style /Window /Transparent /NavigationPane /Toolbar /PassContextClick
Table 339 — Entries in a RichMediaWindow dictionary/Type /Width /Height /Position
Table 340 — Entries in a RichMediaPosition dictionary/Type /HAlign /VAlign /HOffset /VOffset
Table 341 — Entries in a RichMediaContent dictionary/Type /Assets /Configurations /Views
Table 342 — Entries in a RichMediaConfiguration dictionary/Type /Subtype /Name /Instances
Table 343 — Entries in a RichMediaInstance dictionary/Type /Subtype /Asset
Table 344 — Additional entries in a 3D view dictionary/Snapshot /Params
Table 345 — Entries in a View Params dictionary/Instance /Data
Table 347 — Additional entries in a metadata stream dictionary/Type /Subtype
Table 348 — Additional entry for components having metadata/Metadata
Table 349 — Entries in the document information dictionary/Title /Author /Subject /Keywords /Creator /Producer /CreationDate /ModDate /Trapped
Table 350 — Entries in a page-piece dictionary
Table 351 — Entries in a data dictionary/LastModified /Private
Table 353 — Entries in the mark information dictionary/Marked /UserProperties /Suspects
Table 354 — Entries in the structure tree root/Type /K /IDTree /ParentTree /ParentTreeNextKey /RoleMap /ClassMap /Namespaces /PronunciationLexicon /AF
Table 355 — Entries in a structure element dictionary/Type /S /P /ID /Ref /Pg /K /A /C /R /T /Lang /Alt /E /ActualText /AF /NS /PhoneticAlphabet /Phoneme
Table 356 — Entries in a namespace dictionary/Type /NS /Schema /RoleMapNS
Table 357 — Entries in a marked-content reference dictionary/Type /Pg /Stm /StmOwn /MCID
Table 358 — Entries in an object reference dictionary/Type /Pg /Obj
Table 359 — Additional dictionary entries for structure element access/StructParent /StructParents
Table 360 — Entries common to all attribute object dictionaries/O /NS
Table 361 — Additional entries in an attribute object dictionary for user properties/O /P
Table 362 — Entries in a user property dictionary/N /V /F /H
Table 363 — Property list entries for artifacts/Type /BBox /Attached /Subtype
Table 378 — Standard layout attributes common to all standard structure types/Placement /WritingMode /BackgroundColor /BorderColor /BorderStyle /BorderThickness /Padding /Color
Table 379 — Additional standard layout attributes specific to block-level structure elements/SpaceBefore /SpaceAfter /StartIndent /EndIndent /TextIndent /TextAlign /BBox /Width /Height /BlockAlign /InlineAlign /TBorderStyle /TPadding
Table 380 — Standard layout attributes specific to inline-level structure elements/BaselineShift /LineHeight /TextPosition /TextDecorationColor /TextDecorationThickness /TextDecorationType /RubyAlign /RubyPosition /GlyphOrientationVertical
Table 381 — Standard layout attributes specific to standard column attributes/ColumnCount /ColumnGap /ColumnWidths
Table 382 — Standard list attributes/ListNumbering /ContinuedList /ContinuedFrom
Table 383 — PrintField attributes/Role /Checked /checked /Desc
Table 384 — Standard table attributes/RowSpan /ColSpan /Headers /Scope /Summary /Short
Table 385 — Standard artifact attributes/Type /BBox /Subtype
Table 386 — Entries in the Web Capture information dictionary/V /C
Table 388 — Entries common to all Web Capture content sets/Type /S /ID /O /SI /CT /TS
Table 389 — Additional entries specific to a Web Capture page set/S /T /TID
Table 390 — Additional entries specific to a Web Capture image set/S /R
Table 391 — Entries in a source information dictionary/AU /TS /E /S /C
Table 392 — Entries in a URL alias dictionary/U /C
Table 393 — Entries in a Web Capture command dictionary/URL /L /F /P /CT /H /S
Table 395 — Entries in a Web Capture command settings dictionary/G /C
Table 396 — Entries in a box colour information dictionary/CropBox /BleedBox /TrimBox /ArtBox
Table 397 — Entries in a box style dictionary/C /W /S /D
Table 398 — Additional entries specific to a printer’s mark annotation/Subtype /MN
Table 399 — Additional entries specific to a printer’s mark form dictionary/MarkStyle /Colorants
Table 400 — Entries in a separation dictionary/Pages /DeviceColorant /ColorSpace
Table 401 — Entries in an output intent dictionary/Type /S /OutputCondition /OutputConditionIdentifier /RegistryName /Info /DestOutputProfile /DestOutputProfileRef /MixingHints /SpectralData
Table 402 — Entries in a DestOutputProfileRef dictionary/CheckSum /ColorantTable /ICCVersion /ProfileCS /ProfileName /URLs
Table 403 — Additional entries specific to a trap network annotation/Subtype /LastModified /Version /AnnotStates /FontFauxing
Table 404 — Additional entries specific to a trap network appearance stream/PCM /SeparationColorNames /TrapRegions /TrapStyles
Table 405 — Entry in an OPI version dictionary/versionNumber
Table 408 — Entries in a DPartRoot dictionary/Type /DPartRootNode /RecordLevel /NodeNameList
Table 409 — Entries in a DPart dictionary/Type /Parent /DParts /Start /End /DPM /AF /Metadata

Entry to role mappings

EntryISO_32000_2 Roles
/3DATable 309 — Additional entries specific to a 3D annotation Table 324 — Entries in an external data dictionary used to markup 3D annotations
/3DBTable 309 — Additional entries specific to a 3D annotation
/3DDTable 309 — Additional entries specific to a 3D annotation Table 314 — Entries in a 3D reference dictionary
/3DITable 309 — Additional entries specific to a 3D annotation
/3DUTable 309 — Additional entries specific to a 3D annotation
/3DVTable 309 — Additional entries specific to a 3D annotation Table 324 — Entries in an external data dictionary used to markup 3D annotations
/ATable 151 — Entries in an outline item dictionary Table 156 — Entries in a collection sort dictionary Table 176 — Additional entries specific to a link annotation Table 189 — Additional entries specific to a movie annotation Table 190 — Additional entries specific to a screen annotation Table 191 — Additional entries specific to a widget annotation Table 205 — Entries specific to a target dictionary Table 223 — Entries in a RichMediaCommand dictionary Table 249 — Entries in an FDF field dictionary Table 250 — Entries in an icon fit dictionary Table 267 — Additional entries in a rectilinear measure dictionary Table 279 — Entries in a media criteria dictionary Table 291 — Entries in a media play parameters MH/BE dictionary Table 301 — Entries in a media players dictionary Table 310 — Entries in a 3D activation dictionary Table 355 — Entries in a structure element dictionary
/A1Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note
/A2Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/A3Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/A4Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/AATable 29 — Entries in the catalog dictionary Table 31 — Entries in a page object Table 190 — Additional entries specific to a screen annotation Table 191 — Additional entries specific to a widget annotation Table 226 — Entries common to all field dictionaries Table 249 — Entries in an FDF field dictionary
/ACTable 192 — Entries in an appearance characteristics dictionary Table 318 — Entries in a render mode dictionary
/AFTable 29 — Entries in the catalog dictionary Table 31 — Entries in a page object Table 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 166 — Entries common to all annotation dictionaries Table 354 — Entries in the structure tree root Table 355 — Entries in a structure element dictionary Table 409 — Entries in a DPart dictionary
/AFRelationshipTable 43 — Entries in a file specification dictionary
/AISTable 57 — Entries in a graphics state parameter dictionary Table 310 — Entries in a 3D activation dictionary
/ANTable 218 — Additional entries specific to a rendition action Table 311 — Entries in a 3D stream dictionary
/APTable 32 — Entries in the name dictionary Table 166 — Entries common to all annotation dictionaries Table 249 — Entries in an FDF field dictionary Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/APRefTable 249 — Entries in an FDF field dictionary
/ASTable 99 — Entries in an optional content configuration dictionary Table 166 — Entries common to all annotation dictionaries
/AUTable 391 — Entries in a source information dictionary
/AccurateScreensTable 128 — Entries in a Type 1 halftone dictionary
/AcroFormTable 29 — Entries in the catalog dictionary
/ActionTable 236 — Entries in a signature field lock dictionary Table 259 — Entries in the FieldMDP transform parameters dictionary
/ActivationTable 334 — Entries in a RichMediaSettings dictionary
/ActualTextTable 355 — Entries in a structure element dictionary
/AddRevInfoTable 237 — Entries in a signature field seed value dictionary
/AfterTable 248 — Entries in the ECMAScript dictionary
/AfterPermsReadyTable 248 — Entries in the ECMAScript dictionary
/AltTable 285 — Additional entries in a media clip data dictionary Table 288 — Additional entries in a media clip section dictionary Table 355 — Entries in a structure element dictionary
/AlternateTable 65 — Additional entries specific to an ICC profile stream dictionary
/AlternateImagesTable 264 — Entries in a legal attestation dictionary
/AlternatePresentationsTable 32 — Entries in the name dictionary
/AlternatesTable 87 — Additional entries specific to an image dictionary
/AngleTable 128 — Entries in a Type 1 halftone dictionary
/AnimationTable 335 — Entries in a RichMediaActivation dictionary
/AnnotStatesTable 403 — Additional entries specific to a trap network annotation
/AnnotationTable 213 — Additional entries specific to a movie action
/AnnotationsTable 264 — Entries in a legal attestation dictionary
/AnnotsTable 31 — Entries in a page object Table 246 — Entries in the FDF dictionary Table 258 — Entries in the UR transform parameters dictionary
/AntiAliasTable 77 — Entries common to all shading dictionaries
/AppearanceFilterTable 237 — Entries in a signature field seed value dictionary
/ArtBoxTable 31 — Entries in a page object Table 396 — Entries in a box colour information dictionary
/AscentTable 120 — Entries common to all font descriptors
/AspectTable 306 — Entries in a movie dictionary
/AssetTable 343 — Entries in a RichMediaInstance dictionary
/AssetsTable 341 — Entries in a RichMediaContent dictionary
/AttachedTable 363 — Property list entries for artifacts
/AttestationTable 264 — Entries in a legal attestation dictionary
/AuthEventTable 25 — Entries common to all crypt filter dictionaries
/AuthorTable 349 — Entries in the document information dictionary
/AvgWidthTable 120 — Entries common to all font descriptors
/BTable 31 — Entries in a page object Table 164 — Entries in a transition dictionary Table 209 — Additional entries specific to a thread action Table 289 — Entries in a media clip section MH/BE dictionary Table 294 — Entries in a media screen parameters MH/BE dictionary Table 305 — Additional entries specific to a sound object
/BBoxTable 74 — Additional entries specific to a Type 1 pattern dictionary Table 77 — Entries common to all shading dictionaries Table 93 — Additional entries specific to a Type 1 form dictionary Table 265 — Entries in a viewport dictionary Table 363 — Property list entries for artifacts Table 379 — Additional standard layout attributes specific to block-level structure elements Table 385 — Standard artifact attributes
/BCTable 142 — Entries in a soft-mask dictionary Table 192 — Entries in an appearance characteristics dictionary
/BETable 177 — Additional entries specific to a free text annotation Table 180 — Additional entries specific to a square or circle annotation Table 181 — Additional entries specific to a polygon or polyline annotation Table 277 — Entries common to all rendition dictionaries Table 285 — Additional entries in a media clip data dictionary Table 288 — Additional entries in a media clip section dictionary Table 290 — Entries in a media play parameters dictionary Table 293 — Entries in a media screen parameters dictionary Table 302 — Entries in a media player info dictionary
/BGTable 57 — Entries in a graphics state parameter dictionary Table 192 — Entries in an appearance characteristics dictionary Table 315 — Entries in a 3D view dictionary
/BG2Table 57 — Entries in a graphics state parameter dictionary
/BMTable 57 — Entries in a graphics state parameter dictionary Table 166 — Entries common to all annotation dictionaries
/BSTable 176 — Additional entries specific to a link annotation Table 177 — Additional entries specific to a free text annotation Table 178 — Additional entries specific to a line annotation Table 180 — Additional entries specific to a square or circle annotation Table 181 — Additional entries specific to a polygon or polyline annotation Table 185 — Additional entries specific to an ink annotation Table 191 — Additional entries specific to a widget annotation
/BUTable 287 — Entries in a media clip data MH/BE dictionary
/BackgroundTable 77 — Entries common to all shading dictionaries Table 157 — Entries in a collection colors dictionary
/BackgroundColorTable 378 — Standard layout attributes common to all standard structure types
/BaseTable 211 — Entry in a URI dictionary
/BaseEncodingTable 112 — Entries in an encoding dictionary
/BaseFontTable 109 — Entries in a Type 1 font dictionary Table 115 — Entries in a CIDFont dictionary Table 119 — Entries in a Type 0 font dictionary
/BaseStateTable 99 — Entries in an optional content configuration dictionary
/BaseVersionTable 49 — Entries in a developer extensions dictionary
/BaselineShiftTable 380 — Standard layout attributes specific to inline-level structure elements
/BeforeTable 248 — Entries in the ECMAScript dictionary
/BitsPerComponentTable 8 — Optional parameters for LZWDecode and FlateDecode filters Table 81 — Additional entries specific to a Type 4 shading dictionary Table 82 — Additional entries specific to a Type 5 shading dictionary Table 83 — Additional entries specific to a Type 6 shading dictionary Table 87 — Additional entries specific to an image dictionary
/BitsPerCoordinateTable 81 — Additional entries specific to a Type 4 shading dictionary Table 82 — Additional entries specific to a Type 5 shading dictionary Table 83 — Additional entries specific to a Type 6 shading dictionary
/BitsPerFlagTable 81 — Additional entries specific to a Type 4 shading dictionary Table 83 — Additional entries specific to a Type 6 shading dictionary
/BitsPerSampleTable 39 — Additional entries specific to a Type 0 function dictionary
/BlTable 197 — Entries in an annotation’s additional-actions dictionary
/BlackIs1Table 11 – Optional parameters for the CCITTFaxDecode filter
/BlackPointTable 62 — Entries in a CalGray colour space dictionary Table 63 — Entries in a CalRGB colour space dictionary Table 64 — Entries in a Lab colour space dictionary
/BleedBoxTable 31 — Entries in a page object Table 396 — Entries in a box colour information dictionary
/BlockAlignTable 379 — Additional standard layout attributes specific to block-level structure elements
/BorderTable 166 — Entries common to all annotation dictionaries
/BorderColorTable 378 — Standard layout attributes common to all standard structure types
/BorderStyleTable 378 — Standard layout attributes common to all standard structure types
/BorderThicknessTable 378 — Standard layout attributes common to all standard structure types
/BoundsTable 41 — Additional entries specific to a Type 3 function dictionary Table 269 — Additional entries in a geospatial measure dictionary
/BoxColorInfoTable 31 — Entries in a page object
/ByteRangeTable 255 — Entries in a signature dictionary
/CTable 151 — Entries in an outline item dictionary Table 166 — Entries common to all annotation dictionaries Table 198 — Entries in a page object’s additional-actions dictionary Table 199 — Entries in a form field’s additional-actions dictionary Table 223 — Entries in a RichMediaCommand dictionary Table 268 — Entries in a number format dictionary Table 278 — Entries in a rendition MH/BE dictionary Table 279 — Entries in a media criteria dictionary Table 282 — Additional entries in a media rendition dictionary Table 291 — Entries in a media play parameters MH/BE dictionary Table 305 — Additional entries specific to a sound object Table 317 — Entries in a 3D background dictionary Table 322 — Entries in a 3D cross section dictionary Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note Table 355 — Entries in a structure element dictionary Table 386 — Entries in the Web Capture information dictionary Table 391 — Entries in a source information dictionary Table 392 — Entries in a URL alias dictionary Table 395 — Entries in a Web Capture command settings dictionary Table 397 — Entries in a box style dictionary
/C0Table 40 — Additional entries specific to a Type 2 function dictionary
/C1Table 40 — Additional entries specific to a Type 2 function dictionary
/C2WTable 315 — Entries in a 3D view dictionary
/CATable 57 — Entries in a graphics state parameter dictionary Table 166 — Entries common to all annotation dictionaries Table 192 — Entries in an appearance characteristics dictionary
/CFTable 20 — Entries common to all encryption dictionaries
/CFMTable 25 — Entries common to all crypt filter dictionaries
/CITable 43 — Entries in a file specification dictionary Table 159 — Entries in a folder dictionary
/CIDSetTable 122 — Additional font descriptor entries for CIDFonts
/CIDSystemInfoTable 115 — Entries in a CIDFont dictionary Table 118 — Additional entries in a CMap stream dictionary
/CIDToGIDMapTable 115 — Entries in a CIDFont dictionary
/CLTable 177 — Additional entries specific to a free text annotation
/CMDTable 222 — Additional entries specific to a rich-media-execute action
/CMapNameTable 118 — Additional entries in a CMap stream dictionary
/COTable 178 — Additional entries specific to a line annotation Table 224 — Entries in the interactive form dictionary Table 305 — Additional entries specific to a sound object Table 315 — Entries in a 3D view dictionary
/CPTable 178 — Additional entries specific to a line annotation Table 305 — Additional entries specific to a sound object
/CRLTable 262 — Entries in the signature validation-related information (VRI) dictionary
/CRLsTable 261 — Entries in the document security store (DSS) dictionary
/CSTable 145 — Additional entries specific to a transparency group attributes dictionary Table 316 — Entries in a projection dictionary Table 317 — Entries in a 3D background dictionary
/CTTable 285 — Additional entries in a media clip data dictionary Table 388 — Entries common to all Web Capture content sets Table 393 — Entries in a Web Capture command dictionary
/CTMTable 51 — Device-independent graphics state parameters
/CVTable 318 — Entries in a render mode dictionary
/CYXTable 267 — Additional entries in a rectilinear measure dictionary
/CapTable 178 — Additional entries specific to a line annotation
/CapHeightTable 120 — Entries common to all font descriptors
/CardBackgroundTable 157 — Entries in a collection colors dictionary
/CardBorderTable 157 — Entries in a collection colors dictionary
/CategoryTable 101 — Entries in a usage application dictionary
/CenterWindowTable 147 — Entries in a viewer preferences dictionary
/CertTable 237 — Entries in a signature field seed value dictionary Table 255 — Entries in a signature dictionary Table 262 — Entries in the signature validation-related information (VRI) dictionary
/CertsTable 261 — Entries in the document security store (DSS) dictionary
/ChangesTable 255 — Entries in a signature dictionary
/CharProcsTable 110 — Entries in a Type 3 font dictionary
/CharSetTable 120 — Entries common to all font descriptors Table 239 — Additional entries specific to a submit-form action
/CheckSumTable 45 — Entries in an embedded file parameter dictionary Table 402 — Entries in a DestOutputProfileRef dictionary
/CheckedTable 383 — PrintField attributes
/ChildTable 159 — Entries in a folder dictionary
/ClassMapTable 354 — Entries in the structure tree root
/ClrFTable 249 — Entries in an FDF field dictionary
/ClrFfTable 249 — Entries in an FDF field dictionary
/ColSpanTable 384 — Standard table attributes
/CollectionTable 29 — Entries in the catalog dictionary
/ColorTable 378 — Standard layout attributes common to all standard structure types
/ColorSpaceTable 34 — Entries in a resource dictionary Table 71 — Entries in a DeviceN process dictionary Table 77 — Entries common to all shading dictionaries Table 87 — Additional entries specific to an image dictionary Table 311 — Entries in a 3D stream dictionary Table 400 — Entries in a separation dictionary
/ColorTransformTable 13 – Optional parameter for the DCTDecode filter
/ColorantTableTable 402 — Entries in a DestOutputProfileRef dictionary
/ColorantsTable 70 — Entries in a DeviceN colour space attributes dictionary Table 399 — Additional entries specific to a printer’s mark form dictionary
/ColorsTable 8 — Optional parameters for LZWDecode and FlateDecode filters Table 153 — Entries in a collection dictionary
/ColumnCountTable 381 — Standard layout attributes specific to standard column attributes
/ColumnGapTable 381 — Standard layout attributes specific to standard column attributes
/ColumnWidthsTable 381 — Standard layout attributes specific to standard column attributes
/ColumnsTable 8 — Optional parameters for LZWDecode and FlateDecode filters Table 11 – Optional parameters for the CCITTFaxDecode filter
/ComponentsTable 71 — Entries in a DeviceN process dictionary
/ConditionTable 335 — Entries in a RichMediaActivation dictionary Table 336 — Entries in a RichMediaDeactivation dictionary
/ConfigsTable 98 — Entries in the optional content properties dictionary
/ConfigurationTable 335 — Entries in a RichMediaActivation dictionary
/ConfigurationsTable 341 — Entries in a RichMediaContent dictionary
/ContactInfoTable 255 — Entries in a signature dictionary
/ContentsTable 31 — Entries in a page object Table 166 — Entries common to all annotation dictionaries Table 255 — Entries in a signature dictionary
/ContinuedFromTable 382 — Standard list attributes
/ContinuedListTable 382 — Standard list attributes
/CoordsTable 79 — Additional entries specific to a Type 2 shading dictionary Table 80 — Additional entries specific to a Type 3 shading dictionary
/CountTable 30 — Required entries in a page tree node Table 150 — Entries in the outline dictionary Table 151 — Entries in an outline item dictionary
/CreationDateTable 45 — Entries in an embedded file parameter dictionary Table 159 — Entries in a folder dictionary Table 172 — Additional entries in an annotation dictionary specific to markup annotations Table 349 — Entries in the document information dictionary
/CreatorTable 99 — Entries in an optional content configuration dictionary Table 349 — Entries in the document information dictionary
/CreatorInfoTable 100 — Entries in an optional content usage dictionary
/CropBoxTable 31 — Entries in a page object Table 396 — Entries in a box colour information dictionary
/DTable 47 — Entries in a collection subitem dictionary Table 57 — Entries in a graphics state parameter dictionary Table 98 — Entries in the optional content properties dictionary Table 153 — Entries in a collection dictionary Table 164 — Entries in a transition dictionary Table 168 — Entries in a border style dictionary Table 170 — Entries in an appearance dictionary Table 197 — Entries in an annotation’s additional-actions dictionary Table 202 — Additional entries specific to a go-to action Table 203 — Additional entries specific to a remote go-to action Table 204 — Additional entries specific to an embedded go-to action Table 208 — Entries in a Microsoft WindowsTM launch parameter dictionary Table 209 — Additional entries specific to a thread action Table 267 — Additional entries in a rectilinear measure dictionary Table 268 — Entries in a number format dictionary Table 279 — Entries in a media criteria dictionary Table 285 — Additional entries in a media clip data dictionary Table 288 — Additional entries in a media clip section dictionary Table 291 — Entries in a media play parameters MH/BE dictionary Table 295 — Entries in a floating window parameters dictionary Table 310 — Entries in a 3D activation dictionary Table 397 — Entries in a box style dictionary
/D1Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement
/D2Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement
/DATable 177 — Additional entries specific to a free text annotation Table 195 — Additional entries specific to a redaction annotation Table 224 — Entries in the interactive form dictionary Table 228 — Additional entries common to all fields containing variable text
/DCSTable 269 — Additional entries in a geospatial measure dictionary
/DISTable 310 — Entries in a 3D activation dictionary
/DLTable 5 — Entries common to all stream dictionaries
/DOSTable 43 — Entries in a file specification dictionary
/DPTable 200 — Entries in the document catalog’s additional-actions dictionary
/DPMTable 409 — Entries in a DPart dictionary
/DPartTable 31 — Entries in a page object
/DPartRootTable 29 — Entries in the catalog dictionary
/DPartRootNodeTable 408 — Entries in a DPartRoot dictionary
/DPartsTable 409 — Entries in a DPart dictionary
/DRTable 224 — Entries in the interactive form dictionary Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement
/DSTable 177 — Additional entries specific to a free text annotation Table 200 — Entries in the document catalog’s additional-actions dictionary Table 228 — Additional entries common to all fields containing variable text
/DSSTable 29 — Entries in the catalog dictionary
/DSmTable 325 — Entries in a 3D units dictionary
/DSnTable 325 — Entries in a 3D units dictionary
/DUTable 325 — Entries in a 3D units dictionary
/DVTable 226 — Entries common to all field dictionaries Table 311 — Entries in a 3D stream dictionary
/DWTable 115 — Entries in a CIDFont dictionary
/DW2Table 115 — Entries in a CIDFont dictionary
/DamagedRowsBeforeErrorTable 11 – Optional parameters for the CCITTFaxDecode filter
/DataTable 256 — Entries in a signature reference dictionary Table 323 — Entries in a 3D node dictionary Table 345 — Entries in a View Params dictionary
/DeactivationTable 334 — Entries in a RichMediaSettings dictionary
/DecodeTable 39 — Additional entries specific to a Type 0 function dictionary Table 81 — Additional entries specific to a Type 4 shading dictionary Table 82 — Additional entries specific to a Type 5 shading dictionary Table 83 — Additional entries specific to a Type 6 shading dictionary Table 87 — Additional entries specific to an image dictionary
/DecodeParmsTable 5 — Entries common to all stream dictionaries
/DefaultTable 132 — Entries in a Type 5 halftone dictionary
/DefaultForPrintingTable 89 — Entries in an alternate image dictionary
/DescTable 43 — Entries in a file specification dictionary Table 159 — Entries in a folder dictionary Table 383 — PrintField attributes
/DescendantFontsTable 119 — Entries in a Type 0 font dictionary
/DescentTable 120 — Entries common to all font descriptors
/DestTable 151 — Entries in an outline item dictionary Table 176 — Additional entries specific to a link annotation
/DestOutputProfileTable 401 — Entries in an output intent dictionary
/DestOutputProfileRefTable 401 — Entries in an output intent dictionary
/DestsTable 29 — Entries in the catalog dictionary Table 32 — Entries in the name dictionary
/DevDepGS_BGTable 264 — Entries in a legal attestation dictionary
/DevDepGS_FLTable 264 — Entries in a legal attestation dictionary
/DevDepGS_HTTable 264 — Entries in a legal attestation dictionary
/DevDepGS_OPTable 264 — Entries in a legal attestation dictionary
/DevDepGS_TRTable 264 — Entries in a legal attestation dictionary
/DevDepGS_UCRTable 264 — Entries in a legal attestation dictionary
/DeviceColorantTable 400 — Entries in a separation dictionary
/DiTable 164 — Entries in a transition dictionary
/DifferencesTable 112 — Entries in an encoding dictionary Table 246 — Entries in the FDF dictionary
/DigSigTable 274 — Entries for specific types of requirements
/DigestMethodTable 237 — Entries in a signature field seed value dictionary Table 256 — Entries in a signature reference dictionary
/DirectionTable 147 — Entries in a viewer preferences dictionary Table 158 — Entries in a collection split dictionary
/DisplayDocTitleTable 147 — Entries in a viewer preferences dictionary
/DmTable 164 — Entries in a transition dictionary
/DocTable 248 — Entries in the ECMAScript dictionary
/DocMDPTable 263 — Entries in a permissions dictionary
/DocumentTable 258 — Entries in the UR transform parameters dictionary
/DomainTable 38 — Entries common to all function dictionaries Table 78 — Additional entries specific to a Type 1 shading dictionary Table 79 — Additional entries specific to a Type 2 shading dictionary Table 80 — Additional entries specific to a Type 3 shading dictionary
/DotGainTable 72 — Entries in a DeviceN mixing hints dictionary
/DpTable 206 — Entries in a GoToDp dictionary
/DuplexTable 147 — Entries in a viewer preferences dictionary
/DurTable 31 — Entries in a page object Table 165 — Entries in a navigation node dictionary
/DurationTable 307 — Entries in a movie activation dictionary
/ETable F.1 — Entries in the linearization parameter dictionary Table 155 — Entries in a collection field dictionary Table 197 — Entries in an annotation’s additional-actions dictionary Table 289 — Entries in a media clip section MH/BE dictionary Table 305 — Additional entries specific to a sound object Table 355 — Entries in a structure element dictionary Table 391 — Entries in a source information dictionary
/EATable 317 — Entries in a 3D background dictionary
/EFTable 43 — Entries in a file specification dictionary Table 258 — Entries in the UR transform parameters dictionary
/EFFTable 20 — Entries common to all encryption dictionaries
/ELTable 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/EPTable 43 — Entries in a file specification dictionary
/EPSGTable 270 — Entries in a geographic coordinate system dictionary Table 271 — Entries in a projected coordinate system dictionary
/EarlyChangeTable 8 — Optional parameters for LZWDecode and FlateDecode filters
/EmbeddedFDFsTable 246 — Entries in the FDF dictionary
/EmbeddedFilesTable 32 — Entries in the name dictionary
/EncodeTable 39 — Additional entries specific to a Type 0 function dictionary Table 41 — Additional entries specific to a Type 3 function dictionary
/EncodedByteAlignTable 11 – Optional parameters for the CCITTFaxDecode filter
/EncodingTable 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary Table 119 — Entries in a Type 0 font dictionary Table 246 — Entries in the FDF dictionary
/EncryptTable 15 — Entries in the file trailer dictionary Table 274 — Entries for specific types of requirements
/EncryptMetadataTable 21 — Additional encryption dictionary entries for the standard security handler Table 27 — Additional crypt filter dictionary entries for public-key security handlers
/EncryptionRevisionTable 247 — Additional entry in an embedded file stream dictionary for an encrypted FDF file
/EndTable 409 — Entries in a DPart dictionary
/EndIndentTable 379 — Additional standard layout attributes specific to block-level structure elements
/EndOfBlockTable 11 – Optional parameters for the CCITTFaxDecode filter
/EndOfLineTable 11 – Optional parameters for the CCITTFaxDecode filter
/EnforceTable 147 — Entries in a viewer preferences dictionary
/EventTable 101 — Entries in a usage application dictionary
/ExDataTable 173 — Additional entries in markup annotation dictionaries specific to external data
/ExportTable 100 — Entries in an optional content usage dictionary
/ExtGStateTable 34 — Entries in a resource dictionary Table 75 — Entries in a Type 2 pattern dictionary
/ExtendTable 79 — Additional entries specific to a Type 2 shading dictionary Table 80 — Additional entries specific to a Type 3 shading dictionary
/ExtendsTable 16 — Additional entries specific to an object stream dictionary
/ExtensionLevelTable 49 — Entries in a developer extensions dictionary
/ExtensionRevisionTable 49 — Entries in a developer extensions dictionary
/ExtensionsTable 29 — Entries in the catalog dictionary
/ExternalOPIdictsTable 264 — Entries in a legal attestation dictionary
/ExternalRefXobjectsTable 264 — Entries in a legal attestation dictionary
/ExternalStreamsTable 264 — Entries in a legal attestation dictionary
/FTable 5 — Entries common to all stream dictionaries Table 43 — Entries in a file specification dictionary Table 95 — Entries in a reference dictionary Table 151 — Entries in an outline item dictionary Table 162 — Entries in a thread dictionary Table 166 — Entries common to all annotation dictionaries Table 199 — Entries in a form field’s additional-actions dictionary Table 203 — Additional entries specific to a remote go-to action Table 204 — Additional entries specific to an embedded go-to action Table 207 — Additional entries specific to a launch action Table 208 — Entries in a Microsoft WindowsTM launch parameter dictionary Table 209 — Additional entries specific to a thread action Table 239 — Additional entries specific to a submit-form action Table 243 — Additional entries specific to an import-data action Table 246 — Entries in the FDF dictionary Table 249 — Entries in an FDF field dictionary Table 253 — Entries in an FDF named page reference dictionary Table 268 — Entries in a number format dictionary Table 291 — Entries in a media play parameters MH/BE dictionary Table 294 — Entries in a media screen parameters MH/BE dictionary Table 298 — Additional entries in a media offset frame dictionary Table 306 — Entries in a movie dictionary Table 316 — Entries in a projection dictionary Table 362 — Entries in a user property dictionary Table 393 — Entries in a Web Capture command dictionary
/FBTable 250 — Entries in an icon fit dictionary
/FCTable 318 — Entries in a render mode dictionary
/FDTable 122 — Additional font descriptor entries for CIDFonts Table 268 — Entries in a number format dictionary
/FDFTable 245 — Entries in the FDF catalog dictionary
/FDecodeParmsTable 5 — Entries common to all stream dictionaries
/FFilterTable 5 — Entries common to all stream dictionaries
/FLTable 57 — Entries in a graphics state parameter dictionary
/FOVTable 316 — Entries in a projection dictionary
/FSTable 43 — Entries in a file specification dictionary Table 187 — Additional entries specific to a file attachment annotation
/FTTable 226 — Entries common to all field dictionaries
/FWPositionTable 307 — Entries in a movie activation dictionary
/FWScaleTable 307 — Entries in a movie activation dictionary
/FfTable 226 — Entries common to all field dictionaries Table 237 — Entries in a signature field seed value dictionary Table 238 — Entries in a certificate seed value dictionary Table 249 — Entries in an FDF field dictionary
/FieldsTable 224 — Entries in the interactive form dictionary Table 236 — Entries in a signature field lock dictionary Table 239 — Additional entries specific to a submit-form action Table 241 — Additional entries specific to a reset-form action Table 246 — Entries in the FDF dictionary Table 252 — Entries in an FDF template dictionary Table 259 — Entries in the FieldMDP transform parameters dictionary
/FilterTable 5 — Entries common to all stream dictionaries Table 20 — Entries common to all encryption dictionaries Table 237 — Entries in a signature field seed value dictionary Table 255 — Entries in a signature dictionary
/FirstTable 16 — Additional entries specific to an object stream dictionary Table 150 — Entries in the outline dictionary Table 151 — Entries in an outline item dictionary
/FirstCharTable 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary
/FitWindowTable 147 — Entries in a viewer preferences dictionary
/FixedPrintTable 193 — Additional entries specific to a watermark annotation
/FlagsTable 120 — Entries common to all font descriptors Table 239 — Additional entries specific to a submit-form action Table 241 — Additional entries specific to a reset-form action
/FoTable 197 — Entries in an annotation’s additional-actions dictionary
/FoldersTable 153 — Entries in a collection dictionary
/FontTable 34 — Entries in a resource dictionary Table 57 — Entries in a graphics state parameter dictionary
/FontBBoxTable 110 — Entries in a Type 3 font dictionary Table 120 — Entries common to all font descriptors
/FontDescriptorTable 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary Table 115 — Entries in a CIDFont dictionary
/FontFamilyTable 120 — Entries common to all font descriptors
/FontFauxingTable 403 — Additional entries specific to a trap network annotation
/FontFileTable 120 — Entries common to all font descriptors Table 124 — Embedded font organisation for various font types
/FontFile2Table 120 — Entries common to all font descriptors Table 124 — Embedded font organisation for various font types
/FontFile3Table 120 — Entries common to all font descriptors Table 124 — Embedded font organisation for various font types
/FontMatrixTable 110 — Entries in a Type 3 font dictionary
/FontNameTable 120 — Entries common to all font descriptors
/FontStretchTable 120 — Entries common to all font descriptors
/FontWeightTable 120 — Entries common to all font descriptors
/FormTable 258 — Entries in the UR transform parameters dictionary
/FormTypeTable 93 — Additional entries specific to a Type 1 form dictionary
/FreeTable 159 — Entries in a folder dictionary
/FrequencyTable 128 — Entries in a Type 1 halftone dictionary
/FunctionTable 78 — Additional entries specific to a Type 1 shading dictionary Table 79 — Additional entries specific to a Type 2 shading dictionary Table 80 — Additional entries specific to a Type 3 shading dictionary Table 81 — Additional entries specific to a Type 4 shading dictionary Table 82 — Additional entries specific to a Type 5 shading dictionary Table 83 — Additional entries specific to a Type 6 shading dictionary
/FunctionTypeTable 38 — Entries common to all function dictionaries
/FunctionsTable 41 — Additional entries specific to a Type 3 function dictionary
/GTable 142 — Entries in a soft-mask dictionary Table 395 — Entries in a Web Capture command settings dictionary
/GCSTable 269 — Additional entries in a geospatial measure dictionary
/GEOTable 309 — Additional entries specific to a 3D annotation
/GPTSTable 269 — Additional entries in a geospatial measure dictionary
/GammaTable 62 — Entries in a CalGray colour space dictionary Table 63 — Entries in a CalRGB colour space dictionary
/GlyphOrientationVerticalTable 380 — Standard layout attributes specific to inline-level structure elements
/GoToRemoteActionsTable 264 — Entries in a legal attestation dictionary
/GroupTable 31 — Entries in a page object Table 93 — Additional entries specific to a Type 1 form dictionary
/HTable F.1 — Entries in the linearization parameter dictionary Table 176 — Additional entries specific to a link annotation Table 191 — Additional entries specific to a widget annotation Table 194 — Entries in a fixed print dictionary Table 214 — Additional entries specific to a hide action Table 303 — Entries in a software identifier dictionary Table 362 — Entries in a user property dictionary Table 393 — Entries in a Web Capture command dictionary
/HAlignTable 340 — Entries in a RichMediaPosition dictionary
/HITable 303 — Entries in a software identifier dictionary
/HOffsetTable 340 — Entries in a RichMediaPosition dictionary
/HTTable 57 — Entries in a graphics state parameter dictionary
/HTOTable 57 — Entries in a graphics state parameter dictionary
/HalftoneNameTable 128 — Entries in a Type 1 halftone dictionary Table 129 — Additional entries specific to a Type 6 halftone dictionary Table 130 — Additional entries specific to a Type 10 halftone dictionary Table 131 — Additional entries specific to a Type 16 halftone dictionary Table 132 — Entries in a Type 5 halftone dictionary
/HalftoneTypeTable 128 — Entries in a Type 1 halftone dictionary Table 129 — Additional entries specific to a Type 6 halftone dictionary Table 130 — Additional entries specific to a Type 10 halftone dictionary Table 131 — Additional entries specific to a Type 16 halftone dictionary Table 132 — Entries in a Type 5 halftone dictionary
/HeadersTable 384 — Standard table attributes
/HeightTable 87 — Additional entries specific to an image dictionary Table 129 — Additional entries specific to a Type 6 halftone dictionary Table 131 — Additional entries specific to a Type 16 halftone dictionary Table 339 — Entries in a RichMediaWindow dictionary Table 379 — Additional standard layout attributes specific to block-level structure elements
/Height2Table 131 — Additional entries specific to a Type 16 halftone dictionary
/HideAnnotationActionsTable 264 — Entries in a legal attestation dictionary
/HideMenubarTable 147 — Entries in a viewer preferences dictionary
/HideToolbarTable 147 — Entries in a viewer preferences dictionary
/HideWindowUITable 147 — Entries in a viewer preferences dictionary
/ITable 145 — Additional entries specific to a transparency group attributes dictionary Table 162 — Entries in a thread dictionary Table 169 — Entries in a border effect dictionary Table 192 — Entries in an appearance characteristics dictionary Table 234 — Additional entries specific to a choice field
/ICTable 178 — Additional entries specific to a line annotation Table 180 — Additional entries specific to a square or circle annotation Table 181 — Additional entries specific to a polygon or polyline annotation Table 195 — Additional entries specific to a redaction annotation Table 322 — Entries in a 3D cross section dictionary
/ICCVersionTable 402 — Entries in a DestOutputProfileRef dictionary
/IDTable 15 — Entries in the file trailer dictionary Table 31 — Entries in a page object Table 43 — Entries in a file specification dictionary Table 87 — Additional entries specific to an image dictionary Table 95 — Entries in a reference dictionary Table 159 — Entries in a folder dictionary Table 246 — Entries in the FDF dictionary Table 355 — Entries in a structure element dictionary Table 388 — Entries common to all Web Capture content sets
/IDSTable 32 — Entries in the name dictionary
/IDTreeTable 354 — Entries in the structure tree root
/IFTable 192 — Entries in an appearance characteristics dictionary Table 249 — Entries in an FDF field dictionary
/INTable 315 — Entries in a 3D view dictionary
/IRTTable 172 — Additional entries in an annotation dictionary specific to markup annotations
/ITTable 172 — Additional entries in an annotation dictionary specific to markup annotations Table 177 — Additional entries specific to a free text annotation Table 178 — Additional entries specific to a line annotation Table 181 — Additional entries specific to a polygon or polyline annotation Table 184 — Additional entries specific to a rubber stamp annotation
/IVTable 322 — Entries in a 3D cross section dictionary
/IXTable 192 — Entries in an appearance characteristics dictionary
/ImageTable 89 — Entries in an alternate image dictionary
/ImageMaskTable 87 — Additional entries specific to an image dictionary
/IndexTable 17 — Additional entries specific to a cross-reference stream dictionary
/InfoTable 15 — Entries in the file trailer dictionary Table 251 — Entries in an FDF page dictionary Table 401 — Entries in an output intent dictionary
/InkListTable 185 — Additional entries specific to an ink annotation
/InlineAlignTable 379 — Additional standard layout attributes specific to block-level structure elements
/InstanceTable 323 — Entries in a 3D node dictionary Table 345 — Entries in a View Params dictionary
/InstancesTable 342 — Entries in a RichMediaConfiguration dictionary
/IntentTable 87 — Additional entries specific to an image dictionary Table 96 — Entries in an optional content group dictionary Table 99 — Entries in an optional content configuration dictionary
/InterpolateTable 87 — Additional entries specific to an image dictionary
/IsMapTable 210 — Additional entries specific to a URI action
/IssuerTable 238 — Entries in a certificate seed value dictionary
/ItalicAngleTable 120 — Entries common to all font descriptors
/JBIG2GlobalsTable 12 — Optional parameter for the JBIG2Decode filter
/JSTable 218 — Additional entries specific to a rendition action Table 221 — Additional entries specific to an ECMAScript action
/JavaScriptTable 32 — Entries in the name dictionary Table 246 — Entries in the FDF dictionary
/JavaScriptActionsTable 264 — Entries in a legal attestation dictionary
/KTable 11 – Optional parameters for the CCITTFaxDecode filter Table 145 — Additional entries specific to a transparency group attributes dictionary Table 199 — Entries in a form field’s additional-actions dictionary Table 354 — Entries in the structure tree root Table 355 — Entries in a structure element dictionary
/KeyUsageTable 238 — Entries in a certificate seed value dictionary
/KeywordsTable 349 — Entries in the document information dictionary
/KidsTable 30 — Required entries in a page tree node Table 36 — Entries in a name tree node dictionary Table 37 — Entries in a number tree node dictionary Table 226 — Entries common to all field dictionaries Table 249 — Entries in an FDF field dictionary
/LTable F.1 — Entries in the linearization parameter dictionary Table 178 — Additional entries specific to a line annotation Table 279 — Entries in a media criteria dictionary Table 303 — Entries in a software identifier dictionary Table 393 — Entries in a Web Capture command dictionary
/LCTable 57 — Entries in a graphics state parameter dictionary
/LETable 177 — Additional entries specific to a free text annotation Table 178 — Additional entries specific to a line annotation Table 181 — Additional entries specific to a polygon or polyline annotation
/LITable 303 — Entries in a software identifier dictionary
/LJTable 57 — Entries in a graphics state parameter dictionary
/LLTable 178 — Additional entries specific to a line annotation
/LLETable 178 — Additional entries specific to a line annotation
/LLOTable 178 — Additional entries specific to a line annotation
/LPTSTable 269 — Additional entries in a geospatial measure dictionary
/LSTable 315 — Entries in a 3D view dictionary
/LWTable 57 — Entries in a graphics state parameter dictionary
/LangTable 29 — Entries in the catalog dictionary Table 122 — Additional font descriptor entries for CIDFonts Table 166 — Entries common to all annotation dictionaries Table 355 — Entries in a structure element dictionary
/LanguageTable 100 — Entries in an optional content usage dictionary
/LastTable 150 — Entries in the outline dictionary Table 151 — Entries in an outline item dictionary
/LastCharTable 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary
/LastModifiedTable 31 — Entries in a page object Table 93 — Additional entries specific to a Type 1 form dictionary Table 351 — Entries in a data dictionary Table 403 — Additional entries specific to a trap network annotation
/LaunchActionsTable 264 — Entries in a legal attestation dictionary
/LayoutTable 160 — Entries in a navigator dictionary
/LeadingTable 120 — Entries common to all font descriptors
/LegalTable 29 — Entries in the catalog dictionary
/LegalAttestationTable 237 — Entries in a signature field seed value dictionary
/LengthTable 5 — Entries common to all stream dictionaries Table 20 — Entries common to all encryption dictionaries Table 25 — Entries common to all crypt filter dictionaries
/Length1Table 125 — Additional entries in an embedded font stream dictionary
/Length2Table 125 — Additional entries in an embedded font stream dictionary
/Length3Table 125 — Additional entries in an embedded font stream dictionary
/LimitsTable 36 — Entries in a name tree node dictionary Table 37 — Entries in a number tree node dictionary
/LineHeightTable 380 — Standard layout attributes specific to inline-level structure elements
/LinearizedTable F.1 — Entries in the linearization parameter dictionary
/ListModeTable 99 — Entries in an optional content configuration dictionary
/ListNumberingTable 382 — Standard list attributes
/LocationTable 255 — Entries in a signature dictionary
/LockTable 235 — Additional entries specific to a signature field
/LockDocumentTable 237 — Entries in a signature field seed value dictionary
/LockedTable 99 — Entries in an optional content configuration dictionary
/MTable 164 — Entries in a transition dictionary Table 166 — Entries common to all annotation dictionaries Table 255 — Entries in a signature dictionary Table 280 — Entries in a minimum bit depth dictionary Table 281 — Entries in a minimum screen size dictionary Table 294 — Entries in a media screen parameters MH/BE dictionary Table 299 — Additional entries in a media offset marker dictionary Table 323 — Entries in a 3D node dictionary
/M3DREFTable 332 — Entries in the external data dictionary of a projection annotation
/MATable 315 — Entries in a 3D view dictionary
/MCIDTable 357 — Entries in a marked-content reference dictionary
/MD5Table 324 — Entries in an external data dictionary used to markup 3D annotations
/MDPTable 237 — Entries in a signature field seed value dictionary
/MHTable 277 — Entries common to all rendition dictionaries Table 285 — Additional entries in a media clip data dictionary Table 288 — Additional entries in a media clip section dictionary Table 290 — Entries in a media play parameters dictionary Table 293 — Entries in a media screen parameters dictionary Table 302 — Entries in a media player info dictionary
/MKTable 190 — Additional entries specific to a screen annotation Table 191 — Additional entries specific to a widget annotation
/MLTable 57 — Entries in a graphics state parameter dictionary
/MNTable 398 — Additional entries specific to a printer’s mark annotation
/MSTable 315 — Entries in a 3D view dictionary
/MUTable 301 — Entries in a media players dictionary
/MacTable 43 — Entries in a file specification dictionary Table 45 — Entries in an embedded file parameter dictionary Table 207 — Additional entries specific to a launch action
/MarkInfoTable 29 — Entries in the catalog dictionary
/MarkStyleTable 399 — Additional entries specific to a printer’s mark form dictionary
/MarkedTable 353 — Entries in the mark information dictionary
/MaskTable 87 — Additional entries specific to an image dictionary
/MatrixTable 63 — Entries in a CalRGB colour space dictionary Table 74 — Additional entries specific to a Type 1 pattern dictionary Table 75 — Entries in a Type 2 pattern dictionary Table 78 — Additional entries specific to a Type 1 shading dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 194 — Entries in a fixed print dictionary
/MatteTable 144 — Additional entry in a soft-mask image dictionary
/MaxLenTable 232 — Additional entry specific to a text field
/MaxWidthTable 120 — Entries common to all font descriptors
/MeasureTable 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 178 — Additional entries specific to a line annotation Table 181 — Additional entries specific to a polygon or polyline annotation Table 265 — Entries in a viewport dictionary
/MediaBoxTable 31 — Entries in a page object
/MetadataTable 29 — Entries in the catalog dictionary Table 31 — Entries in a page object Table 65 — Additional entries specific to an ICC profile stream dictionary Table 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 162 — Entries in a thread dictionary Table 348 — Additional entry for components having metadata Table 409 — Entries in a DPart dictionary
/MissingWidthTable 120 — Entries common to all font descriptors
/MixTable 212 — Additional entries specific to a sound action
/MixingHintsTable 70 — Entries in a DeviceN colour space attributes dictionary Table 401 — Entries in an output intent dictionary
/ModDateTable 45 — Entries in an embedded file parameter dictionary Table 159 — Entries in a folder dictionary Table 349 — Entries in the document information dictionary
/ModeTable 307 — Entries in a movie activation dictionary
/MovieTable 189 — Additional entries specific to a movie annotation
/MovieActionsTable 264 — Entries in a legal attestation dictionary
/MsgTable 258 — Entries in the UR transform parameters dictionary
/NTable F.1 — Entries in the linearization parameter dictionary Table 16 — Additional entries specific to an object stream dictionary Table 40 — Additional entries specific to a Type 2 function dictionary Table 65 — Additional entries specific to an ICC profile stream dictionary Table 155 — Entries in a collection field dictionary Table 163 — Entries in a bead dictionary Table 170 — Entries in an appearance dictionary Table 205 — Entries specific to a target dictionary Table 216 — Additional entries specific to named actions Table 277 — Entries common to all rendition dictionaries Table 284 — Entries common to all media clip dictionaries Table 316 — Entries in a projection dictionary Table 323 — Entries in a 3D node dictionary Table 362 — Entries in a user property dictionary
/N1Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note
/N2Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/NATable 165 — Entries in a navigation node dictionary Table 315 — Entries in a 3D view dictionary
/NMTable 166 — Entries common to all annotation dictionaries
/NPTable 310 — Entries in a 3D activation dictionary
/NRTable 315 — Entries in a 3D view dictionary
/NSTable 355 — Entries in a structure element dictionary Table 356 — Entries in a namespace dictionary Table 360 — Entries common to all attribute object dictionaries
/NUTable 301 — Entries in a media players dictionary
/NameTable 14 — Optional parameters for Crypt filters Table 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 96 — Entries in an optional content group dictionary Table 99 — Entries in an optional content configuration dictionary Table 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary Table 159 — Entries in a folder dictionary Table 175 — Additional entries specific to a text annotation Table 184 — Additional entries specific to a rubber stamp annotation Table 187 — Additional entries specific to a file attachment annotation Table 188 — Additional entries specific to a sound annotation Table 253 — Entries in an FDF named page reference dictionary Table 255 — Entries in a signature dictionary Table 265 — Entries in a viewport dictionary Table 342 — Entries in a RichMediaConfiguration dictionary
/NamesTable 29 — Entries in the catalog dictionary Table 36 — Entries in a name tree node dictionary Table 272 — Entries in a point data dictionary
/NamespacesTable 354 — Entries in the structure tree root
/NavigationPaneTable 338 — Entries in a RichMediaPresentation dictionary
/NavigatorTable 153 — Entries in a collection dictionary
/NeedAppearancesTable 224 — Entries in the interactive form dictionary
/NeedsRenderingTable 29 — Entries in the catalog dictionary
/NewWindowTable 203 — Additional entries specific to a remote go-to action Table 204 — Additional entries specific to an embedded go-to action Table 207 — Additional entries specific to a launch action
/NextTable 151 — Entries in an outline item dictionary Table 159 — Entries in a folder dictionary Table 165 — Entries in a navigation node dictionary Table 196 — Entries common to all action dictionaries
/NodeNameListTable 408 — Entries in a DPartRoot dictionary
/NonEmbeddedFontsTable 264 — Entries in a legal attestation dictionary
/NonFullScreenPageModeTable 147 — Entries in a viewer preferences dictionary
/NumCopiesTable 147 — Entries in a viewer preferences dictionary
/NumsTable 37 — Entries in a number tree node dictionary
/OTable F.1 — Entries in the linearization parameter dictionary Table 21 — Additional encryption dictionary entries for the standard security handler Table 155 — Entries in a collection field dictionary Table 198 — Entries in a page object’s additional-actions dictionary Table 208 — Entries in a Microsoft WindowsTM launch parameter dictionary Table 267 — Additional entries in a rectilinear measure dictionary Table 268 — Entries in a number format dictionary Table 279 — Entries in a media criteria dictionary Table 294 — Entries in a media screen parameters MH/BE dictionary Table 295 — Entries in a floating window parameters dictionary Table 315 — Entries in a 3D view dictionary Table 318 — Entries in a render mode dictionary Table 322 — Entries in a 3D cross section dictionary Table 323 — Entries in a 3D node dictionary Table 360 — Entries common to all attribute object dictionaries Table 361 — Additional entries in an attribute object dictionary for user properties Table 388 — Entries common to all Web Capture content sets
/OBTable 316 — Entries in a projection dictionary
/OCTable 87 — Additional entries specific to an image dictionary Table 89 — Entries in an alternate image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 166 — Entries common to all annotation dictionaries
/OCGsTable 97 — Entries in an optional content membership dictionary Table 98 — Entries in the optional content properties dictionary Table 101 — Entries in a usage application dictionary
/OCPropertiesTable 29 — Entries in the catalog dictionary
/OCSPTable 262 — Entries in the signature validation-related information (VRI) dictionary
/OCSPsTable 261 — Entries in the document security store (DSS) dictionary
/OETable 21 — Additional encryption dictionary entries for the standard security handler
/OFFTable 99 — Entries in an optional content configuration dictionary
/OIDTable 238 — Entries in a certificate seed value dictionary
/ONTable 99 — Entries in an optional content configuration dictionary
/OPTable 57 — Entries in a graphics state parameter dictionary Table 218 — Additional entries specific to a rendition action
/OPITable 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary
/OPMTable 57 — Entries in a graphics state parameter dictionary
/OSTable 303 — Entries in a software identifier dictionary Table 316 — Entries in a projection dictionary
/ObjTable 358 — Entries in an object reference dictionary
/OnInstantiateTable 311 — Entries in a 3D stream dictionary
/OpenTable 175 — Additional entries specific to a text annotation Table 186 — Additional entries specific to a popup annotation
/OpenActionTable 29 — Entries in the catalog dictionary
/OperationTable 213 — Additional entries specific to a movie action
/OptTable 230 — Additional entry specific to check box and radio button fields Table 234 — Additional entries specific to a choice field Table 249 — Entries in an FDF field dictionary
/OptionalContentTable 264 — Entries in a legal attestation dictionary
/OrderTable 39 — Additional entries specific to a Type 0 function dictionary Table 99 — Entries in an optional content configuration dictionary
/OrderingTable 114 — Entries in a CIDSystemInfo dictionary
/OutlinesTable 29 — Entries in the catalog dictionary
/OutputConditionTable 401 — Entries in an output intent dictionary
/OutputConditionIdentifierTable 401 — Entries in an output intent dictionary
/OutputIntentsTable 29 — Entries in the catalog dictionary Table 31 — Entries in a page object
/OverlayTextTable 195 — Additional entries specific to a redaction annotation
/PTable F.1 — Entries in the linearization parameter dictionary Table 21 — Additional encryption dictionary entries for the standard security handler Table 47 — Entries in a collection subitem dictionary Table 97 — Entries in an optional content membership dictionary Table 161 — Entries in a page label dictionary Table 163 — Entries in a bead dictionary Table 166 — Entries common to all annotation dictionaries Table 205 — Entries specific to a target dictionary Table 208 — Entries in a Microsoft WindowsTM launch parameter dictionary Table 236 — Entries in a signature field lock dictionary Table 257 — Entries in the DocMDP transform parameters dictionary Table 258 — Entries in the UR transform parameters dictionary Table 279 — Entries in a media criteria dictionary Table 282 — Additional entries in a media rendition dictionary Table 285 — Additional entries in a media clip data dictionary Table 295 — Entries in a floating window parameters dictionary Table 315 — Entries in a 3D view dictionary Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 355 — Entries in a structure element dictionary Table 361 — Additional entries in an attribute object dictionary for user properties Table 393 — Entries in a Web Capture command dictionary
/PATable 165 — Entries in a navigation node dictionary Table 176 — Additional entries specific to a link annotation
/PCTable 197 — Entries in an annotation’s additional-actions dictionary Table 312 — Entries in an 3D animation style dictionary Table 322 — Entries in a 3D cross section dictionary
/PCMTable 404 — Additional entries specific to a trap network appearance stream
/PCSMTable 269 — Additional entries in a geospatial measure dictionary
/PDUTable 269 — Additional entries in a geospatial measure dictionary
/PITable 197 — Entries in an annotation’s additional-actions dictionary
/PIDTable 302 — Entries in a media player info dictionary
/PLTable 285 — Additional entries in a media clip data dictionary Table 290 — Entries in a media play parameters dictionary
/POTable 197 — Entries in an annotation’s additional-actions dictionary Table 322 — Entries in a 3D cross section dictionary
/PSTable 268 — Entries in a number format dictionary Table 316 — Entries in a projection dictionary
/PVTable 197 — Entries in an annotation’s additional-actions dictionary
/PZTable 31 — Entries in a page object
/PaddingTable 378 — Standard layout attributes common to all standard structure types
/PageTable 95 — Entries in a reference dictionary Table 254 — Additional entry for annotation dictionaries in an FDF file
/PageElementTable 100 — Entries in an optional content usage dictionary
/PageLabelsTable 29 — Entries in the catalog dictionary
/PageLayoutTable 29 — Entries in the catalog dictionary
/PageModeTable 29 — Entries in the catalog dictionary
/PagesTable 29 — Entries in the catalog dictionary Table 32 — Entries in the name dictionary Table 246 — Entries in the FDF dictionary Table 400 — Entries in a separation dictionary
/PaintTypeTable 74 — Additional entries specific to a Type 1 pattern dictionary
/ParamsTable 44 — Additional entries in an embedded file stream dictionary Table 344 — Additional entries in a 3D view dictionary
/ParentTable 30 — Required entries in a page tree node Table 31 — Entries in a page object Table 151 — Entries in an outline item dictionary Table 159 — Entries in a folder dictionary Table 186 — Additional entries specific to a popup annotation Table 191 — Additional entries specific to a widget annotation Table 226 — Entries common to all field dictionaries Table 409 — Entries in a DPart dictionary
/ParentTreeTable 354 — Entries in the structure tree root
/ParentTreeNextKeyTable 354 — Entries in the structure tree root
/PassContextClickTable 338 — Entries in a RichMediaPresentation dictionary
/PathTable 181 — Additional entries specific to a polygon or polyline annotation Table 185 — Additional entries specific to an ink annotation
/PatternTable 34 — Entries in a resource dictionary
/PatternTypeTable 74 — Additional entries specific to a Type 1 pattern dictionary Table 75 — Entries in a Type 2 pattern dictionary
/PenaltyTable 273 — Entries common to all requirement dictionaries
/PermsTable 21 — Additional encryption dictionary entries for the standard security handler Table 29 — Entries in the catalog dictionary
/PgTable 355 — Entries in a structure element dictionary Table 357 — Entries in a marked-content reference dictionary Table 358 — Entries in an object reference dictionary
/PhonemeTable 355 — Entries in a structure element dictionary
/PhoneticAlphabetTable 355 — Entries in a structure element dictionary
/PickTrayByPDFSizeTable 147 — Entries in a viewer preferences dictionary
/PieceInfoTable 29 — Entries in the catalog dictionary Table 31 — Entries in a page object Table 93 — Additional entries specific to a Type 1 form dictionary
/PlacementTable 378 — Standard layout attributes common to all standard structure types
/PlayCountTable 337 — Entries in a RichMediaAnimation dictionary
/PopupTable 172 — Additional entries in an annotation dictionary specific to markup annotations
/PositionTable 158 — Entries in a collection split dictionary Table 339 — Entries in a RichMediaWindow dictionary
/PosterTable 306 — Entries in a movie dictionary
/PredictorTable 8 — Optional parameters for LZWDecode and FlateDecode filters
/PrefixNameTable 48 — Entries in an extensions dictionary
/PresStepsTable 31 — Entries in a page object
/PresentationTable 335 — Entries in a RichMediaActivation dictionary
/PreserveRBTable 217 — Additional entries specific to a set-OCG-state action
/PrevTable 15 — Entries in the file trailer dictionary Table 17 — Additional entries specific to a cross-reference stream dictionary Table 151 — Entries in an outline item dictionary Table 165 — Entries in a navigation node dictionary
/PrimaryTextTable 157 — Entries in a collection colors dictionary
/PrintTable 100 — Entries in an optional content usage dictionary
/PrintAreaTable 147 — Entries in a viewer preferences dictionary
/PrintClipTable 147 — Entries in a viewer preferences dictionary
/PrintPageRangeTable 147 — Entries in a viewer preferences dictionary
/PrintScalingTable 147 — Entries in a viewer preferences dictionary
/PrintingOrderTable 72 — Entries in a DeviceN mixing hints dictionary
/PrivateTable 351 — Entries in a data dictionary
/ProcSetTable 34 — Entries in a resource dictionary
/ProcessTable 70 — Entries in a DeviceN colour space attributes dictionary
/ProducerTable 349 — Entries in the document information dictionary
/ProfileCSTable 402 — Entries in a DestOutputProfileRef dictionary
/ProfileNameTable 402 — Entries in a DestOutputProfileRef dictionary
/PronunciationLexiconTable 354 — Entries in the structure tree root
/Prop_AuthTimeTable 255 — Entries in a signature dictionary
/Prop_AuthTypeTable 255 — Entries in a signature dictionary
/Prop_BuildTable 255 — Entries in a signature dictionary
/PropertiesTable 34 — Entries in a resource dictionary
/PtDataTable 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 265 — Entries in a viewport dictionary
/QTable 177 — Additional entries specific to a free text annotation Table 195 — Additional entries specific to a redaction annotation Table 224 — Entries in the interactive form dictionary Table 228 — Additional entries common to all fields containing variable text
/QuadPointsTable 176 — Additional entries specific to a link annotation Table 182 — Additional entries specific to text markup annotations Table 195 — Additional entries specific to a redaction annotation
/RTable 21 — Additional encryption dictionary entries for the standard security handler Table 163 — Entries in a bead dictionary Table 170 — Entries in an appearance dictionary Table 192 — Entries in an appearance characteristics dictionary Table 205 — Entries specific to a target dictionary Table 218 — Additional entries specific to a rendition action Table 255 — Entries in a signature dictionary Table 267 — Additional entries in a rectilinear measure dictionary Table 279 — Entries in a media criteria dictionary Table 283 — Additional entries specific to a selector rendition dictionary Table 295 — Entries in a floating window parameters dictionary Table 305 — Additional entries specific to a sound object Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 355 — Entries in a structure element dictionary Table 390 — Additional entries specific to a Web Capture image set
/RBGroupsTable 99 — Entries in an optional content configuration dictionary
/RCTable 172 — Additional entries in an annotation dictionary specific to markup annotations Table 177 — Additional entries specific to a free text annotation Table 192 — Entries in an appearance characteristics dictionary Table 291 — Entries in a media play parameters MH/BE dictionary
/RDTable 177 — Additional entries specific to a free text annotation Table 180 — Additional entries specific to a square or circle annotation Table 183 — Additional entries specific to a caret annotation Table 268 — Entries in a number format dictionary
/RFTable 43 — Entries in a file specification dictionary
/RHTable 273 — Entries common to all requirement dictionaries
/RITable 57 — Entries in a graphics state parameter dictionary Table 192 — Entries in an appearance characteristics dictionary
/RMTable 315 — Entries in a 3D view dictionary Table 323 — Entries in a 3D node dictionary
/ROTable 195 — Additional entries specific to a redaction annotation
/RTTable 172 — Additional entries in an annotation dictionary specific to markup annotations Table 268 — Entries in a number format dictionary Table 295 — Entries in a floating window parameters dictionary
/RVTable 228 — Additional entries common to all fields containing variable text Table 249 — Entries in an FDF field dictionary
/RangeTable 38 — Entries common to all function dictionaries Table 64 — Entries in a Lab colour space dictionary Table 65 — Additional entries specific to an ICC profile stream dictionary
/RateTable 307 — Entries in a movie activation dictionary
/ReasonTable 255 — Entries in a signature dictionary
/ReasonsTable 237 — Entries in a signature field seed value dictionary
/RecipientsTable 23 — Additional encryption dictionary entries for public-key security handlers Table 27 — Additional crypt filter dictionary entries for public-key security handlers
/RecordLevelTable 408 — Entries in a DPartRoot dictionary
/RectTable 166 — Entries common to all annotation dictionaries
/RefTable 93 — Additional entries specific to a Type 1 form dictionary Table 355 — Entries in a structure element dictionary
/ReferenceTable 255 — Entries in a signature dictionary
/RegistryTable 114 — Entries in a CIDSystemInfo dictionary
/RegistryNameTable 401 — Entries in an output intent dictionary
/RenameTable 252 — Entries in an FDF template dictionary
/RenditionsTable 32 — Entries in the name dictionary
/RepeatTable 195 — Additional entries specific to a redaction annotation Table 212 — Additional entries specific to a sound action
/RequirementsTable 29 — Entries in the catalog dictionary
/ResourcesTable 31 — Entries in a page object Table 74 — Additional entries specific to a Type 1 pattern dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 110 — Entries in a Type 3 font dictionary Table 308 — Entries in a slideshow dictionary Table 311 — Entries in a 3D stream dictionary
/RichMediaContentTable 333 — Additional entries specific to a RichMedia annotation
/RichMediaSettingsTable 333 — Additional entries specific to a RichMedia annotation
/RoleTable 383 — PrintField attributes
/RoleMapTable 354 — Entries in the structure tree root
/RoleMapNSTable 356 — Entries in a namespace dictionary
/RootTable 15 — Entries in the file trailer dictionary Table 244 — Entry in the FDF trailer dictionary
/RotateTable 31 — Entries in a page object Table 306 — Entries in a movie dictionary
/RowSpanTable 384 — Standard table attributes
/RowsTable 11 – Optional parameters for the CCITTFaxDecode filter
/RubyAlignTable 380 — Standard layout attributes specific to inline-level structure elements
/RubyPositionTable 380 — Standard layout attributes specific to inline-level structure elements
/STable 94 — Entries common to all group attributes dictionaries Table 142 — Entries in a soft-mask dictionary Table 145 — Additional entries specific to a transparency group attributes dictionary Table 156 — Entries in a collection sort dictionary Table 161 — Entries in a page label dictionary Table 164 — Entries in a transition dictionary Table 168 — Entries in a border style dictionary Table 169 — Entries in a border effect dictionary Table 196 — Entries common to all action dictionaries Table 202 — Additional entries specific to a go-to action Table 203 — Additional entries specific to a remote go-to action Table 204 — Additional entries specific to an embedded go-to action Table 206 — Entries in a GoToDp dictionary Table 207 — Additional entries specific to a launch action Table 209 — Additional entries specific to a thread action Table 210 — Additional entries specific to a URI action Table 212 — Additional entries specific to a sound action Table 213 — Additional entries specific to a movie action Table 214 — Additional entries specific to a hide action Table 216 — Additional entries specific to named actions Table 217 — Additional entries specific to a set-OCG-state action Table 218 — Additional entries specific to a rendition action Table 219 — Additional entries specific to a transition action Table 220 — Additional entries specific to a go-to-3D-view action Table 221 — Additional entries specific to an ECMAScript action Table 222 — Additional entries specific to a rich-media-execute action Table 239 — Additional entries specific to a submit-form action Table 241 — Additional entries specific to a reset-form action Table 243 — Additional entries specific to an import-data action Table 250 — Entries in an icon fit dictionary Table 267 — Additional entries in a rectilinear measure dictionary Table 273 — Entries common to all requirement dictionaries Table 276 — Entries in a requirement handler dictionary Table 277 — Entries common to all rendition dictionaries Table 279 — Entries in a media criteria dictionary Table 284 — Entries common to all media clip dictionaries Table 292 — Entries in a media duration dictionary Table 296 — Entries common to all media offset dictionaries Table 300 — Entries in a timespan dictionary Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note Table 355 — Entries in a structure element dictionary Table 388 — Entries common to all Web Capture content sets Table 389 — Additional entries specific to a Web Capture page set Table 390 — Additional entries specific to a Web Capture image set Table 391 — Entries in a source information dictionary Table 393 — Entries in a Web Capture command dictionary Table 397 — Entries in a box style dictionary Table 401 — Entries in an output intent dictionary
/SATable 57 — Entries in a graphics state parameter dictionary Table 315 — Entries in a 3D view dictionary
/SCTable 322 — Entries in a 3D cross section dictionary Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/SDTable 202 — Additional entries specific to a go-to action Table 203 — Additional entries specific to a remote go-to action
/SETable 151 — Entries in an outline item dictionary
/SITable 388 — Entries common to all Web Capture content sets
/SMTable 57 — Entries in a graphics state parameter dictionary
/SMaskTable 57 — Entries in a graphics state parameter dictionary Table 87 — Additional entries specific to an image dictionary
/SMaskInDataTable 87 — Additional entries specific to an image dictionary
/SPTable 282 — Additional entries in a media rendition dictionary
/SSTable 164 — Entries in a transition dictionary Table 268 — Entries in a number format dictionary
/STTable 322 — Entries in a 3D cross section dictionary
/SVTable 235 — Additional entries specific to a signature field
/SWTable 250 — Entries in an icon fit dictionary
/SchemaTable 153 — Entries in a collection dictionary Table 356 — Entries in a namespace dictionary
/ScopeTable 384 — Standard table attributes
/ScriptTable 276 — Entries in a requirement handler dictionary
/SecondaryTextTable 157 — Entries in a collection colors dictionary
/SeparationColorNamesTable 404 — Additional entries specific to a trap network appearance stream
/SeparationInfoTable 31 — Entries in a page object
/SetFTable 249 — Entries in an FDF field dictionary
/SetFfTable 249 — Entries in an FDF field dictionary
/ShadingTable 34 — Entries in a resource dictionary Table 75 — Entries in a Type 2 pattern dictionary
/ShadingTypeTable 77 — Entries common to all shading dictionaries
/ShortTable 384 — Standard table attributes
/ShowControlsTable 307 — Entries in a movie activation dictionary
/SigFlagsTable 224 — Entries in the interactive form dictionary
/SignatureTable 258 — Entries in the UR transform parameters dictionary
/SignaturePolicyCommitmentTypeTable 238 — Entries in a certificate seed value dictionary
/SignaturePolicyHashAlgorithmTable 238 — Entries in a certificate seed value dictionary
/SignaturePolicyHashValueTable 238 — Entries in a certificate seed value dictionary
/SignaturePolicyOIDTable 238 — Entries in a certificate seed value dictionary
/SizeTable 15 — Entries in the file trailer dictionary Table 17 — Additional entries specific to a cross-reference stream dictionary Table 39 — Additional entries specific to a Type 0 function dictionary Table 45 — Entries in an embedded file parameter dictionary
/SnapshotTable 344 — Additional entries in a 3D view dictionary
/SoliditiesTable 72 — Entries in a DeviceN mixing hints dictionary
/SortTable 153 — Entries in a collection dictionary
/SoundTable 188 — Additional entries specific to a sound annotation Table 212 — Additional entries specific to a sound action
/SoundActionsTable 264 — Entries in a legal attestation dictionary
/SpaceAfterTable 379 — Additional standard layout attributes specific to block-level structure elements
/SpaceBeforeTable 379 — Additional standard layout attributes specific to block-level structure elements
/SpectralDataTable 401 — Entries in an output intent dictionary
/SpeedTable 337 — Entries in a RichMediaAnimation dictionary
/SpiderInfoTable 29 — Entries in the catalog dictionary
/SplitTable 153 — Entries in a collection dictionary
/SpotFunctionTable 128 — Entries in a Type 1 halftone dictionary
/StTable 161 — Entries in a page label dictionary
/StartTable 307 — Entries in a movie activation dictionary Table 409 — Entries in a DPart dictionary
/StartIndentTable 379 — Additional standard layout attributes specific to block-level structure elements
/StartResourceTable 308 — Entries in a slideshow dictionary
/StateTable 175 — Additional entries specific to a text annotation Table 217 — Additional entries specific to a set-OCG-state action
/StateModelTable 175 — Additional entries specific to a text annotation
/StatusTable 246 — Entries in the FDF dictionary
/StemHTable 120 — Entries common to all font descriptors
/StemVTable 120 — Entries common to all font descriptors
/StmTable 357 — Entries in a marked-content reference dictionary
/StmFTable 20 — Entries common to all encryption dictionaries
/StmOwnTable 357 — Entries in a marked-content reference dictionary
/StrFTable 20 — Entries common to all encryption dictionaries
/StructParentTable 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 166 — Entries common to all annotation dictionaries Table 359 — Additional dictionary entries for structure element access
/StructParentsTable 31 — Entries in a page object Table 93 — Additional entries specific to a Type 1 form dictionary Table 359 — Additional dictionary entries for structure element access
/StructTreeRootTable 29 — Entries in the catalog dictionary
/StyleTable 122 — Additional font descriptor entries for CIDFonts Table 310 — Entries in a 3D activation dictionary Table 338 — Entries in a RichMediaPresentation dictionary
/SubFilterTable 20 — Entries common to all encryption dictionaries Table 237 — Entries in a signature field seed value dictionary Table 255 — Entries in a signature dictionary
/SubjTable 172 — Additional entries in an annotation dictionary specific to markup annotations
/SubjectTable 238 — Entries in a certificate seed value dictionary Table 349 — Entries in the document information dictionary
/SubjectDNTable 238 — Entries in a certificate seed value dictionary
/SubtypeTable 28 — Entries in an encrypted payload dictionary Table 44 — Additional entries in an embedded file stream dictionary Table 70 — Entries in a DeviceN colour space attributes dictionary Table 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary Table 115 — Entries in a CIDFont dictionary Table 119 — Entries in a Type 0 font dictionary Table 125 — Additional entries in an embedded font stream dictionary Table 155 — Entries in a collection field dictionary Table 166 — Entries common to all annotation dictionaries Table 175 — Additional entries specific to a text annotation Table 176 — Additional entries specific to a link annotation Table 177 — Additional entries specific to a free text annotation Table 178 — Additional entries specific to a line annotation Table 180 — Additional entries specific to a square or circle annotation Table 181 — Additional entries specific to a polygon or polyline annotation Table 182 — Additional entries specific to text markup annotations Table 183 — Additional entries specific to a caret annotation Table 184 — Additional entries specific to a rubber stamp annotation Table 185 — Additional entries specific to an ink annotation Table 186 — Additional entries specific to a popup annotation Table 187 — Additional entries specific to a file attachment annotation Table 188 — Additional entries specific to a sound annotation Table 189 — Additional entries specific to a movie annotation Table 190 — Additional entries specific to a screen annotation Table 191 — Additional entries specific to a widget annotation Table 193 — Additional entries specific to a watermark annotation Table 195 — Additional entries specific to a redaction annotation Table 266 — Entries in a measure dictionary Table 272 — Entries in a point data dictionary Table 308 — Entries in a slideshow dictionary Table 309 — Additional entries specific to a 3D annotation Table 311 — Entries in a 3D stream dictionary Table 312 — Entries in an 3D animation style dictionary Table 316 — Entries in a projection dictionary Table 317 — Entries in a 3D background dictionary Table 318 — Entries in a render mode dictionary Table 320 — Entries in a 3D lighting scheme dictionary Table 324 — Entries in an external data dictionary used to markup 3D annotations Table 326 — Entries in a 3D measurement/markup dictionary common to all markup subtypes Table 332 — Entries in the external data dictionary of a projection annotation Table 333 — Additional entries specific to a RichMedia annotation Table 337 — Entries in a RichMediaAnimation dictionary Table 342 — Entries in a RichMediaConfiguration dictionary Table 343 — Entries in a RichMediaInstance dictionary Table 347 — Additional entries in a metadata stream dictionary Table 363 — Property list entries for artifacts Table 385 — Standard artifact attributes Table 398 — Additional entries specific to a printer’s mark annotation Table 403 — Additional entries specific to a trap network annotation
/SummaryTable 384 — Standard table attributes
/SupplementTable 114 — Entries in a CIDSystemInfo dictionary
/SuspectsTable 353 — Entries in the mark information dictionary
/SyTable 183 — Additional entries specific to a caret annotation
/SynchronousTable 212 — Additional entries specific to a sound action Table 307 — Entries in a movie activation dictionary
/TTable F.1 — Entries in the linearization parameter dictionary Table 163 — Entries in a bead dictionary Table 172 — Additional entries in an annotation dictionary specific to markup annotations Table 189 — Additional entries specific to a movie annotation Table 190 — Additional entries specific to a screen annotation Table 204 — Additional entries specific to an embedded go-to action Table 205 — Entries specific to a target dictionary Table 213 — Additional entries specific to a movie action Table 214 — Additional entries specific to a hide action Table 226 — Entries common to all field dictionaries Table 249 — Entries in an FDF field dictionary Table 267 — Additional entries in a rectilinear measure dictionary Table 292 — Entries in a media duration dictionary Table 295 — Entries in a floating window parameters dictionary Table 297 — Additional entries in a media offset time dictionary Table 355 — Entries in a structure element dictionary Table 389 — Additional entries specific to a Web Capture page set
/TATable 220 — Additional entries specific to a go-to-3D-view action Table 222 — Additional entries specific to a rich-media-execute action
/TBTable 310 — Entries in a 3D activation dictionary Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note
/TBorderStyleTable 379 — Additional standard layout attributes specific to block-level structure elements
/TFTable 286 — Entries in a media permissions dictionary
/TITable 222 — Additional entries specific to a rich-media-execute action Table 234 — Additional entries specific to a choice field
/TIDTable 389 — Additional entries specific to a Web Capture page set
/TKTable 57 — Entries in a graphics state parameter dictionary
/TMTable 226 — Entries common to all field dictionaries Table 312 — Entries in an 3D animation style dictionary
/TPTable 192 — Entries in an appearance characteristics dictionary Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note
/TPaddingTable 379 — Additional standard layout attributes specific to block-level structure elements
/TRTable 57 — Entries in a graphics state parameter dictionary Table 142 — Entries in a soft-mask dictionary
/TR2Table 57 — Entries in a graphics state parameter dictionary
/TRLTable 326 — Entries in a 3D measurement/markup dictionary common to all markup subtypes
/TRefTable 252 — Entries in an FDF template dictionary
/TSTable 262 — Entries in the signature validation-related information (VRI) dictionary Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note Table 388 — Entries common to all Web Capture content sets Table 391 — Entries in a source information dictionary
/TSmTable 325 — Entries in a 3D units dictionary
/TSnTable 325 — Entries in a 3D units dictionary
/TTTable 295 — Entries in a floating window parameters dictionary
/TUTable 226 — Entries common to all field dictionaries Table 262 — Entries in the signature validation-related information (VRI) dictionary Table 325 — Entries in a 3D units dictionary
/TXTable 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/TYTable 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement
/TabsTable 31 — Entries in a page object
/TargetTable 246 — Entries in the FDF dictionary
/TemplateInstantiatedTable 31 — Entries in a page object
/TemplatesTable 32 — Entries in the name dictionary Table 251 — Entries in an FDF page dictionary
/TextAlignTable 379 — Additional standard layout attributes specific to block-level structure elements
/TextDecorationColorTable 380 — Standard layout attributes specific to inline-level structure elements
/TextDecorationThicknessTable 380 — Standard layout attributes specific to inline-level structure elements
/TextDecorationTypeTable 380 — Standard layout attributes specific to inline-level structure elements
/TextIndentTable 379 — Additional standard layout attributes specific to block-level structure elements
/TextPositionTable 380 — Standard layout attributes specific to inline-level structure elements
/ThreadsTable 29 — Entries in the catalog dictionary
/ThumbTable 31 — Entries in a page object Table 43 — Entries in a file specification dictionary Table 159 — Entries in a folder dictionary
/TilingTypeTable 74 — Additional entries specific to a Type 1 pattern dictionary
/TimeStampTable 237 — Entries in a signature field seed value dictionary
/TitleTable 151 — Entries in an outline item dictionary Table 349 — Entries in the document information dictionary
/ToUnicodeTable 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary Table 119 — Entries in a Type 0 font dictionary
/ToolbarTable 338 — Entries in a RichMediaPresentation dictionary
/TransTable 31 — Entries in a page object Table 219 — Additional entries specific to a transition action
/TransferFunctionTable 128 — Entries in a Type 1 halftone dictionary Table 129 — Additional entries specific to a Type 6 halftone dictionary Table 130 — Additional entries specific to a Type 10 halftone dictionary Table 131 — Additional entries specific to a Type 16 halftone dictionary
/TransformMethodTable 256 — Entries in a signature reference dictionary
/TransformParamsTable 256 — Entries in a signature reference dictionary
/TransparentTable 310 — Entries in a 3D activation dictionary Table 338 — Entries in a RichMediaPresentation dictionary
/TrapRegionsTable 404 — Additional entries specific to a trap network appearance stream
/TrapStylesTable 404 — Additional entries specific to a trap network appearance stream
/TrappedTable 349 — Entries in the document information dictionary
/TrimBoxTable 31 — Entries in a page object Table 396 — Entries in a box colour information dictionary
/TrueTypeFontsTable 264 — Entries in a legal attestation dictionary
/TypeTable 14 — Optional parameters for Crypt filters Table 16 — Additional entries specific to an object stream dictionary Table 17 — Additional entries specific to a cross-reference stream dictionary Table 25 — Entries common to all crypt filter dictionaries Table 28 — Entries in an encrypted payload dictionary Table 29 — Entries in the catalog dictionary Table 30 — Required entries in a page tree node Table 31 — Entries in a page object Table 43 — Entries in a file specification dictionary Table 44 — Additional entries in an embedded file stream dictionary Table 46 — Entries in a collection item dictionary Table 47 — Entries in a collection subitem dictionary Table 48 — Entries in an extensions dictionary Table 49 — Entries in a developer extensions dictionary Table 57 — Entries in a graphics state parameter dictionary Table 74 — Additional entries specific to a Type 1 pattern dictionary Table 75 — Entries in a Type 2 pattern dictionary Table 87 — Additional entries specific to an image dictionary Table 93 — Additional entries specific to a Type 1 form dictionary Table 94 — Entries common to all group attributes dictionaries Table 96 — Entries in an optional content group dictionary Table 97 — Entries in an optional content membership dictionary Table 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary Table 112 — Entries in an encoding dictionary Table 115 — Entries in a CIDFont dictionary Table 118 — Additional entries in a CMap stream dictionary Table 119 — Entries in a Type 0 font dictionary Table 120 — Entries common to all font descriptors Table 128 — Entries in a Type 1 halftone dictionary Table 129 — Additional entries specific to a Type 6 halftone dictionary Table 130 — Additional entries specific to a Type 10 halftone dictionary Table 131 — Additional entries specific to a Type 16 halftone dictionary Table 132 — Entries in a Type 5 halftone dictionary Table 142 — Entries in a soft-mask dictionary Table 150 — Entries in the outline dictionary Table 153 — Entries in a collection dictionary Table 154 — Entries in a collection schema dictionary Table 155 — Entries in a collection field dictionary Table 156 — Entries in a collection sort dictionary Table 157 — Entries in a collection colors dictionary Table 158 — Entries in a collection split dictionary Table 159 — Entries in a folder dictionary Table 160 — Entries in a navigator dictionary Table 161 — Entries in a page label dictionary Table 162 — Entries in a thread dictionary Table 163 — Entries in a bead dictionary Table 164 — Entries in a transition dictionary Table 165 — Entries in a navigation node dictionary Table 166 — Entries common to all annotation dictionaries Table 168 — Entries in a border style dictionary Table 194 — Entries in a fixed print dictionary Table 196 — Entries common to all action dictionaries Table 223 — Entries in a RichMediaCommand dictionary 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 Table 255 — Entries in a signature dictionary Table 256 — Entries in a signature reference dictionary Table 257 — Entries in the DocMDP transform parameters dictionary Table 258 — Entries in the UR transform parameters dictionary Table 259 — Entries in the FieldMDP transform parameters dictionary Table 261 — Entries in the document security store (DSS) dictionary Table 262 — Entries in the signature validation-related information (VRI) dictionary Table 265 — Entries in a viewport dictionary Table 266 — Entries in a measure dictionary Table 268 — Entries in a number format dictionary Table 270 — Entries in a geographic coordinate system dictionary Table 271 — Entries in a projected coordinate system dictionary Table 272 — Entries in a point data dictionary Table 273 — Entries common to all requirement dictionaries Table 276 — Entries in a requirement handler dictionary Table 277 — Entries common to all rendition dictionaries Table 279 — Entries in a media criteria dictionary Table 280 — Entries in a minimum bit depth dictionary Table 281 — Entries in a minimum screen size dictionary Table 284 — Entries common to all media clip dictionaries Table 286 — Entries in a media permissions dictionary Table 290 — Entries in a media play parameters dictionary Table 292 — Entries in a media duration dictionary Table 293 — Entries in a media screen parameters dictionary Table 295 — Entries in a floating window parameters dictionary Table 296 — Entries common to all media offset dictionaries Table 300 — Entries in a timespan dictionary Table 301 — Entries in a media players dictionary Table 302 — Entries in a media player info dictionary Table 303 — Entries in a software identifier dictionary Table 305 — Additional entries specific to a sound object Table 308 — Entries in a slideshow dictionary Table 311 — Entries in a 3D stream dictionary Table 312 — Entries in an 3D animation style dictionary Table 314 — Entries in a 3D reference dictionary Table 315 — Entries in a 3D view dictionary Table 317 — Entries in a 3D background dictionary Table 318 — Entries in a render mode dictionary Table 320 — Entries in a 3D lighting scheme dictionary Table 322 — Entries in a 3D cross section dictionary Table 323 — Entries in a 3D node dictionary Table 324 — Entries in an external data dictionary used to markup 3D annotations Table 326 — Entries in a 3D measurement/markup dictionary common to all markup subtypes Table 332 — Entries in the external data dictionary of a projection annotation Table 334 — Entries in a RichMediaSettings dictionary Table 335 — Entries in a RichMediaActivation dictionary Table 336 — Entries in a RichMediaDeactivation dictionary Table 337 — Entries in a RichMediaAnimation dictionary Table 338 — Entries in a RichMediaPresentation dictionary Table 339 — Entries in a RichMediaWindow dictionary Table 340 — Entries in a RichMediaPosition dictionary Table 341 — Entries in a RichMediaContent dictionary Table 342 — Entries in a RichMediaConfiguration dictionary Table 343 — Entries in a RichMediaInstance dictionary Table 347 — Additional entries in a metadata stream dictionary Table 354 — Entries in the structure tree root Table 355 — Entries in a structure element dictionary Table 356 — Entries in a namespace dictionary Table 357 — Entries in a marked-content reference dictionary Table 358 — Entries in an object reference dictionary Table 363 — Property list entries for artifacts Table 385 — Standard artifact attributes Table 388 — Entries common to all Web Capture content sets Table 401 — Entries in an output intent dictionary Table 408 — Entries in a DPartRoot dictionary Table 409 — Entries in a DPart dictionary
/UTable 21 — Additional encryption dictionary entries for the standard security handler Table 197 — Entries in an annotation’s additional-actions dictionary Table 268 — Entries in a number format dictionary Table 303 — Entries in a software identifier dictionary Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 392 — Entries in a URL alias dictionary
/U3DPathTable 315 — Entries in a 3D view dictionary
/UCTable 295 — Entries in a floating window parameters dictionary
/UCRTable 57 — Entries in a graphics state parameter dictionary
/UCR2Table 57 — Entries in a graphics state parameter dictionary
/UETable 21 — Additional encryption dictionary entries for the standard security handler
/UFTable 43 — Entries in a file specification dictionary
/UR3Table 263 — Entries in a permissions dictionary
/URITable 29 — Entries in the catalog dictionary Table 210 — Additional entries specific to a URI action
/URIActionsTable 264 — Entries in a legal attestation dictionary
/URLTable 49 — Entries in a developer extensions dictionary Table 238 — Entries in a certificate seed value dictionary Table 393 — Entries in a Web Capture command dictionary
/URLSTable 32 — Entries in the name dictionary
/URLTypeTable 238 — Entries in a certificate seed value dictionary
/URLsTable 402 — Entries in a DestOutputProfileRef dictionary
/USmTable 325 — Entries in a 3D units dictionary
/USnTable 325 — Entries in a 3D units dictionary
/UTTable 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 331 — Additional entries in a 3D measurement/markup dictionary for a 3D comment note
/UUTable 325 — Entries in a 3D units dictionary
/UnixTable 43 — Entries in a file specification dictionary Table 207 — Additional entries specific to a launch action
/UsageTable 96 — Entries in an optional content group dictionary
/UseBlackPtCompTable 57 — Entries in a graphics state parameter dictionary
/UseCMapTable 118 — Additional entries in a CMap stream dictionary
/UserTable 100 — Entries in an optional content usage dictionary
/UserPropertiesTable 353 — Entries in the mark information dictionary
/UserUnitTable 31 — Entries in a page object
/VTable 20 — Entries common to all encryption dictionaries Table 43 — Entries in a file specification dictionary Table 155 — Entries in a collection field dictionary Table 163 — Entries in a bead dictionary Table 194 — Entries in a fixed print dictionary Table 199 — Entries in a form field’s additional-actions dictionary Table 220 — Additional entries specific to a go-to-3D-view action Table 226 — Entries common to all field dictionaries Table 237 — Entries in a signature field seed value dictionary Table 249 — Entries in an FDF field dictionary Table 255 — Entries in a signature dictionary Table 257 — Entries in the DocMDP transform parameters dictionary Table 258 — Entries in the UR transform parameters dictionary Table 259 — Entries in the FieldMDP transform parameters dictionary Table 273 — Entries common to all requirement dictionaries Table 279 — Entries in a media criteria dictionary Table 280 — Entries in a minimum bit depth dictionary Table 281 — Entries in a minimum screen size dictionary Table 291 — Entries in a media play parameters MH/BE dictionary Table 300 — Entries in a timespan dictionary Table 323 — Entries in a 3D node dictionary Table 327 — Additional entries in a 3D measurement/markup dictionary for a 3D linear dimension measurement Table 328 — Additional entries in a 3D measurement/markup dictionary for a 3D perpendicular dimension measurement Table 329 — Additional entries in a 3D measurement/markup dictionary for a 3D angular dimension measurement Table 330 — Additional entries in a 3D measurement/markup dictionary for a 3D radial dimension measurement Table 362 — Entries in a user property dictionary Table 386 — Entries in the Web Capture information dictionary
/VATable 311 — Entries in a 3D stream dictionary
/VAlignTable 340 — Entries in a RichMediaPosition dictionary
/VETable 97 — Entries in an optional content membership dictionary
/VOffsetTable 340 — Entries in a RichMediaPosition dictionary
/VPTable 31 — Entries in a page object
/VRITable 261 — Entries in the document security store (DSS) dictionary
/VersionTable 28 — Entries in an encrypted payload dictionary Table 29 — Entries in the catalog dictionary Table 245 — Entries in the FDF catalog dictionary Table 403 — Additional entries specific to a trap network annotation
/VerticesTable 181 — Additional entries specific to a polygon or polyline annotation
/VerticesPerRowTable 82 — Additional entries specific to a Type 5 shading dictionary
/ViewTable 100 — Entries in an optional content usage dictionary Table 153 — Entries in a collection dictionary Table 335 — Entries in a RichMediaActivation dictionary
/ViewAreaTable 147 — Entries in a viewer preferences dictionary
/ViewClipTable 147 — Entries in a viewer preferences dictionary
/ViewerPreferencesTable 29 — Entries in the catalog dictionary
/ViewsTable 341 — Entries in a RichMediaContent dictionary
/VolumeTable 212 — Additional entries specific to a sound action Table 307 — Entries in a movie activation dictionary
/WTable 17 — Additional entries specific to a cross-reference stream dictionary Table 115 — Entries in a CIDFont dictionary Table 168 — Entries in a border style dictionary Table 294 — Entries in a media screen parameters MH/BE dictionary Table 397 — Entries in a box style dictionary
/W2Table 115 — Entries in a CIDFont dictionary
/WCTable 200 — Entries in the document catalog’s additional-actions dictionary
/WKTTable 270 — Entries in a geographic coordinate system dictionary Table 271 — Entries in a projected coordinate system dictionary
/WModeTable 118 — Additional entries in a CMap stream dictionary
/WPTable 200 — Entries in the document catalog’s additional-actions dictionary
/WSTable 200 — Entries in the document catalog’s additional-actions dictionary
/WhitePointTable 62 — Entries in a CalGray colour space dictionary Table 63 — Entries in a CalRGB colour space dictionary Table 64 — Entries in a Lab colour space dictionary
/WidthTable 87 — Additional entries specific to an image dictionary Table 129 — Additional entries specific to a Type 6 halftone dictionary Table 131 — Additional entries specific to a Type 16 halftone dictionary Table 339 — Entries in a RichMediaWindow dictionary Table 379 — Additional standard layout attributes specific to block-level structure elements
/Width2Table 131 — Additional entries specific to a Type 16 halftone dictionary
/WidthsTable 109 — Entries in a Type 1 font dictionary Table 110 — Entries in a Type 3 font dictionary
/WinTable 207 — Additional entries specific to a launch action
/WindowTable 310 — Entries in a 3D activation dictionary Table 338 — Entries in a RichMediaPresentation dictionary
/WritingModeTable 378 — Standard layout attributes common to all standard structure types
/XTable 197 — Entries in an annotation’s additional-actions dictionary Table 267 — Additional entries in a rectilinear measure dictionary
/XFATable 224 — Entries in the interactive form dictionary
/XHeightTable 120 — Entries common to all font descriptors
/XNTable 315 — Entries in a 3D view dictionary
/XObjectTable 34 — Entries in a resource dictionary
/XPTSTable 272 — Entries in a point data dictionary
/XRefStmTable 19 — Additional entries in a hybrid-reference file’s trailer dictionary
/XStepTable 74 — Additional entries specific to a Type 1 pattern dictionary
/XsquareTable 130 — Additional entries specific to a Type 10 halftone dictionary
/YTable 267 — Additional entries in a rectilinear measure dictionary
/YStepTable 74 — Additional entries specific to a Type 1 pattern dictionary
/YsquareTable 130 — Additional entries specific to a Type 10 halftone dictionary
/ZTable 279 — Entries in a media criteria dictionary
/ZoomTable 100 — Entries in an optional content usage dictionary
/alphaConstantTable 51 — Device-independent graphics state parameters
/alphaSourceTable 51 — Device-independent graphics state parameters
/blackGenerationTable 52 — Device-dependent graphics state parameters
/blackPointCompensationTable 51 — Device-independent graphics state parameters
/blendModeTable 51 — Device-independent graphics state parameters
/caTable 57 — Entries in a graphics state parameter dictionary Table 166 — Entries common to all annotation dictionaries
/checkedTable 383 — PrintField attributes
/clippingPathTable 51 — Device-independent graphics state parameters
/colorTable 51 — Device-independent graphics state parameters
/colorSpaceTable 51 — Device-independent graphics state parameters
/dashPatternTable 51 — Device-independent graphics state parameters
/flatnessTable 52 — Device-dependent graphics state parameters
/halftoneTable 52 — Device-dependent graphics state parameters
/lineCapTable 51 — Device-independent graphics state parameters
/lineJoinTable 51 — Device-independent graphics state parameters
/lineWidthTable 51 — Device-independent graphics state parameters
/miterLimitTable 51 — Device-independent graphics state parameters
/opTable 57 — Entries in a graphics state parameter dictionary
/overprintTable 52 — Device-dependent graphics state parameters
/overprintModeTable 52 — Device-dependent graphics state parameters
/renderingIntentTable 51 — Device-independent graphics state parameters
/smoothnessTable 52 — Device-dependent graphics state parameters
/softMaskTable 51 — Device-independent graphics state parameters
/strokeAdjustmentTable 51 — Device-independent graphics state parameters
/textStateTable 51 — Device-independent graphics state parameters
/transferTable 52 — Device-dependent graphics state parameters
/undercolorRemovalTable 52 — Device-dependent graphics state parameters
/versionNumberTable 405 — Entry in an OPI version dictionary