Update README.md
This commit is contained in:
parent
724a0124b5
commit
5d39246ef5
69
README.md
69
README.md
|
@ -44,72 +44,6 @@ URL:[https://kkview.cn/preview/index](https://kkview.cn/preview/index)
|
|||
1. 中文文档:https://gitee.com/kekingcn/file-online-preview/blob/master/README.md
|
||||
1. English document:https://gitee.com/kekingcn/file-online-preview/blob/master/README.en.md
|
||||
|
||||
### Contact us && Join us
|
||||
> We will answer everyone's questions in use of this project.
|
||||
And please Google or Baidu first before asking a question, so that we can solve it efficiently.
|
||||
Cherish life away from ineffective communication.
|
||||
|
||||
![](./doc/知识星球.png)
|
||||
|
||||
### Pictures for some samples
|
||||
#### 1. Text Preview
|
||||
It supports preview of all types of text documents. Because there are too many types of text documents, it is impossible to enumerate them. The default open types are as follows: txt,html,htm,asp,jsp,xml,json,properties,md,gitignore,log,java,py,c,cpp,sql,sh,bat,m,bas,prg,cmd
|
||||
The text preview effect is as follows
|
||||
![text](https://kkview.cn/img/preview/preview-text.png)
|
||||
|
||||
#### 2. Picture preview
|
||||
Support jpg, jpeg, png, gif and other picture previews (flip, zoom, mirror). The preview effect is as follows
|
||||
![image](https://kkview.cn/img/preview/preview-image.png)
|
||||
|
||||
#### 3. Word document preview
|
||||
Doc and docx document previews are supported. There are two modes of word previews: one is that each page of word is converted to picture previews, the other is that the whole word document is converted to PDF, and then previews PDF. The applicable scenarios of the two modes are as follows
|
||||
* Picture preview modes: the word file is large, and the whole PDF loaded in the foreground is too slow
|
||||
* Pdf Preview modes: intranet access, loading PDF fast
|
||||
The preview effect of picture preview mode is as follows
|
||||
![word1](https://kkview.cn/img/preview/preview-doc-image.png)
|
||||
The preview effect of PDF preview mode is as follows
|
||||
![word2](https://kkview.cn/img/preview/preview-doc-pdf.png)
|
||||
|
||||
#### 4. PPT document preview
|
||||
ppt and pptx document preview are supported. Like word documents, there are two preview modes
|
||||
The preview effect of picture preview mode is as follows
|
||||
![ppt1](https://kkview.cn/img/preview/preview-ppt-image.png)
|
||||
The preview effect of PDF preview mode is as follows
|
||||
![ppt2](https://kkview.cn/img/preview/preview-ppt-pdf.png)
|
||||
|
||||
#### 5. PDF document preview
|
||||
Pdf document preview is supported. Like word document, there are two preview modes
|
||||
The preview effect of picture preview mode is as follows
|
||||
![pdf1](https://kkview.cn/img/preview/preview-pdf-image.png)
|
||||
The preview effect of PDF preview mode is as follows
|
||||
![pdf2](https://kkview.cn/img/preview/preview-pdf-pdf.png)
|
||||
|
||||
#### 6. EXCEL document preview
|
||||
Support XLS, xlsx document preview, the preview effect is as follows
|
||||
![excel](https://kkview.cn/img/preview/preview-xls.png)
|
||||
|
||||
#### 7. Compressed file Preview
|
||||
Support zip, rar, jar, tar, gzip and other compressed packages. The preview effect is as follows
|
||||
![compress1](https://kkview.cn/img/preview/preview-zip.png)
|
||||
Click the file name in the compressed package to preview the file directly. The preview effect is as follows
|
||||
![compress2](https://kkview.cn/img/preview/preview-zip-inner.png)
|
||||
|
||||
#### 8. Multimedia file Preview
|
||||
Theoretically, all video and audio files are supported. Since all file formats cannot be enumerated, the default open type is as follows
|
||||
mp3,wav,mp4,flv
|
||||
The video preview effect is as follows
|
||||
![media1](https://kkview.cn/img/preview/preview-video.png)
|
||||
The audio preview effect is as follows
|
||||
![media2](https://kkview.cn/img/preview/preview-audio.png)
|
||||
|
||||
#### 9. CAD document preview
|
||||
CAD DWG document preview is supported. Like word document, there are two preview modes
|
||||
The preview effect of Picture preview mode is as follows
|
||||
![cad1](https://kkview.cn/img/preview/preview-cad-image.png)
|
||||
The preview effect of PDF preview mode is as follows
|
||||
![cad2](https://kkview.cn/img/preview/preview-cad-pdf.png)
|
||||
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.There is a way to deploy it as below.
|
||||
|
||||
### Quick Start
|
||||
> Technology stack
|
||||
- Spring boot: [spring boot Development Reference Guide](http://www.kailing.pub/PdfReader/web/viewer.html?file=springboot)
|
||||
|
@ -124,7 +58,6 @@ Considering space issues, the pictures of other types of documents will not be s
|
|||
|
||||
2. 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.
|
||||
![输入图片说明](https://gitee.com/uploads/images/2017/1213/100221_ea15202e_492218.png "屏幕截图.png")
|
||||
|
||||
### Changelog
|
||||
> December 14, 2022, version 4.1.0 released:
|
||||
|
@ -251,4 +184,4 @@ The year-end major update of 2020 includes comprehensive architecture design, co
|
|||
1. Add `pdf.js` to preview the documents such as doc,etc.,support for generating doc headlines as pdf menu,support for mobile preview
|
||||
|
||||
### Sponsor Us
|
||||
If this project has been helpful to you, we welcome your sponsorship. Your support is our greatest motivation.!
|
||||
If this project has been helpful to you, we welcome your sponsorship. Your support is our greatest motivation.!
|
||||
|
|
Loading…
Reference in New Issue