Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $html2Pdf = new Html2Pdf(
  2. 'L',
  3. 'A4',
  4. 'ru',
  5. true,
  6. 'UTF-8'
  7. );
  8.  
  9. $html2Pdf->writeHTML($html);
  10. $html2Pdf->setDefaultFont('arialunicid0');
  11. $html2Pdf->output();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement