/** * Reopens an existing 'object' * * @see CPDF_Adapter::open_object() * @param int $object the ID of a previously opened object */ function reopen_object($object) { $this->_pdf->reopenObject($object); $this->_pdf->saveState(); }