Source for file pdf.summary.php
Documentation is available at pdf.summary.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
///////////////////////////////////
///////////////////////////////////
// add a new page for TOC
$pdf->SetTextColorArray(getColor('DOC_COLOR_HEADER'));
$pdf->MultiCell(0, 0, formatText($lang['dashboard']['rap_summary']), 0, 'C', 0, 1, '', '', true, 0);
$pdf->SetTextColorArray(getColor('DOC_COLOR_HEADER'));
|