You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: introduction.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ position: 0
14
14
15
15

16
16
17
+
{% if site.has_cta_panels == true %}
18
+
{% include cta-panel-introduction.html %}
19
+
{% endif %}
20
+
17
21
## Key Features
18
22
19
23
***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
25
29
26
30
***Any document. Any Business.**: The Telerik Document Processing is suitable for various business cases and scenarios, where document creation or manipulation is required.
27
31
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.
29
33
30
34
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).
31
35
32
-
{% if site.has_cta_panels == true %}
33
-
{% include cta-panel-introduction.html %}
34
-
{% endif %}
35
-
36
36
## Supported Formats
37
37
38
38
@@ -64,7 +64,7 @@ The Telerik Document Processing libraries support the following file formats:
64
64
|[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)|
65
65
|[UI for WPF](https://www.telerik.com/products/wpf/overview.aspx)|[UI for Blazor](https://www.telerik.com/blazor-ui)|
66
66
|[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)|
68
68
69
69
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.
70
70
@@ -90,7 +90,7 @@ Telerik Document Processing features the following components:
90
90
91
91
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.
92
92
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)).
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/overview.md
+2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ position: 0
11
11
12
12
**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.
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.
15
17
16
18
>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.
Copy file name to clipboardExpand all lines: libraries/radspreadprocessing/overview.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ position: 0
9
9
10
10
# Overview
11
11
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.
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%})**.
Copy file name to clipboardExpand all lines: libraries/radwordsprocessing/overview.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,13 @@ position: 0
12
12
13
13
**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.
14
14
15
-

>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.
16
18
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.
18
20
19
-
>noteFor details on the **usage of the library**, go to the **[Getting Started]({%slug radwordsprocessing-getting-started%})** article.
21
+

Copy file name to clipboardExpand all lines: libraries/radziplibrary/overview.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,12 @@ position: 0
9
9
10
10
# Overview
11
11
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.
0 commit comments