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
+10
View File
@@ -0,0 +1,10 @@
<?php
$pdf->SetFont('', 'B', '8');
$pdf->SetFont('', '', '8');
$sizerec = 47.5;
$pdf->Cell(100, 6, $renewcertpdf, 1, 0, 'L');
$pdf->Cell(90, 6, $trfData['previousreportnumber'], 1, 0, 'L', TRUE);
$pdf->Ln();
$pdf->Cell(100, 6, $renewdate, 1, 0, 'L');
$pdf->Cell(90, 6, $trfData['renewdate'], 1, 0, 'L', TRUE);
$pdf->Ln();