Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions getting-started/Installation/nuget-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If your workflow relies on NuGet for package management, you can take advantage
#### This article contains the following sections:

* [NuGet packages for .NET Framework and .NET Core for Windows](#packages-for-net-framework-and-net-core-for-windows)
* [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)
* [Packages for .NET Standard 2.0 (Support for .NET Core, .NET 6/.NET 8/.NET 9)](#packages-for-net-standard-20-net-core-net-6-net-8)
* [Get the NuGet Packages](#get-the-nuget-packages)


Expand All @@ -35,6 +35,8 @@ If your workflow relies on NuGet for package management, you can take advantage

![installation-nuget-packages 000](images/installation-nuget-packages000.png)

>important The .NET Standard packages are compatible with any .NET version (e.g .NET 9), even if there are no packages explicitly available for the specific versions. The same applies to the .NET Framework packages.

## Packages for .NET Framework and .NET Core for Windows

The following list represents the available NuGet packages for the Document Processing libraries that you can use with the .NET Framework or .NET Core for Windows. Although we offer them as an addition to the Telerik UI components, you can use them without any UI components:
Expand All @@ -53,7 +55,7 @@ The following list represents the available NuGet packages for the Document Proc
* __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.
* __Telerik.Windows.Zip.Extensions:__ The package provides methods for working with files and platform specific operations.

## Packages for .NET Standard 2.0 (.NET Core, .NET 6/.NET 8/.NET 9)
## Packages for .NET Standard 2.0 (Support for .NET Core, .NET 6/.NET 8/.NET 9)

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):

Expand Down
4 changes: 2 additions & 2 deletions getting-started/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This sample application will use [RadWordsProcessing]({%slug radwordsprocessing-
* __Telerik.Windows.Documents.Flow.dll__
* __Telerik.Windows.Zip.dll__

For .NET Core/.NET 6/.NET 8/.NET 9 project:
For .NET Standard (.NET Core/.NET 6/.NET 8/.NET 9) project:
* __Telerik.Documents.Core.dll__
* __Telerik.Documents.Flow.dll__
* __Telerik.Zip.dll__
Expand All @@ -65,7 +65,7 @@ This sample application will use [RadWordsProcessing]({%slug radwordsprocessing-
For .NET Framework project:
* __Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll__

For .NET Core/.NET 6/.NET 8/.NET 9 project:
For .NET Standard (.NET Core/.NET 6/.NET 8/.NET 9) project:
* __Telerik.Documents.Flow.FormatProviders.Pdf.dll__

> The Document Processing assemblies for .NET 6/.NET 8/.NET 9 don't contain "Windows" in their names.
Expand Down
4 changes: 3 additions & 1 deletion getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Telerik Document Processing includes a set of cross-platform libraries that let

The following tables list all Telerik Document Processing assemblies for the different platforms and their roles:

### Assemblies for .NET Standard and .NET 6/.NET 8/.NET 9
>important The .NET Standard assemblies are compatible with any .NET version (e.g .NET 9), even if there are no assemblies explicitly available for the specific versions. The same applies to the .NET Framework assemblies.

### Assemblies for .NET Standard (Support for .NET 6/.NET 8/.NET 9)

| Assembly Name| Description |
|-------|----------------|
Expand Down