pdf_close_pdi_page
(PHP 4 >= 4.0.5)
pdf_close_pdi_page -- Close the page handle
Description
bool pdf_close_pdi_page ( resource pdfdoc, int pagehandle)
Close the page handle, and free all page-related resources.
Returns TRUE on success or FALSE on failure.
pdf_close_pdi
(PHP 4 >= 4.0.5)
pdf_close_pdi -- Close the input PDF document
Description
bool pdf_close_pdi ( resource pdfdoc, int dochandle)
Close all open page handles, and close the input PDF document.
Returns TRUE on success or FALSE on failure.
See also pdf_open_pdi().
|