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

Auto-update fields in PDF form from the database.

New Here ,
Mar 20, 2018 Mar 20, 2018

Hi All,

Is there any way to auto-update fields in PDF form from the database.

TOPICS
PDF forms
1.7K
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
1 ACCEPTED SOLUTION
Community Expert ,
Mar 20, 2018 Mar 20, 2018

There used to be, but Adobe removed it. So unless it's a LiveCycle Designer form, no, not directly at least.

What can be done is to export the data from the DB to a plain-text file with a known location and structure, and then it should be possible to read it and use the data from it in the PDF.

View solution in original post

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 ,
Mar 20, 2018 Mar 20, 2018

There used to be, but Adobe removed it. So unless it's a LiveCycle Designer form, no, not directly at least.

What can be done is to export the data from the DB to a plain-text file with a known location and structure, and then it should be possible to read it and use the data from it in the PDF.

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 ,
Mar 20, 2018 Mar 20, 2018
LATEST

There are other ways to update a document other than a direct connection. For example, you could setup a server script to update the PDF when requested. Or a plugin could be written to do it. In fact, I think such 3rd party products already exist.

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