Skip to content

Commit 179320e

Browse files
committed
added demo links for zip library
1 parent 9eaae26 commit 179320e

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

libraries/radziplibrary/features/compress-stream.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ CompressedStream derives from the Stream class and therefore it supports all its
154154

155155
* [Protect ZipArchive]({%slug radziplibrary-protect-ziparchive%})
156156
* [Compression Settings]({%slug radziplibrary-compression-settings%})
157+
* [ZipLibrary Stream Compression Demo](https://demos.telerik.com/document-processing/ziplibrary/compress_stream)

libraries/radziplibrary/features/protect-ziparchive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ In order to open a password-protected __ZipArchive__, you need to pass a __Defau
141141

142142
* [Getting Started]({%slug radziplibrary-gettingstarted%})
143143
* [Update ZipArchive]({%slug radziplibrary-update-ziparchive%})
144+
* [ZipLibrary Archive Protection Demo](https://demos.telerik.com/document-processing/ziplibrary/archive_protection)

libraries/radziplibrary/gettingstarted.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,4 @@ For more complete examples head to the [Developer Focused Examples]({%slug radzi
153153

154154
* [First Steps in Using Telerik Document Processing]({%slug getting-started-first-steps%})
155155
* [Update ZipArchive]({%slug radziplibrary-update-ziparchive%})
156+
* [ZipLibrary Basic Usage Demo](https://demos.telerik.com/document-processing/ziplibrary)

libraries/radziplibrary/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ This is a list with short descriptions of the top-of-the-line features of Teleri
3333
>noteIf you still don't have **Telerik Document Processing installed**, check the **[First Steps]({%slug getting-started-first-steps%})** topic to learn how you can obtain the packages through the different suites.
3434
3535
>noteFor details on the **usage of the library**, go to the **[Getting Started]({%slug radziplibrary-gettingstarted%})** article.
36+
37+
## Online Demos
38+
39+
|Demo|Description|
40+
|----|----|
41+
|[ZipLibrary Basic Usage](https://demos.telerik.com/document-processing/ziplibrary)|The Zip library allows your application to read all the data from a ZIP file simultaneously and display the information about the compressed files in a Grid.|
42+
|[ZipLibrary Stream Compression](https://demos.telerik.com/document-processing/ziplibrary/compress_stream)|The example demonstrates how to easily compress streams with the preferred compression level.|
43+
|[ZipLibrary Archive Protection](https://demos.telerik.com/document-processing/ziplibrary/archive_protection)|The ZipLibrary lets you password-protect and open ZIP archive with a password.|

0 commit comments

Comments
 (0)