简体   繁体   English

Url 用于强制下载 PDF 上 Webview

[英]Url for Force Download PDF on Webview

How to make URL/link for force download pdf on webview如何在 webview 上制作用于强制下载 pdf 的 URL/链接

example url/link like this:像这样的示例网址/链接:

mytableview.php?export=pdf&id=4&custom=1&=?download

I try to add =?download我尝试添加=?download

This can't force download (I mean can not auto-save)这不能强制下载(我的意思是不能自动保存)

Thanks谢谢

You can not just get PDF out of HTML.你不能只从 HTML 中得到 PDF。 There should be some code on a backend which will translate the HTML content into PDF page.后端应该有一些代码将 HTML 内容转换为 PDF 页面。

https://pdfcrowd.com/blog/convert-html-to-pdf-in-php/ https://pdfcrowd.com/blog/convert-html-to-pdf-in-php/

here is an example how other developer have achieve it.这是其他开发人员如何实现它的示例。 There also should be also ready php lib that you can use.还应该有现成的 php 库可供您使用。

Once PDF is generated then you can attempt to dowload it using a download lib.生成 PDF 后,您可以尝试使用下载库下载它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM