embedPDF

Determines whether PDF file will be included as part of the data.

Syntax

Reference_Syntax.embedPDF = "0 | 1"

Values

Type

Values

String

  • 0 (default)

  • 1

The PDF file is sent as part of in the data.

  • 1

The PDF file is not sent as part of the data. A URI is sent in its place.

Applies to

Version

XFA 2.1

Examples

JavaScript

Button1.resolveNode("#event.#submit").embedPDF = "1";

FormCalc

Button1.#event.#submit.embedPDF = "1"

// Ethnio survey code removed