You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
klboke a04e68c1af
Update README.md
7 years ago
jodconverter-core 1.修改包结构为cn.keking, 7 years ago
jodconverter-web 1.修改包结构为cn.keking, 7 years ago
.gitignore 初始化提交 7 years ago
LICENSE Initial commit 7 years ago
README.en.md 英文文档稍作修改 7 years ago
README.md Update README.md 7 years ago
pom.xml 1.修改包结构为cn.keking, 7 years ago

README.en.md

file-online-preview

This kekingcn kkFileView software is intended to be a solution for previewing documents online. There are some similar paid products in the industry, at present. Such as 【永中office】,【office365】,【idocv】, etc.. The kekingcn kkFileView software is an open source implementation and released under the Apache License version 2. It's aimed to feedback the community after obtaining the consent of company executives, special thanks to the supports of @唐老大 and the contributions of @端木详笑.

Advantages

  • build with the popular frame spring boot,
  • easy to deploy and deploy,
  • basically support online preview of mainstream office documents, such as Doc, docx, Excel, PDF, TXT, zip, rar, pictures, etc.

The demo online

Please treat public service kindly, 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 using this project patiently. And please Google or Baidu first before asking a question, so that we can solve then efficiently. Cherish life away from ineffective communication.

输入图片说明 QQ group613025121

Pictures for some samples

Excel

输入图片说明

doc

输入图片说明

zip,rar

输入图片说明

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

输入图片说明 Considering space issues, the pictures of other types of documents will not be shown here.You can deploy it by yourself if you are interested in our project.The way to deploy is as below.

Quick Start

Technologies in this project

Dependent External Environment

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

  2. Second stepconfigure redis address and OpenOffice directorysuch 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 address of the converted files, 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 the picture below. 输入图片说明

System Update History

January 12th 2018

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

January 2nd 2018

  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 documents, as well as you are willing to support us, click 【donate】 below to donate a cup of coffee, we would appreciate it.