An open API service indexing awesome lists of open source software.

https://github.com/thwillert/pdf-formdata

Import and export of PDF form data with Adobe Acrobar Reader
https://github.com/thwillert/pdf-formdata

acrobat export fdf import reader xfdf

Last synced: 3 months ago
JSON representation

Import and export of PDF form data with Adobe Acrobar Reader

Awesome Lists containing this project

README

        

# PDF-FormData

## Übersicht

Der Adobe Acrobat Reader verfügt, in der Grundversion, leider über keine Import- /Export-Funktionen für Formular-Daten.
Abhilfe schafft das folgende JavaScript und Zusatzprogramm.
Damit ist ein Im- und Export (XFDF / FDF) auch mit dem Adobe Acrobat Reader möglich.

### Achtung!
Durch die Arbeitsweise von "PDF-FormData-Helper" sind Falsch-Meldungen durch Antiviren-Programme möglich.

---

Unfortunately, the basic version of Adobe Acrobat Reader does not have any import/export functions for form data.
The following JavaScript and additional programme provides a remedy.
This makes it possible to import and export (XFDF / FDF) with Adobe Acrobat Reader.

### Attention!
Due to the way "PDF-FormData-Helper" works, false positives may be reported by antivirus programs.

## Installation

- Die Installation von **FormData.js** erfolgt für den aktuellen Benutzer in:
``` %appdata%\Adobe\Acrobat\Privileged\DC\JavaScripts ```
Wenn der Verzeichnis-Pfad nicht vollständig vorhanden ist, diesen einfach anlegen. Vermutlich hört er bei Acrobat auf.
Nach dem (Neu)Start von Acrobat Reader sollte folgendes Menü sichtbar sein:

![Menue](https://www.thorsten-willert.de/images/Dokumentenoptimierung/PDF-FormData/Thorsten_H_Willert_-_PDF-FormData_Menue.png)

- Als Erleichterung sollten Sie das Programm **PDF-FormData-Helper.exe** starten. Dieses bietet einen Datei-Dialog zum Speichern der Daten an. Eine Installation ist hierfür nicht notwendig.

____

## Author

Thorsten Willert

[Homepage](https://www.thorsten-willert.de/optimierung/dokumentenoptimierung/dokumentenoptimierung-pdf-formdata)