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
description: "Common information that targets more than one library"
330
+
description: "Common information that targets more than one library."
322
331
-
323
332
scope:
324
333
path: "troubleshooting"
325
334
values:
326
-
description: "Find solutions to common issues that you may observe when working with the Telerik NuGet server and the NuGet packages it provides"
335
+
description: "Find solutions to common issues that you may observe when working with the Telerik NuGet server and the NuGet packages it provides."
327
336
-
337
+
scope:
338
+
path: "security"
339
+
values:
340
+
description: "See Telerik's security guidelines, best practices, and reporting processes to protect our products, outlining how customers and researchers can report issues and how we address them."
Copy file name to clipboardExpand all lines: distribution-and-licensing/redistributing-telerik-document-processing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Telerik Document Processing is part of several Telerik bundles and is licensed u
18
18
| UI for WinForms |[Protecting the Telerik UI for WinForms Assemblies](https://docs.telerik.com/devtools/winforms/deployment-and-distribution/redistributing-telerik-ui-for-winforms#usingthe-telerik-document-processing-libraries-in-your-solutions)|
19
19
| UI for ASP.NET MVC |[ ASP.NET MVC Document Processing Overview](https://docs.telerik.com/aspnet-mvc/document-processing)|
20
20
| UI for ASP.NET Core |[ ASP.NET Core Document Processing Overview](https://docs.telerik.com/aspnet-core/document-processing#telerik-document-processing)|
21
-
| UI for Blazor |[ Blazor Document Processing Overview](https://docs.telerik.com/blazor-ui/components/document-processing/overview)|
21
+
| UI for Blazor |[ Blazor Document Processing Overview](https://docs.telerik.com/blazor-ui/integrations/document-processing-libraries)|
22
22
| UI for WinUI |[ WinUI Document Processing Overview](https://docs.telerik.com/devtools/winui/controls/document-processing/overview)|
23
23
| UI for Silverlight ([Discontinued](https://www.telerik.com/products/silverlight/overview.aspx)) |[Protecting the Telerik UI for Silverlight Assemblies](https://docs.telerik.com/devtools/silverlight/licensing/protecting-telerik-assembly#protect-the-telerik-documents-assemblies-by-editing-the-source-code)|
Copy file name to clipboardExpand all lines: getting-started/Installation/nuget-packages.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If your workflow relies on NuGet for package management, you can take advantage
19
19
#### This article contains the following sections:
20
20
21
21
*[NuGet packages for .NET Framework and .NET Core for Windows](#packages-for-net-framework-and-net-core-for-windows)
22
-
*[Packages for .NET Standard 2.0 (.NET Core, .NET 5, .NET 6)](#packages-for-net-standard-20-net-core-net-5-net-6)
22
+
*[Packages for .NET Standard 2.0 (.NET Core, .NET 6/.NET 8/.NET 9)](#packages-for-net-standard-20-net-core-net-6-net-8)
23
23
*[Get the NuGet Packages](#get-the-nuget-packages)
24
24
25
25
@@ -53,7 +53,7 @@ The following list represents the available NuGet packages for the Document Proc
53
53
*__Telerik.Windows.Zip:__ The package is required when working with zipped formats, such as `DOCX` and `XLSX`. It can be used as a standalone library as well.
54
54
*__Telerik.Windows.Zip.Extensions:__ The package provides methods for working with files and platform specific operations.
55
55
56
-
## Packages for .NET Standard 2.0 (.NET Core, .NET 5, .NET 6)
56
+
## Packages for .NET Standard 2.0 (.NET Core, .NET 6/.NET 8/.NET 9)
57
57
58
58
The following list represents the available NuGet packages for the Document Processing libraries that you can use with [.NET Standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md):
59
59
@@ -71,8 +71,12 @@ The following list represents the available NuGet packages for the Document Proc
71
71
*__Telerik.Documents.SpreadsheetStreaming:__ The main package for generating huge spreadsheet files while using minimum resources.
72
72
*__Telerik.Zip:__ The package is required when working with zipped formats, such as `DOCX` and `XLSX`. It can be used as a standalone library as well.
73
73
74
+
## See Also
75
+
76
+
-[How to Obtain Telerik Document Processing Libraries for .NET Framework, .NET Standard, .NET Core, .NET 6/.NET 8/.NET 9]({%slug distribute-telerik-document-processing-libraries-net-versions%})
74
77
75
78
76
79
## See Also
77
80
78
81
*[Restoring NuGet Packages in Your CI Workflow]({%slug using-nuget-keys%})
82
+
*[How to Obtain Telerik Document Processing Libraries for .NET Framework, .NET Standard, .NET Core, .NET 6/.NET 8/.NET 9]({%slug distribute-telerik-document-processing-libraries-net-versions%})
Copy file name to clipboardExpand all lines: introduction.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ position: 0
31
31
32
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.
33
33
34
+
*[Timeout Mechanism]({%slug timeout-mechanism-in-dpl%}) for importing and exporting documents. The **Import** and **Export** methods of all FormatProviders have a mandatory *TimeSpan?* timeout parameter after which the operation will be cancelled.
35
+
34
36
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).
35
37
36
38
## Supported Formats
@@ -55,10 +57,10 @@ The Telerik Document Processing libraries support the following file formats:
55
57
56
58
## Available Assemblies
57
59
58
-
>The Telerik Document Processing libraries are available in **.NET Framework**, **.NET Core/.NET 6/.NET 8** (or newer) for Windows and **.NET Standard** compatible versions. You can download the assemblies of these libraries from the following products:
60
+
>The Telerik Document Processing libraries are available in **.NET Framework**, **.NET Core/.NET 6/.NET 8/.NET 9** (or newer) for Windows and **.NET Standard** compatible versions. You can download the assemblies of these libraries from the following products:
0 commit comments