<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<script src="./pdfobject.min.js"></script>
<style>
.pdfobject-container {
height: 30rem;
width: 50rem;
border: 1rem solid rgba(0, 0, 0, .1);
}
</style>
</style>
</head>
<body>
<div id="my-map">
<embed src="./book/read/Angular2权威教程.pdf" width="800px" height="500px" />
</div>
<object data="./book/read/Angular2权威教程.pdf" type="application/pdf" width="800" height="500">
<a href="./book/read/Angular2权威教程.pdf">test.pdf</a>
</object>
<div id="example1"></div>
</body>
<script>PDFObject.embed("./book/read/Angular2权威教程.pdf", "#example1");</script>
</html>
前端html页面预览pdf文件
最新推荐文章于 2024-09-09 09:00:00 发布