A
complex data type that represents the save mode to be used by the
PDF Utilities service when saving a PDF document.
For information about data that can be accessed using Xpath Expressions,
see Data items.
Data items
The data items that PDFUtilitySaveMode variables
contain.
required
A boolean value
that indicates whether the save mode of the PDF document is required.
A value of true indicates that the save mode is
required, and false indicates that the save mode
is not required.
saveStyle
A string value
that represents the save mode of a PDF document. These values are
valid:
FAST_WEB_VIEW:
In addition to performing a FULL save, also restructures
the PDF to accommodate page-at-a-time downloading from a web server.
This save type invalidates signature certification and reader-enabled
rights.
INCREMENTAL:
The saving operation is performed in the least amount of
time. This save is performed only when the version of the baseDocument
is 1.4 or later. Otherwise. a FULL save is performed.
FULL:
The saving operation is performed with fewer optimizations.
The existing incremental saves are removed and the web viewing optimization
is not preserved. This save type invalidates signature certification
and reader-enabled rights.