Skip to content

Commit bb17292

Browse files
Updated README.md
1 parent 1eea5e6 commit bb17292

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed

Demos/Ktor/README.md

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,38 @@
11
![GroupDocs.Conversion](https://raw.githubusercontent.com/groupdocs-Conversion/groupdocs-Conversion.github.io/master/resources/image/banner.png "GroupDocs.Conversion")
22
# GroupDocs.Conversion for Java Ktor Example
33
New GroupDocs.Conversion for Java Ktor UI Example
4-
###### version 23.5
4+
###### version 23.6
55

66
[![GitHub license](https://img.shields.io/github/license/groupdocs-Conversion/GroupDocs.Conversion-for-Java-Spring.svg)](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java-Spring/blob/master/LICENSE)
77

88
## System Requirements
99
- Java 11+ (JDK 11+)
1010

1111

12-
## Compare documents with Java API
12+
## Document converter with Java API
1313

14-
**GroupDocs.Conversion for Java** is a library that allows you to **compare PDF, DOCX, PPT, XLS,** and over 90 other document formats. With GroupDocs.Conversion for Java you will be able to compare two or more files, perform style and text Conversion and generate a detailed report with changes.
14+
**GroupDocs.Conversion for Java API** is a library that allows you to **convert word to PDF, PNG, JPG** and to many other document or image formats supported by the library. Using powerful and flexible GroupDocs.Conversion API you will be able to convert multitude document formats with a wide set of different options.
1515

16-
This application allows you to compare multiple documents and can be used as a standalone application or integrated as part of your project.
16+
This web application allows you to convert documents between different formats using simple modern UI. While it can be used as a standalone application it also can be integrated as part of your project.
1717

1818
**Note:** without a license application will run in trial mode, purchase [GroupDocs.Conversion for Java license](https://purchase.groupdocs.com/order-online-step-1-of-8.aspx) or request [GroupDocs.Conversion for Java temporary license](https://purchase.groupdocs.com/temporary-license).
1919

20+
| Document family | Supported formats | Supported conversions |
21+
| ------------------------ | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
22+
| Microsoft Word | `Doc`,`Docm`,`Docx`,`Dot`,`Dotm`,`Dotx`,`Rtf`,`Txt`,`Odt`,`Ott` | `Word to Rtf`,`Word to Txt`,`Word to Html`,`Word to Odt`,`Word to Ott`,`Word to Epub`,`Word to Pdf`,`Word to Image`,`Word to Cells`,`Word to Slides` |
23+
| Microsoft Excel | `Xls`,`Xls2003`,`Xlsb`,`Xlsm`,`Xlsx` | `Excel to Word`,`Excel to Pdf`,`Excel to Epub`,`Excel to Html`,`Excel to Image`,`Excel to Slides` |
24+
| Portable Document Format | `Pdf` | `Pdf to Word`,`Pdf to Epub`,`Pdf to Html`,`Pdf to Image`,`Pdf to Cells`,`Pdf to Slides` |
25+
| Microsoft PowerPoint | `Ppt`,`Pps`,`Pptx`,`Ppsx`,`Odp` | `Slides to Word`,`Slides to Pdf`,`Slides to Epub`,`Slides to Html`,`Slides to Image`,`Slides to Excel` |
26+
| Microsoft Visio | `Vsd`,`Vsdx`,`Vss`,`Vst`,`Vsx`,`Vtx`,`Vdw`,`Vdx`,`Svg` | `Visio to Word`,`Visio to Pdf`,`Visio to Epub`,`Visio to Html`,`Visio to Image`,`Visio to Excel`,`Visio to Slides` |
27+
| Microsoft Project | `Mpt`,`Mpp` | `Tasks to Word`,`Tasks to Pdf`,`Tasks to Epub`,`Tasks to Html`,`Tasks to Image`,`Tasks to Excel`,`Tasks to Slides` |
28+
| HTML | `Html` | `Html to Word`,`Html to Pdf`,`Html to Epub`,`Html to Cells`,`Html to Slides` |
29+
| Images | `Xps`,`Tiff`,`Tif`,`Jpeg`,`Jpg`,`Png`,`Gif`,`Bmp`,`Ico`,`Dxf`,`Dwg`,`Psd` | `Image to Word`,`Image to Pdf`,`Image to Epub`,`Image to Html`,`Image to Image`,`Image to Cells`,`Image to Slides` |
2030

2131
## Demo Video
2232

2333
<p align="center">
2434
<a title="Document Conversion for JAVA " href="https://www.youtube.com/watch?v=82RuvtV2qpw">
25-
<img src="https://raw.githubusercontent.com/groupdocs-Conversion/groupdocs-Conversion.github.io/master/resources/image/Conversion.gif" width="100%" style="width:100%;">
35+
<img src="https://raw.githubusercontent.com/groupdocs-conversion/groupdocs-conversion.github.io/master/resources/image/conversion.gif" width="100%" style="width:100%;">
2636
</a>
2737
</p>
2838

@@ -32,19 +42,12 @@ This application allows you to compare multiple documents and can be used as a s
3242
- Clean, modern and intuitive design
3343
- Easily switchable colour theme (create your own colour theme in 5 minutes)
3444
- Responsive design
45+
- Convert individual documents
46+
- Batch convert multiple files
3547
- Mobile support (open application on any mobile device)
3648
- HTML and image modes
37-
- Fully customizable navigation panel
38-
- Compare documents
39-
- Multi-compare several documents
40-
- Compare password protected documents
49+
- Drag and Drop support
4150
- Upload documents
42-
- Display clearly visible differences
43-
- Download Conversion results
44-
- Print Conversion results
45-
- Smooth document scrolling
46-
- Preload pages for faster document rendering
47-
- Multi-language support for displaying errors
4851
- Cross-browser support (Safari, Chrome, Opera, Firefox)
4952
- Cross-platform support (Windows, Linux, MacOS)
5053

@@ -109,7 +112,7 @@ Download [latest release](https://github.com/groupdocs-Conversion/GroupDocs.Conv
109112
```bash
110113
curl -J -L -o release.tar.gz https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java/releases/download/v23.5/groupdocs-Conversion-ktor-23.5.0.tar
111114
tar -xvzf release.tar.gz
112-
cd release/Conversion-ktor-23.5
115+
cd release/Conversion-ktor-23.6
113116
## Make `bin/Conversion-ktor` file to be runnable
114117
bin/Conversion-ktor
115118
## Open http://localhost:8080/Conversion/ in your favorite browser.
@@ -120,11 +123,10 @@ You can adjust settings in `/src/main/resources/application.conf`. Specify relat
120123

121124
### Conversion configuration options
122125

123-
| Option | Type | Default value | Description |
124-
|------------------------| ------- |:---------------------:|:---------------------------------------------------------------------------------------------------------------------|
125-
| **`filesDirectory`** | String | `DocumentSamples` | Files directory path. Indicates where uploaded and predefined files are stored. It can be absolute or relative path |
126-
| **`tempDirectory`** | String | system temp directory | Absolute or relative path to directory to save temporary files |
127-
| **`resultDirectory`** | String | `ResultFiles` | Result files directory path. Directory must be created before app starts |
126+
| Option | Type | Default value | Description |
127+
| ---------------------------------- | ------- |:-----------------:|:-------------------------------------------------------------------------------------------------------------------------------------------- |
128+
| **`filesDirectory`** | String | `DocumentSamples` | Files directory path. Indicates where uploaded and predefined files are stored. It can be absolute or relative path |
129+
| **`resultDirectory`** | String | | Absolute path to result files directory |
128130

129131
## License
130132
The MIT License (MIT).
@@ -133,12 +135,9 @@ Please have a look at the LICENSE.md for more details
133135

134136
## GroupDocs Conversion on other platforms & frameworks
135137

136-
- [Compare documents](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java/tree/master/Demos/Compose) with Kotlin in Compose Desktop application
137-
- [Compare documents](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java/tree/master/Demos/Dropwizard) with JAVA Dropwizard
138-
- [Compare documents](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java/tree/master/Demos/Javalin) with Javalin application
139-
- [Compare documents](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java/tree/master/Demos/Spring) with Spring application
140-
- [Compare documents](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-.NET-MVC) with .NET MVC
141-
- [Compare documents](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-.NET-WebForms) with .NET WebForms
142-
138+
- [Document converter](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java-Dropwizard) with JAVA Dropwizard
139+
- [Document converter](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java-Spring) with JAVA Spring
140+
- [Document converter](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-.NET-MVC) with .NET MVC
141+
- [Document converter](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-.NET-WebForms) with .NET WebForms
143142

144143
[Home](https://www.groupdocs.com/) | [Product Page](https://products.groupdocs.com/Conversion/java) | [Documentation](https://docs.groupdocs.com/Conversion/java/) | [Demos](https://products.groupdocs.app/Conversion/family) | [API Reference](https://apireference.groupdocs.com/java/Conversion) | [Examples](https://github.com/groupdocs-Conversion/GroupDocs.Conversion-for-Java/tree/master/Examples) | [Blog](https://blog.groupdocs.com/category/Conversion/) | [Free Support](https://forum.groupdocs.com/c/Conversion) | [Temporary License](https://purchase.groupdocs.com/temporary-license)

0 commit comments

Comments
 (0)