Mittels Adobe Form Data Format (kurz FDF) werden die Felder in einem PDF Formular ausgefüllt.
Mit diesem PHP-Script können Sie die Formularfelder in einem Adobe PDF-Dokument
mit Daten aus einem HTML-, Flash oder einem weiterem PDF-Formular ausfüllen. Genauso sind Daten
aus einer Datenbank als Eingabequelle für die Formularfelder des PDF-Dokumentes nutzbar.
Bei der Programmierung wurde explizit auf die Verwendung von PDF-Bibliotheken verzichtet:
dieses Skript zur PDF/FDF-Bearbeitung setzt nur eine PHP-Umgebung voraus, um beliebige
Daten in das jeweilige Formularfeld zu übergeben.
By using the Adobe Form Data Format (FDF) Formfields are beeing filled within a PDF Form.
With this PHP script you can fill in the formfields within an Adobe PDF document
with data received from a HTML-, Flash- or some other PDF Form. In a similar way data from a database may
be used as template or input.
Programming explicitely has made no use of any PDF libraries, this PHP script only requires a
PHP environment to forward data into the according formfields.