Sample XFA PDF 1MB File
XFA (XML Forms Architecture) PDF — interactive form with embedded XDP/XML stream
Click below for an instant download — no signup, no redirect.
Download 1MB XFA PDF1 MBTestFile-xfa-pdf-1mb.pdf
File details
| Format | XFA PDF |
| Extension | |
| MIME type | application/pdf |
| Size | 1 MB |
| Exact bytes | 1,048,576 |
| Filename | TestFile-xfa-pdf-1mb.pdf |
| Format version | PDF 1.7 with XFA 3.3 (XDP) |
| Contents | Contact form with 13 interactive fields; PDF comment padding to reach target size |
| Encoding | Raw XDP/XFA XML stream; PDF comment padding before %%EOF |
What is a 1MB XFA PDF file useful for?
A 1 MB XFA PDF tests that your document pipeline handles padded XFA files without corruption. Many document management systems re-encode PDFs on ingest — verify that the /AcroForm /XFA stream survives the round-trip intact. This size is also useful for benchmarking XFA-aware parsers like iText and Apache PDFBox against files representative of real government form submissions.
What's inside this file?
Identical XDP/XFA 3.3 structure to the 100 KB variant. The additional size is achieved by inserting PDF comment lines (% XXXX…) immediately before the %%EOF marker — a technique that is valid per the PDF specification and does not alter any object byte offsets in the cross-reference table, so the file remains fully parseable.
Download via curl
curl -L "http://localhost:8000/files/xfa-pdf/TestFile-xfa-pdf-1mb.pdf" \ -o TestFile-xfa-pdf-1mb.pdf
Need different parameters?
Generate a custom XFA PDF file with exact settings.