The data items that
PDFOutputOptionsSpec
variables
contain.
fileURI
A
string
value
that represents the URI of a file to which the Output service writes
the output.
generateManyFiles
A
boolean
value
that specifies whether the Output service creates single output
or multiple outputs. A value of
true
indicates
that multiple outputs are generated and
false
indicates
single output is generated.
lazyloading
A
boolean
value
that specifies whether incremental (lazy) loading is used when processing
multi-record data sets. When set to the a value of
true
,
multi-record data sets are loaded and merged one record of data
at a time. Processing one record at a time helps to avoid running
out of memory. The use of incremental loading limits XLST options
specified in the XCI file because transformations can only be applied
to only one record.
lookAhead
An
int
value
that represents the number of bytes used for search rules. This value
is the number of bytes to use from the beginning of the input data
file to scan for the pattern strings. The default value is
500
.
lpdURI
A
string
value
that represents the URI of the Line Printer Daemon (LPD) to use when
the network has an LP daemon running.
metaDataSpecFile
A
boolean
value
that indicates whether metadata is generated. A value of
true
indicates
that metadata is generated and
false
indicates
that metadata is not generated.
printerQueueName
A
string
value
that represents the name of the printer queue that is used with the
Line Printer Daemon (LPD) URI.
printerURI
A
string
value
that represents the URI of the destination for the print output. The
Output service sends a print stream to the printer specified by
the URI for this data item (for example,
\\PrintServer\Print1
).
recoredIDField
A
string
value
that represents the identifier value for the batch record.
recordLevel
An
int
value
that represents the element level (located within the input data file)
that contains data records. The root element is level 1. This value
cannot be used with the recordName value.
recordLevelMetaData
A
boolean
value
that specifies whether metadata is generated. A value of
true
indicates
that metadata is generated and
false
indicates
metadata is not generated.
recordName
A
string
value
that represents the element name that identifies the beginning of
a record in the input data file. Any value indicates that the input
data contains record batches. This value cannot be used with the
recordLevel value.
rules
A
list
of
string
values
that contains
string
values that represent search rules
that scan the input data file for a pattern and associates the data
with a specific form design.
serverPrintSpec
A
string
value
that represents the print specification name. A print specification
contains information that the Output service requires during each invocation
request. When you configure a print specification, the Output service sends
the output to a network printer, an email recipient as a file attachment,
or a file such as a PostScript file.
XCIURI
A
string
value
that specifies the XCI file to use when generating PDF document output.
An XCI file is a configuration file that the Output service uses.
By default, the Output service uses an XCI file named pa.xci. Specify
a value for this data item to use a different file.