当前位置:网站首页>在网页中打开展示pdf文件
在网页中打开展示pdf文件
2022-07-07 21:54:00 【流楚丶格念】
文章目录
1、点击PDF文件链接
点击PDF文件链接在新的页面打开pdf文件(将PDF文件放在和HTML文件同等目录下):
<a href="Test.pdf" target="_blank">PDF<a>
如果将PDF文件改为Docx文件,那么点击之后就是下载页面,不会像PDF文件那样在新页面展示内容‘;
如果将PDF文件改为图片文件,那么点击之后就是在新页面展示图片;
如果将PDF文件改为一个文件夹,那么打开就是整个目录,且可以访问其内容,类似FTP服务
2、通过的浏览器:360、Firefox、Chrome
<embed width="800" height="600" src="test.pdf"></embed>
3、通过的浏览器:360、IE 未通过的浏览器:Firefox、Chrome
<object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="800" height="600" border="0">
<param name="SRC" value="test_pdf.pdf">
</object>
下面这个完整点:
<object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="100%" height="100%" border="0"><!--IE-->
<param name="_Version" value="65539">
<param name="_ExtentX" value="20108">
<param name="_ExtentY" value="10866">
<param name="_StockProps" value="0">
<param name="SRC" value="testing_pdf.pdf">
<embed src="testing_pdf.pdf" width="100%" height="800" href="testing_pdf.pdf"></embed><!--FF-->
</object>
4、通过的浏览器:360、Firefox、IE、Chrome
<iframe src="test_pdf.pdf" width="800" height="600"></iframe>
边栏推荐
猜你喜欢
二叉排序树【BST】——创建、查找、删除、输出
SQL connection problem after downloading (2)
Install sqlserver2019
Basic learning of SQL Server -- creating databases and tables with code
Arbre binaire équilibré [Arbre AVL] - Insérer et supprimer
Dataguard 主备清理归档设置
BSS 7230 flame retardant performance test of aviation interior materials
Introduction to programming hardware
一鍵免費翻譯300多頁的pdf文檔
Uic564-2 Appendix 4 - flame retardant fire test: flame diffusion
随机推荐
Arbre binaire équilibré [Arbre AVL] - Insérer et supprimer
数据湖(十五):Spark与Iceberg整合写操作
Come on, brother
数据库面试题+解析
MP4文件格式解析之结合实例分析
10 schemes to ensure interface data security
HB 5469 combustion test method for non-metallic materials in civil aircraft cabin
The function is really powerful!
Dependency injection 2 advantage lifecycle
At the age of 35, I made a decision to face unemployment
Is it safe for tongdaxin to buy funds?
解析token的网址
Gorm Association summary
二叉排序树【BST】——创建、查找、删除、输出
codeforces每日5题(均1500)-第八天
Pycharm essential plug-in, change the background (self use, continuous update) | CSDN creation punch in
【leetcode】day1
FFA与ICGA造影
The file format and extension of XLS do not match
Kubectl 好用的命令行工具:oh-my-zsh 技巧和窍门