Been working on a PDF Fillable Form automation platform, DullyPDF.
Fillable Form Automation:
-It uses jbarrow’s field detection algorithm to auto detect PDF form fields, then renames the fields standardly or based on a database.
-Database remap will rename fields based on file header schemas. This allows you to Search & Fill rows from csv, excel and json file rows. Now you have a reusable template to fill anyone in your database with. The file Search & Fill works in the UI and allows users to download the filled PDFs flat or fillable.
-There is also a user friendly UI to make any tweaks.
Developer Tools:
-If you database map to a json schema, you can cURL this endpoint or write python / node.js code to hit it and get returned the filled PDF. You can also create web forms so clients can receive something similar to a Google form, then you can populate PDFs based on the responses. You can optionally route these web forms into e-signatures with proper Audit logs.