Document

XFA PDF File Generator

XFA (XML Forms Architecture) PDF — interactive form with embedded XDP/XML stream

contact = name/address/email fields · registration = event sign-up · survey = 1–5 ratings + feedback · invoice = billing form

1–20 files per request

20 files / day on the free tier

cURL equivalent

curl -X POST https://gettestfiles-api.fly.dev/generate/xfa-pdf \
  -H "Content-Type: application/json" \
  -d '{
    "form_type": "contact"
  }' \
  --output TestFile-xfa-pdf.xfa-pdf

About this generator

  • Files are generated on demand and streamed directly — nothing is stored.
  • Rate limited to 20 files per day per IP on the free tier.
  • For bulk generation, use the API directly from your CI pipeline.

Just need a standard file?

Download a pre-built XFA PDF file instantly.

⬇ Browse XFA PDF downloads