PHP Velho Oeste 2024

PDF_open_pdi_document

(PECL pdflib >= 2.1.0)

PDF_open_pdi_documentpdi ドキュメントを準備する

説明

PDF_open_pdi_document ( resource $p , string $filename , string $optlist ) : int

ディスク上の PDF ドキュメントあるいは仮想 PDF ドキュメントをオープンし、 あとで使えるように準備します。

add a note add a note

User Contributed Notes 1 note

up
-6
Kiera
6 years ago
If you are using the PDFLib Lite version, this function will not work.  You have to purchase the full version of PDFLib
To Top