Source for file pdf.firstpage.php
Documentation is available at pdf.firstpage.php
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
* Define, compose and generate a SDI (Sustainable Development Indicators) PDF report
///////////////////////////////////
// PAGE DE GARDE - RAPPORT
///////////////////////////////////
$pdf->SetColor('DOC_TITLE_COLOR');
$pdf->Image('inc_report/logo_g.png',$pdf->GetX(), $pdf->GetY());
|