For those trying to figure out how on earth to use this function:
<?php
PDF_suspend_page($pdf, '');
PDF_resume_page($pdf, 'pagenumber=1');
?>
PHP - Manual: PDF_resume_page
2024-11-15
(PECL pdflib >= 2.0.0)
PDF_resume_page — Resume page
$pdfdoc
, string $optlist
) : boolResumes a page to add more content to it.
官方地址:https://www.php.net/manual/en/function.pdf-resume-page.php