klboke
a04e68c1af
|
7 years ago | |
---|---|---|
jodconverter-core | 7 years ago | |
jodconverter-web | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.en.md | 7 years ago | |
README.md | 7 years ago | |
pom.xml | 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.
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.
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
- spring boot: spring boot Development Reference Guide
- freemarker
- redisson
- jodconverter
Dependent External Environment
- redis
- OpenOffice or LibreOffice
-
First step:pull https://github.com/kekingcn/file-online-preview.git
-
Second step:configure redis address and OpenOffice directory,such 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 '/'.
- Third step:Run 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 :
- Support for multiple images preview
- Support for images rotation preview in rar/zip
January 2nd 2018 :
- fixed gibberish issue when preview a txt document caused by the file encoding problem
- fixed the issue that some module dependencies can not be found
- add a spring boot profile, and support for Multi-environment configuration
- add 'pdf.js' to preview the documents such as doc,etc.,support for generating doc headlines as pdf menu,support 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.