当前位置:网站首页>Open display PDF file in web page
Open display PDF file in web page
2022-07-07 23:57:00 【Liu Chu, Ge Nian】
List of articles
1、 Click on PDF The file link
Click on PDF The file link opens on a new page pdf file ( take PDF Files are placed in and HTML File in the same directory ):
<a href="Test.pdf" target="_blank">PDF<a>
If you will PDF Change the document to Docx file , Then click to download the page , Don't like PDF Show the content on a new page like a file ‘;
If you will PDF Change file to picture file , Then click to display the picture on the new page ;
If you will PDF Change the file to a folder , Then open the whole directory , And you can access its content , similar FTP service
2、 Through your browser :360、Firefox、Chrome
<embed width="800" height="600" src="test.pdf"></embed>
3、 Through your browser :360、IE Failed browser :Firefox、Chrome
<object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="800" height="600" border="0">
<param name="SRC" value="test_pdf.pdf">
</object>
Here's the whole point :
<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、 Through your browser :360、Firefox、IE、Chrome
<iframe src="test_pdf.pdf" width="800" height="600"></iframe>
边栏推荐
- 用語雀寫文章了,功能真心强大!
- Is it safe for tongdaxin to buy funds?
- 【编程题】【Scratch二级】2019.12 绘制十个正方形
- Teach you to make a custom form label by hand
- 【编程题】【Scratch二级】2019.03 垃圾分类
- Laser slam learning (2d/3d, partial practice)
- Orthodontic precautions (continuously updated)
- UIC564-2 附录4 –阻燃防火测试:火焰的扩散
- Basic learning of SQL Server -- creating databases and tables with code
- 激光slam学习(2D/3D、偏实践)
猜你喜欢

Anaconda+pycharm+pyqt5 configuration problem: pyuic5 cannot be found exe

DataGuard active / standby cleanup archive settings

Chisel tutorial - 04 Control flow in chisel

Wechat applet development beginner 1

ping报错:未知的名称或服务

Aitm3.0005 smoke toxicity test

Data Lake (XV): spark and iceberg integrate write operations

Traduction gratuite en un clic de plus de 300 pages de documents PDF

Kubectl 好用的命令行工具:oh-my-zsh 技巧和窍门

【编程题】【Scratch二级】2019.09 制作蝙蝠冲关游戏
随机推荐
【编程题】【Scratch二级】2019.12 绘制十个正方形
Laser slam learning (2d/3d, partial practice)
机器人(自动化)等专业课程创新的结果
Chisel tutorial - 04 Control flow in chisel
Postgres timestamp to human eye time string or millisecond value
SQL connection problem after downloading (2)
Aitm3.0005 smoke toxicity test
mysql8.0 ubuntu20.4
Seven years' experience of a test engineer -- to you who walk alone all the way (don't give up)
解析token的网址
企业应用需求导向开发之人力部门,员工考勤记录和实发工资业务程序案例
How did a fake offer steal $540million from "axie infinity"?
c—线性表
2022.7.7-----leetcode.648
Orthodontic precautions (continuously updated)
aws-aws help报错
QT creator add custom new file / Project Template Wizard
一键免费翻译300多页的pdf文档
Binary sort tree [BST] - create, find, delete, output
数据湖(十五):Spark与Iceberg整合写操作