我目前正在使用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>