# file-preview **Repository Path**: silenceice/file-preview ## Basic Information - **Project Name**: file-preview - **Description**: 文件在线预览 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2022-06-07 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # file-preview 文件在线预览,支持预览格式:pdf、doc/docx、xsl/xslx、ppt/pptx、txt、CAD、图片(png、jpg、jpeg、gif...)、压缩文件(zip、tar、7z...)。 预览方式(以本地启动为例): http://localhost:8088/onlinePreview?fileUrl=https://gitee.com/wu726/file-preview/blob/master/src/main/resources/static/files/DocxResume.docx&fileName=DocxResume.docx - fileUrl:远程文件(下载)地址 - fileName:文件名称(带拓展名) ### PDF 前段预览插件 [PDFObject](https://pdfobject.com/)(使用) [PDF.js](http://mozilla.github.io/pdf.js/getting_started/) ### 压缩文件预览插件 [jszip](https://github.com/Stuk/jszip)(使用) [zip.js](https://github.com/gildas-lormeau/zip.js)