Form Data Integration Service

The Form Data Integration service can import form data into a PDF form and export form data from a PDF form. The import and export operations support two types of PDF forms:

  • An Acrobat form (created in Acrobat) is a PDF document that contains form fields.

  • An XML form (created in Designer) is a PDF document that conforms to the Adobe XML Forms Architecture (XFA).

    Form data can exist in one of the following formats, depending on the type of PDF form:

  • An XFDF file, which is an XML version of the Acrobat form data format.

  • An XDP file, which is an XML file that contains form field definitions. It can also contain form field data and an embedded PDF file. An XDP file that is generated by Designer can be used only if it carries an embedded base-64-encoded PDF document.

// Ethnio survey code removed