html到pdf问题在html2pdf.it库中

时间:2016-02-20 07:20:28

标签: php html pdf anchor html2pdf

我目前正在使用php中的html2pdf库将html页面转换为pdf,它可以正常创建pdf,但谷歌标签处于非可点击模式

<html>
<head>
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
    <a href="https://www.google.co.in" target="_blank">Google</a>
    <a href="https://www.google.co.in">Google</a>
</body>
</html>

0 个答案:

没有答案