Пример #1
0
 function _putcatalog()
 {
     parent::_putcatalog();
     if (count($this->outlines) > 0) {
         $this->_out('/Outlines ' . $this->OutlineRoot . ' 0 R');
         $this->_out('/PageMode /UseOutlines');
     }
 }
 function _putcatalog()
 {
     parent::_putcatalog();
     // Disable the page scaling option in the printing dialog
     $this->_out('/ViewerPreferences <</PrintScaling /None>>');
 }