例如,我有一个像这样的pdf文件链接:
https://boliden.chemsoft.eu/BlackBoxInterface.aspx?output=doc&id=20647&filesekv=85858&filename=Zinc_2015-06-01_English.pdf。
如果我创建链接
<a href="https://boliden.chemsoft.eu/BlackBoxInterface.aspx?output=doc&id=20647&filesekv=85858&filename=Zinc_2015-06-01_English.pdf">Pure zink, Zinc_2015-06-01_English.pdf</a>
当我点击此链接时,浏览器会自动下载,而不是显示pdf文件。
那么有没有办法用js打开PDF文件?
答案 0 :(得分:0)
您可以使用PDF.js等库来强制显示PDF。
否则,用户的浏览器将决定下载或显示PDF文档(假设您没有发送class Record {
String subject;
String sessionTime;
}
Map<Integer, List<Record>> submissions = new HashMap<>();
标题)。
force-download
根据Barmar的评论,您确实需要删除-- EDIT
标题才能让浏览器决定。