php怎么把html文件轉(zhuǎn)為pdf?比如下面這個這個demo.html文件:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet">
<body>
<div class="container">
<div class="card" data-category="fruit">
<div class="card-body">
<h1>hello world</h1>
</div>
</div>
</div>
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.slim.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/4.0.0-beta/js/bootstrap.js"></script>
</body>
</html>
我想把它轉(zhuǎn)為pdf保存,用php應(yīng)該怎么做呢?看了一下mpdf,https://packagist.org/package...可是在laravel中安裝不了,執(zhí)行安裝命令后,顯示這樣的:
- 3 回答
- 0 關(guān)注
- 522 瀏覽
添加回答
舉報
0/150
提交
取消