XFA / LiveCycle → standard AcroForm
The same form. New PDF technology.
Your LiveCycle PDF only works in Adobe Reader and breaks with web apps, Python, and Node. This converts it to a standard AcroForm master template that looks identical, fills every field from JSON, lets a person review and edit, can be signed, and flattens to a locked final PDF. It is running live below, in your browser.
01 Drive the pipeline
Edit the JSON, populate the form, change any field, then flatten. The preview is the real generated PDF, re-rendered on every change.
1 Data source (JSON)
your software sends this2 Review & edit any field
a person can change anything3 Sign & finalize
02 The seven deliverables
Each item is produced by the pipeline above. They light up as you drive it.
03 Field map & sample JSON
Deliverables #3 and #4: every field name your software targets, and a sample record that fills them.
All 0 fields
name → typeSample JSON
one record{}04 Test any PDF form
Drop a PDF to see what the pipeline detects. An XFA/LiveCycle form is flagged as the problem; a clean AcroForm has its fields listed. Nothing is uploaded anywhere, it runs in your browser.