pdf_get_buffer

(PHP 4 >= 4.0.5, PECL)

pdf_get_buffer -- Fetch the buffer containing the generated PDF data

Description

string pdf_get_buffer ( resource pdfdoc )

Get the contents of the PDF output buffer. The result must be used by the client before calling any other PDFlib function.


add a note add a note User Contributed Notes
cookiekid at gmail dot com
28-Apr-2006 02:15
If you plan to use get_buffer() you have to call open_file() with an
empty filename.