Primo commit: trasferimento del progetto PPEasy

This commit is contained in:
2024-09-18 10:30:50 +02:00
commit eb475f257e
4233 changed files with 1043848 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
$pdf->SetFont('','B','8');
$pdf->SetFont('','','8');
$sizerec=47.5;
$pdf->Cell(100,6,$certuebpdf,1,0,'L');
$pdf->Cell(90,6,$trfData['previousreportnumber'],1,0,'L',TRUE);
$pdf->Ln();
$pdf->Cell(100,6,$extendtopdf,1,0,'L');
$pdf->Cell(90,6,$trfData['toextend'],1,0,'L',TRUE);
$pdf->Ln();
$pdf->Cell(100,6,$surveillancetopdf,1,0,'L');
$pdf->Cell(90,6,$trfData['surveillanceselectoption'],1,0,'L',TRUE);
$pdf->Ln();
?>