Get PDF Save Mode operation

The Get PDF Save Mode operation returns the save mode of a PDF document. The save mode represents the mode in which the PDF document is saved. In addition, the save mode specifies whether the request is considered a requirement or only a suggestion. Save mode values are not influenced by the PDF document content.

For information about the General and Route Evaluation property groups, see Common operation properties .

Input properties

Property to specify the PDF document.

PDF

A document value that represents the PDF document for which save mode information is returned.

If you provide a literal value, clicking the ellipsis button opens the Select Asset dialog box. (See About Select Asset .)

Output properties

Property to specify the save mode.

Save Mode

A PDFUtilitySaveMode value that represents the save mode of the PDF document. The following values are possible PDF save-mode values:

  • FAST_WEB_VIEW , which is used while viewing the PDF document online.

  • INCREMENTAL , which performs the save operation in the least amount of time.

  • FULL , which saves with fewer optimizations.

Exceptions

None.

// Ethnio survey code removed