From daf3fa0c02c609d2090631acdc9c2ae5c2b89157 Mon Sep 17 00:00:00 2001 From: Dess Date: Wed, 27 Aug 2025 17:52:21 +0300 Subject: [PATCH] Update docxformatprovider.md --- .../word-file-formats/docx/docxformatprovider.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/radwordsprocessing/formats-and-conversion/word-file-formats/docx/docxformatprovider.md b/libraries/radwordsprocessing/formats-and-conversion/word-file-formats/docx/docxformatprovider.md index 434954a4..9bcdc7e7 100644 --- a/libraries/radwordsprocessing/formats-and-conversion/word-file-formats/docx/docxformatprovider.md +++ b/libraries/radwordsprocessing/formats-and-conversion/word-file-formats/docx/docxformatprovider.md @@ -22,8 +22,7 @@ __DocxFormatProvider__ makes it easy to import and export __RadFlowDocument__ to All you have to do in order to use __DocxFormatProvider__ is add references to the assemblies listed below: * Telerik.Windows.Documents.Core.dll -* Telerik.Windows.Documents.Flow.dll -* ~~Telerik.Windows.Zip.dll~~* +* Telerik.Windows.Documents.Flow.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.