_factory = Zend_Pdf_ElementFactory::createFactory(1); $this->_processed = array(); } /** * 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); } }