pdf

PHP stellt auch Funktionen zur Verfügung, mit denen Dateien im Adobe Portable Document-Format (PDF) erzeugt werden können. Die dafür notwendige pdflib-Bibliothek sowie die zugehörige Dokumentation ist unter http://www.pdflib.com/ erhältlich

bool pdf_add_annotation(resource pdfdoc, float xll, float yll, float xur, float xur, string title, string text) 3.0.12

Setzt eine Anmerkung (veraltet; benutzen Sie stattdessen pdf_add_note()).

int pdf_add_bookmark(resource pdfdoc, string text[, int parent, int open]) 4.0.1

Fügt eine Lesezeichen für die aktuelle Seite hinzu.

bool pdf_add_launchlink(resource pdfdoc, float llx, float lly, float urx, float ury, string filename) 4.0.5

Fügt einen Verweis zu einer beliebigen anderen Ressource hinzu.

bool pdf_add_locallink(resource ...

Get PHP: kurz & gut now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.