RetainSignatureField

A string value that represents specifies whether signed and unsigned signature fields are kept when a PDF file is flattened. RetainSignatureField variables are used to configure the Retain Signature Field property in the generatePDFOutput operation operation of the Output service.

For information about data that can be accessed using Xpath Expressions, see Data items.

For information about configuring default properties, see Datatype specific settings.

Data items

RetainSignatureField data values store one of these string values:

None:
Signed field and unsigned signature fields become non-interactive when the PDF file is flattened.

All: Signed fields and unsigned signature fields are remain interactive when the PDF file is flattened.

Signed_Signature_Fields_Only:
Unsigned signature fields become non-interactive. Signed signature fields remain interactive when the PDF file is flattened.

Unsigned_Signature_Fields_Only:
Signed signature fields become non-interactive. Unsigned signature fields are remain interactive when the PDF file is flattened.

Datatype specific settings

Property for specifying how signature fields are handled during the flattening process of a PDF document.

Default value

Sets whether to make signature fields non-interactive in the rendered PDF document. Select one of these values:

None:
Signed field and unsigned signature fields become non-interactive when the PDF file is flattened.

All:
Signed fields and unsigned signature fields are remain interactive when the PDF file is flattened.

Signed Signature Fields:
Unsigned signature fields become non-interactive. Signed signature fields become interactive when the PDF file is flattened.

Unsigned Signature Field Only:
Signed signature fields become non-interactive. Unsigned signature fields are remain interactive when the PDF file is flattened.

// Ethnio survey code removed