示例#1
0
 /**
  * Start a new page
  */
 protected function newPage()
 {
     $this->pdf->end_page_ext("");
     $this->pdf->begin_page_ext($this->pageWidth, $this->pageHeight, "");
     $this->setFont('p');
     $this->currentY = $this->pageHeight - 20;
 }