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: getting-started/Installation/nuget-packages.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ If your workflow relies on NuGet for package management, you can take advantage
37
37
38
38
>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.
39
39
40
+
>note As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
41
+
40
42
## Packages for .NET Framework and {{site.dotnetversions}} for Windows
41
43
42
44
The following list represents the available NuGet packages for the Document Processing libraries that you can use with the .NET Framework or {{site.dotnetversions}} for Windows. Although we offer them as an addition to the Telerik UI components, you can use them without any UI components:
@@ -54,7 +56,7 @@ The following list represents the available NuGet packages for the Document Proc
54
56
*__Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls:__ This package is required for the import/export of `XLS` documents.
55
57
*__Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf:__ Required for the export of RadSpreadProcessing documents to `PDF`.
56
58
*__Telerik.Windows.Documents.SpreadsheetStreaming:__ The main package for generating huge spreadsheet files while using minimum resources.
57
-
*__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.
59
+
*__Telerik.Windows.Zip:__ It can be used as a standalone library as well.
58
60
*__Telerik.Windows.Zip.Extensions:__ The package provides methods for working with files and platform specific operations.
59
61
60
62
## Packages for .NET Standard 2.0 (Support for {{site.dotnetversions}})
@@ -75,7 +77,7 @@ The following list represents the available NuGet packages for the Document Proc
75
77
*__Telerik.Documents.Spreadsheet.FormatProviders.Xls:__ This package is required for the import/export of `XLS` documents.
76
78
*__Telerik.Documents.Spreadsheet.FormatProviders.Pdf:__ Required for the export of RadSpreadProcessing documents to `PDF`.
77
79
*__Telerik.Documents.SpreadsheetStreaming:__ The main package for generating huge spreadsheet files while using minimum resources.
78
-
*__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.
80
+
*__Telerik.Zip:__ It can be used as a standalone library as well.
Copy file name to clipboardExpand all lines: getting-started/first-steps.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -55,12 +55,14 @@ This sample application will use [RadWordsProcessing]({%slug radwordsprocessing-
55
55
For .NET Framework project:
56
56
* __Telerik.Windows.Documents.Core.dll__
57
57
* __Telerik.Windows.Documents.Flow.dll__
58
-
* __Telerik.Windows.Zip.dll__
58
+
* ~~Telerik.Windows.Zip.dll~~*
59
59
60
60
For .NET Standard ({{site.dotnetversions}}) project:
61
61
* __Telerik.Documents.Core.dll__
62
62
* __Telerik.Documents.Flow.dll__
63
-
* __Telerik.Zip.dll__
63
+
* ~~Telerik.Zip.dll~~*
64
+
65
+
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
64
66
65
67
1. Reference the assembly that allows you to export the content as a PDF file:
Copy file name to clipboardExpand all lines: getting-started/getting-started.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The following tables list all Telerik Document Processing assemblies for the dif
39
39
|**Telerik.Documents.Spreadsheet.FormatProviders.Pdf.dll**| This assembly is needed for exporting to PDF documents. |
40
40
|**Telerik.Documents.Spreadsheet.FormatProviders.Xls.dll**| This assembly is needed for processing XLS documents. |
41
41
|**Telerik.Documents.SpreadsheetStreaming.dll**| The main assembly for generating huge spreadsheet files using minimum resources. |
42
-
|**Telerik.Zip.dll**| Needed for working with zipped formats (DOCX, XLSX) and PDF. It is the main assembly of the [Telerik Zip Library]({%slug radziplibrary-overview%}). |
42
+
|**Telerik.Zip.dll**|It is the main assembly of the [Telerik Zip Library]({%slug radziplibrary-overview%}). |
43
43
44
44
45
45
### Assemblies for .NET Framework
@@ -60,7 +60,7 @@ The following tables list all Telerik Document Processing assemblies for the dif
60
60
|**Telerik.Windows.Documents.Fixed.FormatProviders.Ocr.dll**| This assembly is needed for the [Optical Character Recognition (OCR)]({%slug radpdfprocessing-formats-and-conversion-ocr-ocrformatprovider%}) functionality. |
61
61
|**Telerik.Windows.Documents.Tesseract.Ocr.dll**| This assembly is needed for the [Optical Character Recognition (OCR)]({%slug radpdfprocessing-formats-and-conversion-ocr-ocrformatprovider%}) functionality. |
62
62
|**Telerik.Windows.Documents.CMapUtils.dll**| Provides a default implementation for getting the data of a predefined CMap table by a given name. The assembly is optional and you will need to include a reference to it only if you need to process documents with [CMap tables]({%slug radpdfprocessing-concepts-cmap-tables%}). |
63
-
|**Telerik.Windows.Zip.dll**| Needed for working with zipped formats (DOCX, XLSX) and PDF. It is the main assembly of the [Telerik Zip Library]({%slug radziplibrary-overview%}). |
63
+
|**Telerik.Windows.Zip.dll**|It is the main assembly of the [Telerik Zip Library]({%slug radziplibrary-overview%}). |
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/cross-platform/overview.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ In order to use the model of the **RadPdfProcessing** library in your cross-plat
21
21
22
22
***Telerik.Documents.Core.dll**
23
23
***Telerik.Documents.Fixed.dll**
24
-
***Telerik.Zip.dll**
24
+
*~~Telerik.Zip.dll~~*
25
+
26
+
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
25
27
26
28
To export images different than Jpeg and Jpeg2000 or ImageQuality different than High you will need to add references to the following **.Net Standard** assembly:
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/formats-and-conversion/pdf/pdfformatprovider/pdfformatprovider.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,9 @@ In order to use the format provider, you need to add references to the following
18
18
19
19
* Telerik.Windows.Documents.Core.dll
20
20
* Telerik.Windows.Documents.Fixed.dll
21
-
* Telerik.Windows.Zip.dll
21
+
*~~Telerik.Windows.Zip.dll~~*
22
22
23
+
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
23
24
24
25
The PdfFormatProvider class of RadPdfProcessing is located in the **Telerik.Windows.Documents.Fixed.FormatProviders.Pdf** namespace.
Copy file name to clipboardExpand all lines: libraries/radspreadprocessing/cross-platform-support/cross-platform.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,11 @@ To use the model of **RadSpreadProcessing** in your cross-platform project, you
28
28
|**Telerik.Documents.Spreadsheet.FormatProviders.Xls.dll**| Required for working with XLS files. |
29
29
|**Telerik.Documents.Fixed.dll**| Required for exporting to PDF files. |
30
30
|**Telerik.Documents.Spreadsheet.FormatProviders.Pdf.dll**| Required for exporting to PDF files. |
31
-
|**Telerik.Zip.dll**| Required for working with XSLX, XLS and PDF files. |
31
+
|~~Telerik.Zip.dll~~*|~~Required for working with XSLX, XLS and PDF files.~~|
32
32
|**Telerik.Documents.ImageUtils.dll** <br><sub>_This assembly is not available in UI for Xamarin._</sub> | Required when you need to export to PDF documents containing images different than **Jpeg** and **Jpeg2000** or **ImageQuality** different than High. |
33
33
34
+
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
35
+
34
36
>note The **Telerik.Documents.ImageUtils.dll** assembly depends on **SkiaSharp**. In order to use this assembly, you will need to add a reference to [SkiaSharp](https://www.nuget.org/packages/SkiaSharp/). With the [R2 2023 changes](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/changes-and-backward-compatibility/backward-compatibility#whats-different-in-2023-r2) SkiaSharp replaced ImageSharp as the required dependency.
35
37
36
38
> Note that for .NET Framework, {{site.dotnetversions}} with Windows Compatibility Pack projects, the references contain "Windows" in their names (e.g. **Telerik.Windows.Documents.Core.dll**)
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
Copy file name to clipboardExpand all lines: libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsm/xlsmformatprovider.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,10 @@ __XlsmFormatProvider__ makes it easy to import and export Xlsm (Excel Workbook t
17
17
> Currently the Macros are only preserved during import and export. They cannot be executed or changed in the code.
18
18
19
19
>Unlike the CSV and TXT format providers, the __XlsmFormatProvider__ requires references to the following assemblies:
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
27
24
28
25
Once you reference the aforementioned assemblies, you need to create an instance of the __XlsmFormatProvider__ in order to import and export Xlsm (Excel Workbook) files. This provider appears in the Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsm namespace. __XlsmFormatProvider__ implements the __IWorkbookFormatProvider__ interface, which in turn appears in the Telerik.Windows.Documents.Spreadsheet.FormatProviders. Depending on the whether you would like to work with the concrete class or the interface, you would need to include either the first or both namespaces.
Copy file name to clipboardExpand all lines: libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsx/xlsxformatprovider.md
+4-7
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,11 @@ position: 2
15
15
__XlsxFormatProvider__ makes it easy to import and export XLSX (Excel Workbook) files. An XLSX file is a group of zipped files that conform to the Office Open XML schema. That said, the format allows you export all parts of a workbook: worksheets, formula values, formatting, hyperlinks, etc.
16
16
17
17
18
-
>Unlike the CSV and TXT format providers, the __XlsxFormatProvider__ requires references to the following assemblies:
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
26
23
27
24
Once you reference the aforementioned assemblies, you need to create an instance of the __XlsxFormatProvider__ in order to import and export XLSX (Excel Workbook) files. This provider appears in the Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx namespace. __XlsxFormatProvider__ implements the __IWorkbookFormatProvider__ interface, which in turn appears in the Telerik.Windows.Documents.Spreadsheet.FormatProviders. Depending on the whether you would like to work with the concrete class or the interface, you would need to include either the first or both namespaces.
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
24
+
23
25
## Export
24
26
25
27
In order to export a document to PDF you need to use the __Export()__ method of __PdfFormatProvider__.
Copy file name to clipboardExpand all lines: libraries/radwordsprocessing/formats-and-conversion/word-file-formats/docx/docxformatprovider.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,9 @@ All you have to do in order to use __DocxFormatProvider__ is add references to t
23
23
24
24
* Telerik.Windows.Documents.Core.dll
25
25
* Telerik.Windows.Documents.Flow.dll
26
-
* Telerik.Windows.Zip.dll
26
+
*~~Telerik.Windows.Zip.dll~~*
27
27
28
+
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.
0 commit comments