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
- Host: GitHub
- URL: https://github.com/thwillert/pdf-formdata
- Owner: THWillert
- License: apache-2.0
- Created: 2023-01-21T13:08:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T06:58:18.000Z (about 2 years ago)
- Last Synced: 2025-01-07T12:14:49.124Z (5 months ago)
- Topics: acrobat, export, fdf, import, reader, xfdf
- Language: JavaScript
- Homepage:
- Size: 455 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
- 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)