Sample XFA PDF 10MB File
XFA (XML Forms Architecture) PDF — interactive form with embedded XDP/XML stream
Click below for an instant download — no signup, no redirect.
Download 10MB XFA PDF10 MBTestFile-xfa-pdf-10mb.pdf
File details
| Format | XFA PDF |
| Extension | |
| MIME type | application/pdf |
| Size | 10 MB |
| Exact bytes | 10,485,760 |
| Filename | TestFile-xfa-pdf-10mb.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 10MB XFA PDF file useful for?
A 10 MB XFA PDF tests the boundary where many reverse proxies and upload APIs start imposing restrictions. Use it to verify that nginx client_max_body_size is set correctly for your XFA-accepting endpoints, that your multipart upload handler does not time out on 10 MB files with non-standard PDF internals, and that streaming upload (chunked transfer encoding) correctly handles XFA PDFs without buffering the entire file before processing.
What's inside this file?
PDF 1.7 envelope with XFA 3.3 stream, padded to 10 MB with PDF comment lines. Structurally identical to the 5 MB variant. The padding block contains roughly 130,000 lines of 75-byte comments. Cross-reference table and all object offsets remain valid — the padding is appended between the last real object and %%EOF.
Download via curl
curl -L "http://localhost:8000/files/xfa-pdf/TestFile-xfa-pdf-10mb.pdf" \ -o TestFile-xfa-pdf-10mb.pdf
Need different parameters?
Generate a custom XFA PDF file with exact settings.