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

Taking data from one pdf form to another

Engaged ,
Apr 21, 2016 Apr 21, 2016

I need to create one pdf form as a general questionnaire, and then take parts of the data returned and get it into another form with only some of the data.

I am working on a Windows 7 desktop in Acrobat XI Pro.

For example, the questionnaire might ask name, date, birthdate, address, how they got our name, and several other questions. Then I need to get only the name, address, and birthdate into a second blank form. Is there an easy way to do this besides copying and pasting?

I hope this is clear. Thanks.

TOPICS
Acrobat SDK and JavaScript , Windows
1.2K
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 ,
Apr 21, 2016 Apr 21, 2016

Make sure the field names in both files are the same. Then what you can do is go to Tools - Forms - More Form Options and export the data from the first file to an FDF or text file, and then import that data (from the same location) in your other files. If the fields are named the same, the data will copy over.

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
Engaged ,
Apr 21, 2016 Apr 21, 2016

This sounds like it should work. I'm new at this, so I'll give it a try. Thanks.

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 ,
Apr 21, 2016 Apr 21, 2016

You can use an FDF file to extract the form data and transfer the data for the same named and type fields in another PDF. The other option is to use some custom JavaScript to open the other PDF and set the fields in the other PDF to the values from the first field.

One can even use a database for the transfer when designing forms with LiveCycle

If you can script a web page you might even be able to perform the task using the soap interface.

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
Engaged ,
Apr 21, 2016 Apr 21, 2016
LATEST

This sounds great, but it is way above my ability level at this point. I know nothing about JavaScript and have never heard of a soap interface. I think I'll stick to simpler. Thanks for your reply.

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