X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Fincludes%2Ftcpdf.php;h=48504eb945a7db15c5e70b8cb009410b583e87ee;hb=754892d8db24bad8aeefd50ba0ce5635d2d8d9b9;hp=59b9ac1f302f2914d3f36af6798db23b5b103929;hpb=8c94b517883aa153f9f9be1450a3d7412773a947;p=fa-stable.git diff --git a/reporting/includes/tcpdf.php b/reporting/includes/tcpdf.php index 59b9ac1f..48504eb9 100644 --- a/reporting/includes/tcpdf.php +++ b/reporting/includes/tcpdf.php @@ -5006,7 +5006,8 @@ if (!class_exists('TCPDF')) { * @access protected */ function _putheader() { - $this->_out('%PDF-'.$this->PDFVersion); + $this->buffer = '%PDF-'.$this->PDFVersion."\n".$this->buffer; +// $this->_out('%PDF-'.$this->PDFVersion); } /**