Example #1
0
 /**
  * Clone page, extract it and dependent objects from the current document,
  * so it can be used within other docs
  *
  * return \ZendPdf\Page
  */
 public function clonePage(Pdf\Page $page)
 {
     return $page->clonePage($this->_factory, $this->_processed);
 }