• Globale Community
    • Sprache:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Spezielle Community für Japanischsprachige
  • 한국 커뮤니티
    Spezielle Community für Koreanischsprachige
Beenden

Submitting pdf form with both fdf and pdf

Neu hier ,
Jun 21, 2019 Jun 21, 2019

Link in Zwischenablage kopieren

Kopiert

I am developing a pdf form and want to have the user submit both the full pdf form and selected fields in the one email.

The reason for this is so anyone in our team can take the fdf data and paste into a tracking document and also have the full form for filing requirements.

I've looked in forums and can't find anything that says how to do this. Is this possible, and if so, how do I do it?

Thanks

THEMEN
PDF Forms

Zugriffe

1.4K

Ãœbersetzen

Ãœbersetzen

Melden

Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
LEGENDE ,
Jun 21, 2019 Jun 21, 2019

Link in Zwischenablage kopieren

Kopiert

That's not supported.

Is there a reason the people on your team can't use Acrobat to extract the form data as FDF and import it into the tracking document? There are other ways of moving the data from one form to another if that's not an option. It would be helpful if you provided more information, especially what PDF viewer the team members will be using.

Stimmen

Ãœbersetzen

Ãœbersetzen

Melden

Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
Neu hier ,
Jun 22, 2019 Jun 22, 2019

Link in Zwischenablage kopieren

Kopiert

George_Johnson

Sorry, should have explained that. Most people wil be using Adobe Reader, rather than Acrobat. Very interested to hear the other options as this is not something I have done before.  Thanks

Stimmen

Ãœbersetzen

Ãœbersetzen

Melden

Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
LEGENDE ,
Jun 22, 2019 Jun 22, 2019

Link in Zwischenablage kopieren

Kopiert

AKTUELL

With Reader, you can use a script to get the field values from the relevant fields and present them to the user in a particular format. An example is using a custom dialog to present field name/value pair in tab-delimited format that the user can then copy from. The tracking document would have a similar script that allows the user to paste what they just copied into a field on a custom dialog and the script could parse the data and populate the form fields in the document.

You could use regular form fields instead of custom dialogs. This would simplify the scripting but you'd then need an additional field on each document. Not a big deal, but less clean.

Stimmen

Ãœbersetzen

Ãœbersetzen

Melden

Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
Fürsprecher ,
Jun 22, 2019 Jun 22, 2019

Link in Zwischenablage kopieren

Kopiert

You could do it with two eMail submissions. The first one would be the FDF, and the second one the PDF. This could have the advantage to send the files to specific role eMail addresses.

Stimmen

Ãœbersetzen

Ãœbersetzen

Melden

Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
Neu hier ,
Jun 22, 2019 Jun 22, 2019

Link in Zwischenablage kopieren

Kopiert

maxwyss , I would prefer a solution that only required one action, but hadn't thought about scripting two email submissions. I will look into this further, thanks.

Stimmen

Ãœbersetzen

Ãœbersetzen

Melden

Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
Fürsprecher ,
Jun 22, 2019 Jun 22, 2019

Link in Zwischenablage kopieren

Kopiert

Scripting will definitely work.

Stimmen

Ãœbersetzen

Ãœbersetzen

Melden

Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines