The data items that
PrintedOutputOptionsSpec
variables
contain.
copies
An
int
value
that represents the number of copies that the Output service creates
during printing. A positive integer must be specified. The default
value is 1. If an invalid value is provided, the default value of
1 replaces the invalid value.
debug
A
boolean
value
that determines whether debug-level logging is performed. A value
of
true
indicates that debug-level logging is performed,
and
false
indicates that the default level of logging
is performed.
fileURI
A
string
value
that represents the URI of a file to send the output.
generateManyFiles
A
boolean
value
that specifies whether the Output service creates single or multiple
output. A value of
true
indicates that multiple
output are generated and
false
indicates a 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 that are used 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 Line Printer Daemon (LPD) URI of an LPD that
is running on the network.
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.
outputBin
A
string
value
that represents the XCI value that is used to enable the print driver
to select the appropriate output bin.
outputJog
A
OutputJog
value
that indicates which output pages are physically shifted in the
output tray. This data item is for use with PS and PCL printers
only.
pageOffsetX
A
string
value
that represents the page offset to use in the X-direction of the paper
on which the output is printed. This value is useful when for printing
on preprinted paper. This value overrides the page offsets defined
in the XDC file, which represents non-printable area for any PCL
device. This option is for PCL devices only.
pageOffsetY
A
string
value
that represents the page offset to use in the Y-direction of the paper
that the output is printed on. This value is useful for printing
on preprinted paper. This value overrides the page offsets defined
in the XDC file, which represents non-printable area for any PCL
device. This option is for PCL devices only.
pagination
A
Pagination
value
that represents the pagination to use for the output.
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 specifies a destination for the print output. A value that represents
the name of a network printer causes the Output service to send
the print stream to a printer.
recordIdField
A
string
value
that represents the name of the element that contains a batch record
in the input data file.
recordLevel
An
int
value
that represents the level of the XML element that contains a batch record.
The batch record level is the element level (located within the
input data file) that contains data records. The root element of
the XML document is level 1. Do not specify a value for this data
item if you specify a value for the recordName property.
recordLevelMetaData
A
boolean
value
that specifies whether the Output service generates metadata. A
value of
true
indicates metadata is generated and
false
indicates
that metadata is not generated.
recordName
A
string
value
that represents the element name that identifies the beginning of
a batch of records. The element name is located within the input
data file. Any value indicates that the input data contains record
batches. Do not specify a value for this data item if you specify
a value for the recordLevel item.
rules
A
list
of
string
values
that represents search rules that scan the input data file for a
pattern. This data item also associates the data with a specific
form design.
serverPrintSpec
A
string
value
that represents the filename of a print specification.
staple
A
Staple
value
that specifies whether a stapler is used for printer output. Use this
option for only PS and PCL printers.
XCIURI
A
string
value
that specifies the XCI file to use. By default, the Output service uses
an XCI file named pa.xci. The value in this data item overrides
the default file.