| docinfo-op
|
Specifies the source of the value for the DocInfo dictionary key. If docinfo-op is missing or blank, an error is thrown. Unrecognized values are ignored. Acceptable values are:
|
string
|
Y
|
- set-literal-value: Sets the value of the DocInfo entry to the value of operands[0].
- set-file-value: Sets the value of the DocInfo entry to the value of the entry with the key operands[0] in the DocInfo dictionary of the file being processed. The file is identified by the source-document element. If the DocInfo dictionary of the file being processed does not contain the key identified by operands[0] or the value of the entry is blank, the output file DocInfo dictionary entry is set to blank.
- set-simple-attribute-value
- set-dynamic-attribute-value: Sets the value of the DocInfo entry to the current value of the attribute with the Name operands[0]. Dynamic attributes will be resolved at the first page of the file, identified by the page-range element. If the attribute identified by operands[0] does not exist, or the value of the attribute is blank, the output file DocInfo dictionary entry is set to blank.
- set-textbox-attribute-value: Sets the value of the DocInfo entry to the current value of the textbox attribute with the start-name operands[0] and the end-name operands[1]. If the attribute identified by operands[0] and operands[1] does not exist, or the value of the attribute is blank, the output file DocInfo dictionary entry is set to blank.
- append-literal-value: Appends the value of operands[0] to the value of the output file DocInfo entry. If the value of operands[0] is blank, the output file DocInfo dictionary is unchanged. Also see description of operands[1] below.
- append-file-value: Appends the value of the entry with the key operands[0] in the DocInfo dictionary of the file being processed to the value of the DocInfo entry. The file is identified by the source-document element. If the DocInfo dictionary of the file being processed does not contain the key identified by operands[0] or the value of the entry is blank, the output file DocInfo dictionary is unchanged. Also see description of operands[1] below.
- append-simple-attribute-value
- append-dynamic-attribute-value: Appends the current value of the attribute with the Name operands[0] to the value of the DocInfo entry. Dynamic attributes will be resolved at the first page of the file, identified by the page-range element. If the attribute identified by operands[0] does not exist, or the value of the attribute is blank, the output file DocInfo dictionary is unchanged. Also see description of operands[1] below.
- append-textbox-attribute-value: Appends the current value of the attribute with the start-name operands[0] and the end-name operands[1] to the value of the DocInfo entry. If the attribute identified by operands[0] does not exist, or the value of the attribute is blank, the output file DocInfo dictionary is unchanged. Also see description of append-textbox-attribute-value/operands[2] below.
|
N/A
|
in
|