Skip to content
Novus Examples
xfdf399 B

Tax Info Form Data (XFDF)

XFDF twin of the tax-info form data.

Preview — first 11 linesxfdf
<?xml version="1.0" encoding="UTF-8"?>
<xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
<f href="tax-info.pdf"/>
<fields>
  <field name="name"><value>Meridian Supply Co.</value></field>
  <field name="tax_class"><value>C Corporation</value></field>
  <field name="address"><value>100 Sample Street</value></field>
  <field name="tin"><value>00-0000000</value></field>
</fields>
</xfdf>

Specifications

Format
XFDF
Bound To
tax-info.pdf
Fields
4

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.

How to use this file for testing

“Tax Info Form Data (XFDF)” is a deterministic Novus Examples fixture for Form testing, Form parsing, PDF form filling. HTML and PDF form files for testing scrapers, autofill, validators, and PDF form fillers across real-life use cases.

Documented properties for this file: 4 fields · XFDF. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

This form is fictional SAMPLE content for tooling tests (autofill, scrapers, PDF fillers). It is not an official government, bank, or clinic form. Open the HTML offline or fill the PDF in any viewer; the demo submit path never stores data.

Generated by generation/forms_acroform_wave_a.py. Free for any use, no attribution required — license.