Skip to content

Commit 82e3154

Browse files
authored
docs(dpl): add support for DOC
1 parent 2c03131 commit 82e3154

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

installation/included-assemblies.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ The Telerik document processing libraries are a set of assemblies that let you i
6666

6767
* **Telerik.Windows.Zip.dll**—needed for working with zipped formats (DOCX, XLSX) and PDF.
6868

69-
* **Telerik.Windows.Documents.Flow.FormatProviders.Pdf**—allows exporting of flow documents (DOCX, RTF) to PDF.
69+
* **Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll**—allows exporting of flow documents (DOCX, RTF) to PDF.
70+
71+
* **Telerik.Windows.Documents.Flow.FormatProviders.Doc.dll**—allows importing of DOC and DOT document.
7072

7173
* **Telerik.Documents.SpreadsheetStreaming.dll**—The main assembly for generating huge spreadsheet files using minimum resources.
7274

@@ -86,6 +88,8 @@ You can find more information on working with the Telerik document processing li
8688

8789
* Words (text) processing
8890

91+
* [DOC format provider](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/word-file-formats/doc/docformatprovider)
92+
8993
* [DOCX format provider](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/docx/docxformatprovider)
9094

9195
* [HTML format provider](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/html/htmlformatprovider)

0 commit comments

Comments
 (0)