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

Sharing form data in Reader

Advocate ,
Feb 08, 2016 Feb 08, 2016

I have a client that wants several PDFs forms. These forms are not identical, but many of the form fields have the same names. He wants people to be able to fill out one form, export that data, and import it into a second form so that the form fields with the same names are automatically populated. After importing the form data into the second form, the second form is sent out to a person so that they can complete the remaining fields that do not have the same name, and email it back.

Of course, this is easy to do if everyone has Acrobat. But most of the people have Reader and don't want to spend the money to get Acrobat.

He pointed me to an article which he thought would solve the workflow: http://blogs.adobe.com/formfeed/2010/07/shared-data-in-packages-part-1.html That article is way above my head. Can someone tell me if the instructions in that article would do what my client wants -- which is basically to use Reader to export/import form data?

Does anyone know of a way to export/import form data using Reader?

TOPICS
Acrobat SDK and JavaScript
311
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
LEGEND ,
Feb 08, 2016 Feb 08, 2016

There is a Part 2 to the blog post with a sample form. The form was created with LiveCycle not Acrobat.

One can import and export FDF files using Reader but this will require some special user written JavaScript functions.in Reader's application folder and this code will need to be installed on each user's system.

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
Advocate ,
Feb 08, 2016 Feb 08, 2016
LATEST

Thanks for your reply, George. Do you know of any sample of the JavaScript functions needed for the Reader application folder?

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