Giter Site home page Giter Site logo

pdf-iso_32000_2-raku's Introduction

[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 uses this module plus PDF::ISO_32000, to support both the PDF 32000-1:2008 1.7 and PDF 32000-2:2020 2.0 standards.

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

The companion git repository [email protected]:pdf-raku/PDF-ISO_32000_2-Builder-raku.git is used to build this module. You will need to obtain your own copy of the PDF 2.0 specification from https://pdfa.org/resource/iso-32000-pdf/. Please also check the builder's META6.json for any missing dependencies.

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.

  • This module has been developed on Linux using GNU Make

ISO 32000 Roles

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

Roles and Entries

ISO_32000_2 Reference Entries
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

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

pdf-iso_32000_2-raku's People

Contributors

dwarring avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.