【PDF预览】使用iframe实现pdf文件预览,加盖章
使用iframe实现pdf文件预览,以及在pdf上添加水印。另外还包括批注、打印、下载、缩放、分页等功能
<iframe
src="http://static.shanhuxueyuan.com/test.pdf"
width="100%"
height="100%"
frameborder="0"
>
</iframe>
<!--可以在pdf文件上添加的水印或图片-->
<img src="https://q7.itc.cn/images01/20240412/c5aea1cc901b43839cd1909761eb69bd.jpeg" style="width: 100px; height: 100px; border-raduis:10px; position: absolute; right: 100px; bottom: 50px">
预览效果如下: