示例#1
0
<?php

include_once '../../php-jru.php';
$reportManager = new ReportManager();
$result = $reportManager->RunToBuffer('productos', PJRU_PDF);
header('Content-type: application/pdf');
print $result;
示例#2
0
<?php

include_once '../../php-jru.php';
$reportManager = new ReportManager();
$result = $reportManager->RunToBuffer('municipios', PJRU_PDF);
header('Content-type: application/pdf');
print $result;