function _puttrailer()
 {
     parent::_puttrailer();
     if ($this->encrypted) {
         $this->_out('/Encrypt ' . $this->enc_obj_id . ' 0 R');
         $id = isset($this->fileidentifier) ? $this->fileidentifier : '';
         $this->_out('/ID [<' . $id . '><' . $id . '>]');
     }
 }
Example #2
0
 function _puttrailer() {
     parent::_puttrailer();
     if ($this->encrypted) {
         $this->_out('/Encrypt '.$this->enc_obj_id.' 0 R');
         $this->_out('/ID [()()]');
     }
 }