Previous Next
657
SECTION 8.5 Actions
KEY TYPE VALUE
T dictionary (Optional if F is present; otherwise required) A target dictionary (see Table 8.52)
specifying path information to the target document. Each target dictionary
specifies one element in the full path to the target and may have nested target
dictionaries specifying additional elements.
TABLE 8.52 Entries specific to a target dictionary
KEY TYPE VALUE
R name (Required) Specifies the relationship between the current document and the
target (which may be an intermediate target). Valid values are P (the target is
the parent of the current document) and C (the target is a child of the current
document).
N byte string (Required if the value of R is C and the target is located in the EmbeddedFiles
name tree; otherwise, it must be absent) The name of the file in the
EmbeddedFiles name tree.
P integer or (Required if the value of R is C and the target is associated with a file attachment
byte string annotation; otherwise, it must be absent) If the value is an integer, it specifies
the page number (zero-based) in the current document containing the file at-
tachment annotation. If the value is a string, it specifies a named destination
in the current document that provides the page number of the file attachment
annotation.
A integer or text (Required if the value of R is C and the target is associated with a file attachment
string annotation; otherwise, it must be absent) If the value is an integer, it specifies
the index (zero-based) of the annotation in the Annots array (see Table 3.27)
of the page specified by P. If the value is a text string, it specifies the value of
NM in the annotation dictionary (see Table 8.15).
T dictionary (Optional) A target dictionary specifying additional path information to the
target document. If this entry is absent, the current document is the target file
containing the destination.
Previous Next