b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/application/appsall/
File Upload :
Current File : E:/www/b-group.old/spfin/application/appsall/test01.php

<?php
// Require composer autoload
require_once __DIR__ . '/vendor/autoload.php';
// Create an instance of the class:
$mpdf = new \Mpdf\Mpdf();

// Write some HTML code:
$mpdf->WriteHTML('Hello World');

// Output a PDF file directly to the browser
$mpdf->Output();
?>

Copyright © 2019 by b0y-101