Go to file
kl 78de36964d Merge remote-tracking branch 'origin/master' 2018-01-17 14:10:56 +08:00
jodconverter-core 1.修改包结构为cn.keking, 2018-01-17 14:10:40 +08:00
jodconverter-web 1.修改包结构为cn.keking, 2018-01-17 14:10:40 +08:00
.gitignore 初始化提交 2017-12-12 19:44:55 +08:00
LICENSE Initial commit 2017-12-12 19:41:09 +08:00
README.en.md 新增英文版README 2018-01-17 14:04:37 +08:00
README.md Update README.md 2018-01-15 18:54:14 +08:00
pom.xml 1.修改包结构为cn.keking, 2018-01-17 14:10:40 +08:00

README.en.md

file-online-preview

This project is a solution for preview of some documents.There are some similar paid products, such as 【永中office】【office365】【idocv】,etc..After achieving the agreement of our senior management,we decide to open source to feedback with Apache License. And we specially thanks for the contributions and helps of @唐老大 and @端木详笑. This project is built with Spring Boot which is popular.It's easy to use and deploy.It supports the preview of mainstream office documents, such as doc,docx,Excel,pdf,txt,zip,rar,pictures,etc.

The demo online

Please be nice to the public service, or this would stop at any time.

URLhttp://file.keking.cn/

Contact us & Join us

We will answer everyone's questions which are found when running this project patiently.And please Google or Baidu first before asking a question, so that we can solve then efficiently.

输入图片说明

QQ group613025121

Pictures for some samples

Excel

输入图片说明

doc

输入图片说明

zip,rar

输入图片说明

png,jpeg,jpg,etc., support for zooming with mouse scroll, rotation, inversion,etc.

输入图片说明 In consideration of the length of the introduction, the pictures of other file type will not be shown.You can deploy it yourself if you are interested in our project.The way to deploy is as below.

Quick Start

The technologies of this project.

Dependent on external environment

  • redis
  • OpenOffice or LibreOffice
  1. First steppull https://github.com/kekingcn/file-online-preview.git

  2. Second stepconfigurate redis address and OpenOffice endpointsuch as

#=============================================#Spring Redisson Configuration#===================================#
spring.redisson.address = 192.168.1.204:6379
##The folder for files which are uploaded to the server(Because of running as jar)
file.dir = C:\\Users\\yudian\\Desktop\\dev\\
## openoffice configuration
office.home = C:\\Program Files (x86)\\OpenOffice 4

'file.dir' is the real storage addres, please end with '/'.

  1. Third stepRun the main method of FilePreviewApplication.java.After starting,visit 'http://localhost:8012/'. If everything is ok,you will see picture below. 输入图片说明

System Update History

2018年01月12日

  1. Support for multiple images preview
  2. Support for images preview in rar/zip

2018年01月02日

  1. fixed gibberish issue when preview a txt document caused by the file encoding problem
  2. fixed the issue that some module dependencies can not be found
  3. add a spring boot profile, and support for Multi-environment configuration
  4. add 'pdf.js' to preview the documents such as doc,etc.,support for generating doc headlines as pdf menusupport for mobile preview

Register Usage

If this project is helpful for you, please register on 'https://gitee.com/kekingcn/file-online-preview/issues/IGSBV', If this project helps you to economize the service charge for preview of ducuments, as well as you are willing to support us, click 【donate】 below to donate a cup of coffee, we will be so appreciate that.