View Single Post
  #2 (permalink)  
Old 04-15-2008, 12:23 PM
fsando fsando is offline
Junior Member
 
Join Date: Mar 2008
Posts: 7
Default

You probably found the sollution by now but anyway the code should be
Code:
//$pdf->newPage(Zend_Pdf_Page::SIZE_A4);  //(THIS ISN'T WORKING)  
$pdf->pages[] = $pdf->newPage(Zend_Pdf_Page::SIZE_A4);
Reply With Quote