i'm trying to convert some html to pdf.
After some google search i find dompdf but when i try to convert i retrieve
PHP-font-lib must either be installed via composer or copied to lib/php-font-lib
This is what i'm trying to do:
require 'pdf/dompdf.php';
$dompdf = new DOMPDF();
$dompdf->load_html($html);
$dompdf->render();
$dompdf->stream("sample.pdf");
How can i solve? Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…