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->Ln();
$pdf->SetFont('','','8');
$sizerec=47.5;
$pdf->Cell(100,6,$numbercecertpdf,1,0,'L');
$pdf->Cell(90,6,$trfData['previousreportnumber'],1,0,'L',TRUE);
$pdf->Ln();
$organismtype2=html_entity_decode($organismcertpdf);
$organismtype2fix = iconv('UTF-8', 'windows-1252', $organismtype2);
$pdf->Cell(100,6,$organismtype2fix,1,0,'L');
$pdf->Cell(90,6,$trfData['notificatedorganismname'],1,0,'L',TRUE);
$pdf->Ln();
?>