Php html2pdf.it库中的Html到pdf问题

Php html2pdf.it库中的Html到pdf问题,php,html,pdf,anchor,html2pdf,Php,Html,Pdf,Anchor,Html2pdf,我目前正在使用php中的html2pdf库将html页面转换为pdf,它可以正确地创建pdf,但google标签处于不可单击模式 <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <a href="https://www.google.co.in" target="_blank">Google

我目前正在使用php中的html2pdf库将html页面转换为pdf,它可以正确地创建pdf,但google标签处于不可单击模式

<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>