I have a set of code which produces a pdf successfully. It spreads over about 3 pages. Near the end there is a Schedule and I want this to start on a new page.
What code do I have to put in to force this to start on a new A4 page?
Hi friends,
I found a method for same , as shown below:
$this->AddPage();
$this->setPage(2);
$this->writeHTMLCell(100, '11', '', '', $insurance, 1, 1, 1, true, 'J', true);
Bookmarks