©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(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');
?>