Skip to content

Commit d4515df

Browse files
ruhuiklboke
authored andcommitted
英文文档稍作修改
1 parent 78de369 commit d4515df

1 file changed

Lines changed: 26 additions & 17 deletions

File tree

README.en.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
# file-online-preview
2-
This project is a solution for preview of some documents.There are some similar paid products, such as 【[永中office](http://dcs.yozosoft.com/)】【[office365](http://www.officeweb365.com/)】【[idocv](https://www.idocv.com/)】,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 @端木详笑.
3-
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.
2+
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.
3+
Such as 【[永中office](http://dcs.yozosoft.com/)】,【[office365](http://www.officeweb365.com/)】,【[idocv](https://www.idocv.com/)】, etc..
4+
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,
5+
special thanks to the supports of @唐老大 and the contributions of @端木详笑.
6+
7+
### Advantages
8+
* build with the popular frame spring boot,
9+
* easy to deploy and deploy,
10+
* basically support online preview of mainstream office documents, such as Doc, docx, Excel, PDF, TXT, zip, rar, pictures, etc.
11+
412
### The demo online
5-
> Please be nice to the public service, or this would stop at any time.
13+
> Please treat public service kindly, or this would stop at any time.
614
715
URL:http://file.keking.cn/
816

9-
### Contact us & Join us
10-
> 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.
17+
### Contact us && Join us
18+
> We will answer everyone's questions which are found when using this project patiently.
19+
And please Google or Baidu first before asking a question, so that we can solve then efficiently.
20+
Cherish life away from ineffective communication.
1121

1222
![输入图片说明](https://gitee.com/uploads/images/2017/1219/173717_934cb068_492218.png "屏幕截图.png")
13-
1423
QQ group:613025121
1524

1625
### Pictures for some samples
@@ -28,21 +37,21 @@ QQ group:613025121
2837
> png,jpeg,jpg,etc., support for zooming with mouse scroll, rotation, inversion,etc.
2938
3039
![输入图片说明](https://gitee.com/uploads/images/2017/1213/094335_657a6f60_492218.png "屏幕截图.png")
31-
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.
40+
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.
3241

3342
### Quick Start
34-
> The technologies of this project.
35-
- spring boot: [spring boot开发参考指南](http://www.kailing.pub/PdfReader/web/viewer.html?file=springboot)
43+
> Technologies in this project
44+
- spring boot: [spring boot Development Reference Guide](http://www.kailing.pub/PdfReader/web/viewer.html?file=springboot)
3645
- freemarker
3746
- redisson
3847
- jodconverter
39-
> Dependent on external environment
48+
> Dependent External Environment
4049
- redis
4150
- OpenOffice or LibreOffice
4251

4352
1. First step:pull https://github.com/kekingcn/file-online-preview.git
4453

45-
2. Second step:configurate redis address and OpenOffice endpoint,such as
54+
2. Second step:configure redis address and OpenOffice directory,such as
4655
```
4756
#=============================================#Spring Redisson Configuration#===================================#
4857
spring.redisson.address = 192.168.1.204:6379
@@ -52,20 +61,20 @@ file.dir = C:\\Users\\yudian\\Desktop\\dev\\
5261
office.home = C:\\Program Files (x86)\\OpenOffice 4
5362
5463
```
55-
'file.dir' is the real storage addres, please end with '/'.
64+
'file.dir' is the real storage address of the converted files, please end with '/'.
5665

5766
3. Third step:Run the main method of FilePreviewApplication.java.After starting,visit 'http://localhost:8012/'.
58-
If everything is ok,you will see picture below.
67+
If everything is ok,you will see the picture below.
5968
![输入图片说明](https://gitee.com/uploads/images/2017/1213/100221_ea15202e_492218.png "屏幕截图.png")
6069

6170
### System Update History
6271

63-
> 2018年01月12日
72+
> January 12th 2018
6473
6574
1. Support for multiple images preview
66-
1. Support for images preview in rar/zip
75+
1. Support for images rotation preview in rar/zip
6776

68-
> 2018年01月02日
77+
> January 2nd 2018
6978
7079
1. fixed gibberish issue when preview a txt document caused by the file encoding problem
7180
1. fixed the issue that some module dependencies can not be found
@@ -74,4 +83,4 @@ If everything is ok,you will see picture below.
7483

7584
### Register Usage
7685
If this project is helpful for you, please register on 'https://gitee.com/kekingcn/file-online-preview/issues/IGSBV',
77-
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.
86+
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.

0 commit comments

Comments
 (0)