Question
Help Needed: Extracting Data from Fillable PDF to JSON or Database
Hello everyone,
I have developed a fillable PDF document using Adobe Acrobat, which spans 95 pages. I am now looking to extract the data filled in this PDF and convert it into JSON format or store it directly in a database.
I would appreciate any guidance or suggestions on the best approach to achieve this. Specifically, I am interested in:
- Tools or libraries that can efficiently handle large fillable PDFs for data extraction.
- Steps or best practices for converting extracted data into JSON format.
- Methods for storing the extracted data in a database (e.g., MySQL, PostgreSQL, MongoDB).
- Sample code snippets or tutorials that can help me get started.
Thank you in advance for your assistance!
