有人可以帮我打开pdf新窗口/标签中的链接吗?

时间:2016-12-27 06:03:55

标签: javascript pdf

我使用wkhtml库生成了一个html,我在pdf中有一个href链接,它应该在新标签页或新窗口中打开。我已经完成了使用window.open(),window.location.href,javascript函数以及直接href。但这些对我不起作用。可能是我没有以正确的方式使用。请大家从任何人那里得到答案。

1 个答案:

答案 0 :(得分:-1)

试试这个:

<a href="/link/to/pdf/file" target="_blank">Click here to view pdf in new tab</a>

target="_blank"属性打开指定的链接新标签