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

javascript code for saving FDF

Explorer ,
Aug 20, 2016 Aug 20, 2016

As pdf forms with javascript code don't work to well on mobile devices, I am designing basic cut down versions of my forms for mobile use, I want to take the data gathered on these mobile devices (All field names in the mobile and windows forms are the same) and import the data into a windows version of the form (full function), as mobile device settings don't save in FDF format, I can open the file in XI Pro then export as FDF then import the FDF file into the full windows  form version.

This appears to work just thought there might be a more elegant method for doing this.

Mike

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

correct answers 1 Correct answer

Community Expert , Aug 21, 2016 Aug 21, 2016

No, you can't re-route the Submit command so that it saves an FDF file on the local machine.
The users can either drag the FDF file from the generated email to their desktops, or they can use a script to display the FDF data and then save it locally to a file, like this script I've developed: Custom-made Adobe Scripts: Adobe Reader -- Import/Export PDF Form Data

Translate
Community Expert ,
Aug 20, 2016 Aug 20, 2016

What's your question, exactly?

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
Explorer ,
Aug 21, 2016 Aug 21, 2016

The current submit is designed for E mail or URL is there a way to route the FDF file to say the desktop? I am thinking that some users may be using reader and wont have the function to save as FDF,

Some clients don't understand the difference between reader and Pro versions,

To be honest I am trying to cover all scenarios having fell into this trap before and discovered they were using reader for functions I specifically explained required Pro versions,

Thanks for the 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
Community Expert ,
Aug 21, 2016 Aug 21, 2016

No, you can't re-route the Submit command so that it saves an FDF file on the local machine.
The users can either drag the FDF file from the generated email to their desktops, or they can use a script to display the FDF data and then save it locally to a file, like this script I've developed: Custom-made Adobe Scripts: Adobe Reader -- Import/Export PDF Form Data

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
Explorer ,
Aug 21, 2016 Aug 21, 2016
LATEST

Thanks will play around with your custom script 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