Changeset 347 for trunk/client/modules/Elezioni/crea_pagina.php
- Timestamp:
- May 14, 2021, 2:00:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/crea_pagina.php
r265 r347 15 15 die ("You can't access this file directly..."); 16 16 } 17 18 require_once('inc/hpdf5/autoload.php'); 19 use Spipu\Html2Pdf\Html2Pdf; 20 use Spipu\Html2Pdf\Exception\Html2PdfException; 21 use Spipu\Html2Pdf\Exception\ExceptionFormatter; 22 17 23 global $name; 18 24 … … 259 265 //$nomefile="elezioni_tabelle.pdf"; 260 266 //$orienta="P"; 261 require_once('inc/hpdf403/html2pdf.class.php'); 262 $html2pdf = new HTML2PDF($orienta,$formato, 'it'); 267 $html2pdf = new Html2Pdf($orienta,$formato, 'it'); 263 268 $html2pdf->WriteHTML($style, isset($_GET['vuehtml'])); 264 269 $html2pdf->Output($nomefile);
Note:
See TracChangeset
for help on using the changeset viewer.