Exemplo n.º 1
0
 /**
  * Clone page, extract it and dependent objects from the current document,
  * so it can be used within other docs
  *
  * return Zend_Pdf_Page
  */
 public function clonePage(Zend_Pdf_Page $page)
 {
     return $page->clonePage($this->_factory, $this->_processed);
 }