Enum conversion

SaveFlags

Namespace: datalogics_interface

Description

Flags for saving documents.

Values

Incremental

Incremental save only write objects that have changed after the end of the document rather than disturbing unchanged items. Use with Copy to create a new file which incorporates a copy of the input file before making changes. This flag can be useful when making changes to signed documents, as it preserves the validity of any existing signatures.

Full

Save the entire document.

Copy

Saves a copy of the document. Used with Incremental to create a new file from a binary copy of the input document.

Linearized

Save in a format that is suitable for remote (network) access, Linearized is sometimes referred to as Web Optimized because of its goal of minimizing the perception of poor performance due to the number of pages in a document. This inherently uses OptimizeFonts, for documents with a large number of fonts, font optimization can have poor performance, see SaveLinearizedNoOptimizeFonts as an alternative.

CollectGarbage

Collect Garbage by removing unreferenced objects. Only valid with Full.

KeepModDate

Do not update the Modification Date.

SaveLinearizedNoOptimizeFonts

Save the document as Linearized the same as Linearized but OptimizeFonts is disabled. For documents with a large number of fonts, font optimization can have poor performance and is often unnecessary.

Compressed

Use object compression wherever possible. Only valid with Full.