I am working on proof of concept for generating PDF filled forms (usually forms from government say IRS tax form and other sites), data will be coming from JSON or XML.
I was evaluating Apache FOP for this where XML is data part and XSL is formatting part but my question is how I can XSL for complex forms? I tried to search if I can get it already on these sites but no luck.
Usually should we create XSL manually by reverse engineering PDF forms?
Certain forms I am using for examples are really complex for reverse engineering.
Thanks, Rushik.