Click or drag to resize

PdfLiteSettingsConvertXfaForm Property

Gets or sets a value indicating whether a PdfWebControlLite instance should convert XFA PDF forms to the more commonly used AcroForms standard.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool ConvertXfaForm { get; set; }

Property Value

Type: Boolean
true XFA forms, when possible, will be converted to the more commonly used AcroForms standard; otherwise false. The default is true.
Remarks

It is highly recommended to use the default value of true.

If true and RAD PDF recognizes the input as an XFA form, RAD PDF will convert the form to the more commonly used AcroForms standard.

If false and ThrowXfaFormException is true, RAD PDF will throw an error if the input PDF contains an XFA form.

It is important to remember that not all forms using XFA can be converted to AcroForms. RAD PDF typically converts static XFA documents without issue, but RAD PDF does not typically support dynamic XFA documents. At this time, if the conversion to AcroForms fails, an exception is not always thrown.

See Also