From 59a2f1c6a127b4969142a8bd76c6fb495750b0f4 Mon Sep 17 00:00:00 2001 From: Dess Date: Mon, 17 Nov 2025 15:17:45 +0200 Subject: [PATCH 1/2] Update integration-with-vs-code.md --- integration/integration-with-vs-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/integration-with-vs-code.md b/integration/integration-with-vs-code.md index b4bdb266..68915a39 100644 --- a/integration/integration-with-vs-code.md +++ b/integration/integration-with-vs-code.md @@ -55,7 +55,7 @@ The **Telerik Document Processing Configuration wizard** allows you to select wh |**RadSpreadProcessing**|Documents.Core
Documents.Fixed
Documents.Spreadsheet
Documents.SpreadSheet.FormatProviders.OpenXml
Documents.SpreadSheet.FormatProviders.Pdf
Documents.Spreadsheet.FormatProviders.Xls
Documents.ImageUtils
~~Zip~~*| |**RadWordsProcessing**|Documents.Core
Documents.Fixed
Documents.Flow
Documents.Flow.FormatProviders.Pdf
Documents.ImageUtils
Documents.Flow.FormatProviders.Doc
Documents.DrawingML
~~Zip~~*| ->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. +>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. ## See Also From 38b140a810fe1d86e0e10f78b24c16cf917eea2f Mon Sep 17 00:00:00 2001 From: Dess Date: Mon, 17 Nov 2025 15:18:56 +0200 Subject: [PATCH 2/2] Update integration-with-vs-code.md --- integration/integration-with-vs-code.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/integration-with-vs-code.md b/integration/integration-with-vs-code.md index 68915a39..025c4b7c 100644 --- a/integration/integration-with-vs-code.md +++ b/integration/integration-with-vs-code.md @@ -51,9 +51,9 @@ The **Telerik Document Processing Configuration wizard** allows you to select wh |Library |Packages | |---------|---------| -|**RadPdfProcessing**|Documents.Core
Documents.Fixed
~~Zip~~*
Documents.ImageUtils
Documents.Fixed.FormatProviders.Image.Skia
Documents.CMapUtils| -|**RadSpreadProcessing**|Documents.Core
Documents.Fixed
Documents.Spreadsheet
Documents.SpreadSheet.FormatProviders.OpenXml
Documents.SpreadSheet.FormatProviders.Pdf
Documents.Spreadsheet.FormatProviders.Xls
Documents.ImageUtils
~~Zip~~*| -|**RadWordsProcessing**|Documents.Core
Documents.Fixed
Documents.Flow
Documents.Flow.FormatProviders.Pdf
Documents.ImageUtils
Documents.Flow.FormatProviders.Doc
Documents.DrawingML
~~Zip~~*| +|**RadPdfProcessing**|Documents.Core
Documents.Fixed
Documents.ImageUtils
Documents.Fixed.FormatProviders.Image.Skia
Documents.CMapUtils| +|**RadSpreadProcessing**|Documents.Core
Documents.Fixed
Documents.Spreadsheet
Documents.SpreadSheet.FormatProviders.OpenXml
Documents.SpreadSheet.FormatProviders.Pdf
Documents.Spreadsheet.FormatProviders.Xls
Documents.ImageUtils| +|**RadWordsProcessing**|Documents.Core
Documents.Fixed
Documents.Flow
Documents.Flow.FormatProviders.Pdf
Documents.ImageUtils
Documents.Flow.FormatProviders.Doc
Documents.DrawingML| >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.