Job Application Form Data (XFDF)
XFDF (XML Forms Data Format) twin of the job-application form data — the same field values as the FDF, in Adobe's XML representation.
<?xml version="1.0" encoding="UTF-8"?>
<xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
<f href="job-application.pdf"/>
<fields>
<field name="fullname"><value>Ada Lovelace</value></field>
<field name="email"><value>ada@example.com</value></field>
<field name="phone"><value>+1 555-0142</value></field>
<field name="position"><value>Software Engineer</value></field>
<field name="experience"><value>8</value></field>
<field name="cover"><value>I would love to join the team and bring my analytical-engine expertise.</value></field>
<field name="signature"><value>Ada Lovelace</value></field>
<field name="sigdate"><value>2026-01-15</value></field>
</fields>
</xfdf>
Specifications
- Format
- XFDF (XML forms data)
- Bound To
- job-application.pdf
- Fields
- 8
What is a .xfdf file?
XFDF (XML Forms Data Format) is the XML representation of PDF form data — the modern, human-readable successor to binary FDF. It records each field name and value as XML elements and references the source PDF, making it easy to generate, diff, and transform with standard XML tooling. It is widely used to pre-fill and extract data from AcroForm PDFs.
How to use this file
Use an example XFDF to test XML-based PDF form-data import/export, pre-filling AcroForms from a server, and parsing form submissions with ordinary XML libraries.
Generated by generation/forms_acroform.py. Free for any use, no attribution required — license.