Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Help Needed: Extracting Data from Fillable PDF to JSON or Database

New Here ,
Jul 11, 2024 Jul 11, 2024

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:

  1. Tools or libraries that can efficiently handle large fillable PDFs for data extraction.
  2. Steps or best practices for converting extracted data into JSON format.
  3. Methods for storing the extracted data in a database (e.g., MySQL, PostgreSQL, MongoDB).
  4. Sample code snippets or tutorials that can help me get started.

Thank you in advance for your assistance!

TOPICS
PDF , PDF forms
962
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 11, 2024 Jul 11, 2024
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 11, 2024 Jul 11, 2024

- Are you looking for a tool that works within Acrobat itself, or an external tool?

- Are you looking to hire someone to develop it for you, or are you trying to do it yourself?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 11, 2024 Jul 11, 2024
LATEST

Extracting data from a PDF and formatting it as JSON is a straight forward task. Placing it in a DB is a different issue. It the DB is online, then it would be possible for a JS tool to call a server script that places the data into the DB. But there is nothing you can do if the DB is local. 

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines