Tools for Writing to PDFs?
I have a large number of PDF forms (think government applications) that I need to write data into. Right now we are doing it by hand, but I would love to find a tool that allows us to
1. Map some sort of schema to a PDF
2. On a POST request, generate a new PDF via the POST data and the mapping
Any recommendations for how to solve this?