PHP Doku:: Öffnet PDF-Dokument [veraltet] - function.pdf-open-pdi.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenPDFPDF FunktionenPDF_open_pdi

Ein Service von Reinhard Neidl - Webprogrammierung.

PDF Funktionen

<<PDF_open_pdi_page

PDF_open_tiff>>

PDF_open_pdi

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)

PDF_open_pdiÖffnet PDF-Dokument [veraltet]

Beschreibung

int PDF_open_pdi ( resource $pdfdoc , string $filename , string $optlist )

Öffnet ein (auf der Festplatte liegendes oder virtuelles) PDF-Dokument und bereitet es zur späteren Verwendung vor.

Diese Funktion ist seit PDFlib Version 7 veraltet, verwenden Sie stattdessen die Funktion PDF_open_pdi_document().


3 BenutzerBeiträge:
- Beiträge aktualisieren...
ytsedan
28.03.2006 22:33
From PDFLib's manual:

"When the optional PDI (PDF import) library is attached to PDFlib, pages from existing PDF documents can be imported. PDI contains a parser for the PDF file format, and prepares pages from existing PDF documents for easy use with PDFlib.

Conceptually, imported PDF pages are treated similarly to imported raster images such as TIFF or PNG: you open a PDF document, choose a page to import, and place it on an output page, applying any of PDFlib’s transformation functions for translating, scaling, rotating, or skewing the imported page."

The manual can be downloaded along with PDFLib at http://www.pdflib.com/products/pdflib/download/index.html
m_schieferdecker at hotmail dot com
1.03.2004 18:48
The function returns the intval -1 on failure.
tylerrayner at netscape dot net
28.05.2002 18:45
The "stringparam" and "intparam" here are reserved for later use, and must be NULL and 0, respectively.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)