コード例 #1
0
ファイル: fpdf_addons.php プロジェクト: nchiapol/ecamp
 function _enddoc()
 {
     if (!empty($this->extgstates) && $this->PDFVersion < '1.4') {
         $this->PDFVersion = '1.4';
     }
     parent::_enddoc();
 }