Skip to main content
Participating Frequently
June 25, 2021
Question

Speichern von Formulardaten auf lokalem Computer

  • June 25, 2021
  • 1 reply
  • 2405 views

Ich suche eine Aktion für Schaltflächen , welche es dem Nutzer eines Formulars ermöglicht, seine individuellen Formulardaten lokal auf seinem Computer abzuspeichern.

Es ist eine wichtige Vorausetzung, um innerhalb eines Portfolios die Schaltflächen-Aktion "Formulardaten importieren" in weitere PDF-Dateien zu nutzen.

In den Aktionen der Schaltflächen fehlt die Funktion "Formulardaten exportieren/speichern" komplett.

Die "Formular senden" ist dazu nicht geeignet.

.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 25, 2021

Is this supposed to work in Reader? Because it's not possible there, unless you use a script to display the form data as plain-text, which the user can then copy to a text file.

Lutz154AAuthor
Participating Frequently
June 26, 2021

Thank you for the answer, but basically the possibility to create a data file locally via a button within the form is missing.

The "counterpart" of this desired action is already available with "Import form data" (from a locally saved FDF file), which works well.

 

Danke für die Antwort, aber es fehlt grundsätzlich die Möglichkeit über eine Schaltfläche innerhalb des Formulars eine Datendatei lokal zu erzeugen.

Das "Gegenstück" dieser gewünschten Aktion ist mit "Formulardaten importieren" (aus einer lokal gespeicherten FDF-Datei) bereits vorhanden, welche gut funktioniert.

try67
Community Expert
Community Expert
June 26, 2021

You can do it using the following script:

 

this.exportAsFDF();

 

However, my comment from before still applies. This will not work in Reader.