Skip to content

Instantly share code, notes, and snippets.

@amardeep18
Created November 8, 2019 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amardeep18/1269a0e6d9bda042a55400926c76c047 to your computer and use it in GitHub Desktop.
Save amardeep18/1269a0e6d9bda042a55400926c76c047 to your computer and use it in GitHub Desktop.
<?php
require_once __DIR__ . '/vendor/autoload.php';
$mpdf = new \Mpdf\Mpdf();
$mpdf->WriteHTML('<h1>Hello world!</h1>');
$mpdf->Output();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment