PHP cpdf_output_buffer function
Like this blog? Consider exploring one of our sponsored banner ads...
cpdf_output_buffer
(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)
cpdf_output_buffer — Outputs the pdf document in memory bufferDescriptionbool cpdf_output_buffer ( int pdf_document )
Outputs the pdf document to stdout.
The document has to be created in memory which is the case if
cpdf_open() has been called without the file name
parameter.
pdf_document
The document handle, returned by
cpdf_open().
Return Values
Returns TRUE on success or FALSE on failure.
cpdf_open()
About this entry
You’re currently reading “PHP cpdf_output_buffer function,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]