©
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
(PECL pdflib >= 2.0.0)
PDF_resume_page — Resume page
$pdfdoc
, string $optlist
)Resumes a page to add more content to it.
[#1] Anonymous [2012-09-05 18:03:18]
For those trying to figure out how on earth to use this function:
<?php
PDF_suspend_page($pdf, '');
PDF_resume_page($pdf, 'pagenumber=1');
?>