我需要找到一种方法让api url使用打开的实际页面将页面转换为pdf。我所拥有的链接不起作用 - 它只是让用户返回到Web应用程序登录页面。有什么想法吗?
<a href="#" onclick="location.href='http://www.htm2pdf.co.uk/urltopdf?apikey=yourapikey&url=' + escape(window.location.href)">Save this page as PDF</a>
另外,如果我想对url进行编码,我该如何添加?
由于
答案 0 :(得分:0)
{@ 3}}函数已弃用,您应使用escape或encodeURI。
假设您已经输入了有效的API密钥,我确实发现您发布的内容有任何问题。
如果问题仍然存在,建议您联系html2pdf.co.uk支持encodeURIComponent。
祝你好运,希望这会有所帮助。编辑:
在here他们建议您使用以下链接:
<a href="http://www.htm2pdf.co.uk/display">Save this page as PDF</a>
你试过吗?