Skip to content

Commit f66099f

Browse files
committed
Add images for the processing overview articles
1 parent 2de9fe4 commit f66099f

File tree

10 files changed

+22
-13
lines changed

10 files changed

+22
-13
lines changed

Diff for: introduction.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ position: 0
1414

1515
![DPL Ninja](images/dpl-ninja.png)
1616

17+
{% if site.has_cta_panels == true %}
18+
{% include cta-panel-introduction.html %}
19+
{% endif %}
20+
1721
## Key Features
1822

1923
* **UI-Independent**: The libraries are UI-Independent and cover all .NET technologies, from desktop and web to mobile, and can be deployed in client, server-side and cloud apps.
@@ -25,14 +29,10 @@ position: 0
2529

2630
* **Any document. Any Business.**: The Telerik Document Processing is suitable for various business cases and scenarios, where document creation or manipulation is required.
2731

28-
* **Support for Variety of File Formats**: The Telerik Document Processing includes 5 libraries for manipulating PDF, Word, Excel and ZIP files in your application.
32+
* **Support for Variety of File Formats**: The Telerik Document Processing includes 5 libraries for manipulating [Office Open XML](https://en.wikipedia.org/wiki/Office_Open_XML) file formats and PDF documents in your application.
2933

3034
For more details about the benefits of using Telerik Document Processing, see the [Telerik Document Processing product overview page](https://www.telerik.com/document-processing-libraries).
3135

32-
{% if site.has_cta_panels == true %}
33-
{% include cta-panel-introduction.html %}
34-
{% endif %}
35-
3636
## Supported Formats
3737

3838

@@ -64,7 +64,7 @@ The Telerik Document Processing libraries support the following file formats:
6464
|[UI for ASP.NET AJAX](https://www.telerik.com/products/aspnet-ajax.aspx)|[UI for ASP.NET Core](https://www.telerik.com/aspnet-core-ui)|
6565
|[UI for WPF](https://www.telerik.com/products/wpf/overview.aspx)|[UI for Blazor](https://www.telerik.com/blazor-ui)|
6666
|[UI for WinForms](https://www.telerik.com/products/winforms.aspx)|[UI for WinUI](https://www.telerik.com/winui)|
67-
|[UI for Silverlight](https://www.telerik.com/products/silverlight/overview.aspx)|[UI for .NET MAUI](https://www.telerik.com/maui-ui)|
67+
|[UI for Silverlight (discontinued)](https://www.telerik.com/products/silverlight/overview.aspx)|[UI for .NET MAUI](https://www.telerik.com/maui-ui)|
6868

6969
Both versions are available as [NuGet packages]({%slug installation-nuget-packages%}) but with different names. The assemblies for .NET Standard do not contain the word Windows in their name.
7070

@@ -90,7 +90,7 @@ Telerik Document Processing features the following components:
9090

9191
Telerik Document Processing is a commercial library. You are welcome to explore its full functionality and get technical support from the team when you register for a free 30-day trial. To use it commercially, you need to [purchase a license](https://www.telerik.com/purchase.aspx). Feel free to review the Telerik [License Agreement](https://www.telerik.com/purchase/license-agreement/devcraft-complete-dlw-s) to get acquainted with the full terms of use.
9292

93-
>Telerik Document Processing is available as part of **DevCraft**, **UI for ASP.NET Core**, **UI for ASP.NET MVC**, **UI for ASP.NET AJAX**, **UI for Blazor**, **UI for .NET MAUI**, **UI for Xamarin**, **UI for WPF**, **UI for WinForms**, **UI for Silverlight**. The libraries are subject of the license under which you've obtained the assemblies.
93+
>Telerik Document Processing is available as part of **DevCraft**, **UI for ASP.NET Core**, **UI for ASP.NET MVC**, **UI for ASP.NET AJAX**, **UI for Blazor**, **UI for .NET MAUI**, **UI for Xamarin**, **UI for WPF**, **UI for WinForms**, **UI for Silverlight***. The libraries are subject of the license under which you've obtained the assemblies. ( * [Learn about Telerik UI for Silverlight discontinuation, end user options and alternatives.](https://www.telerik.com/products/silverlight/overview.aspx)).
9494
9595
## Support Options
9696

10.4 KB
Loading

Diff for: libraries/radpdfprocessing/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ position: 0
1111

1212
**RadPdfProcessing** is a processing library that allows you to create, import, and export PDF documents from your code. You can use it in any web or desktop .NET application without relying on third-party software like Adobe Acrobat.
1313

14+
![PdfProcessing](images/pdf-processing-overview.png)
15+
1416
In this article, we list the library's most popular features. If you want to learn how to use the library, head straight to the **[Getting Started with RadPdfProcessing]({%slug radpdfprocessing-getting-started%})** article.
1517

1618
>note If you still don't have **Telerik Document Processing installed**, check the **[First Steps]({%slug getting-started-first-steps%})** topic to learn how to obtain the packages through the different suites with Telerik controls.
Loading

Diff for: libraries/radspreadprocessing/overview.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ position: 0
99

1010
# Overview
1111

12-
RadSpreadProcessing is a powerful library that enables you to create applications with native support for spreadsheet documents. With RadSpreadProcessing, you can create spreadsheets from scratch, modify existing documents or convert between the most common spreadsheet formats. You can save the generated workbook to a local file, stream, or stream it to the client browser.
12+
**RadSpreadProcessing** is a powerful library that enables you to create applications with native support for spreadsheet documents. With RadSpreadProcessing, you can create spreadsheets from scratch, modify existing documents or convert between the most common spreadsheet formats. You can save the generated workbook to a local file, stream, or stream it to the client browser.
13+
14+
![SpreadProcessing](images/spread-processing-overview.png)
1315

1416
In this article, we list the library's most popular features. If you want to start using the library right away, see **[Getting Started with RadSpreadStreamProcessing]({%slug radspreadstreamprocessing-getting-started%})**.
1517

Loading

Diff for: libraries/radwordsprocessing/overview.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ position: 0
1212

1313
**RadWordsProcessing** is a processing library that allows you to create, modify and export documents to a variety of formats. Through the API, you can access each element in the document and modify, remove it or add a new one. The generated content you can save as a stream, as a file, or send it to the client browser.
1414

15-
![Rad Words Processing Overview 02](images/RadWordsProcessing_Overview_01.png)
15+
![WordsProcessing](images/words-processing-overview.png)
16+
17+
>note If 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.
1618
17-
>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.
19+
>note For details on the **usage of the library**, go to the **[Getting Started]({%slug radwordsprocessing-getting-started%})** article.
1820
19-
>noteFor details on the **usage of the library**, go to the **[Getting Started]({%slug radwordsprocessing-getting-started%})** article.
21+
![Rad Words Processing Overview 02](images/RadWordsProcessing_Overview_01.png)
2022

2123
## Model
2224
The model of **RadWordsProcessing** includes:
10.3 KB
Loading
124 KB
Loading

Diff for: libraries/radziplibrary/overview.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ position: 0
99

1010
# Overview
1111

12-
Have you ever wondered how to increase the responsiveness of your applications by compressing the data that you send over the internet? With __RadZipLibrary__ you can compress data like images, DOCX or PDF files and send them over the wire. Thus, you will achieve fast and secure transactions.
12+
With **RadZipLibrary** you can compress and combine files in ZIP archives, browse and extract files from existing ZIP archives and compress streams for easy file shipping and reduced storage space.
1313

14-
![Zip Library Overview 01](images/ZipLibrary_Overview_01.png)
14+
![ZipLibrary](images/zip-library-overview.png)
15+
16+
You can compress data like images, DOCX or PDF files and send them over the wire. Thus, you will achieve fast and secure transactions.
17+
![Zip Library Overview 01](images/ziplibrary-overview.gif)
1518

1619
This is a list with short descriptions of the top-of-the-line features of Telerik's __Zip Library__ control:
1720

0 commit comments

Comments
 (0)