downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

PDF_rotate> <PDF_restore
[edit] Last updated: Fri, 07 Jun 2013

view this page in

PDF_resume_page

(PECL pdflib >= 2.0.0)

PDF_resume_pageContinuă o pagină

Descrierea

bool PDF_resume_page ( resource $pdfdoc , string $optlist )

Continuă o pagină pentru a-i adăuga mai mult conținut.



add a note add a note User Contributed Notes PDF_resume_page - [1 notes]
up
0
Anonymous
9 months ago
For those trying to figure out how on earth to use this function:

<?php
PDF_suspend_page
($pdf, '');
PDF_resume_page($pdf, 'pagenumber=1');
?>

 
show source | credits | sitemap | contact | advertising | mirror sites