# pdf_viewer **Repository Path**: dreamplay/pdf_viewer ## Basic Information - **Project Name**: pdf_viewer - **Description**: pdf在线预览,参考pdf.js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-22 - **Last Updated**: 2023-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pdf在线预览 参考:https://mozilla.github.io/pdf.js/ 改造点: 1. 删除跨域校验,使该组件可以预览远程文件 2. http协议头兼容处理 ### 部署 直接配置nginx访问本项目的根目录即可 ### 使用 将需要预览的文件地址`file`作为参数传入即可,示例: 注意:远程PDF文件需要允许跨域 http://localhost/pdfjs/web/viewer.html?file=https://freetemp.oss-cn-shenzhen.aliyuncs.com/123456.pdf