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: installation/included-assemblies.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,9 @@ The Telerik document processing libraries are a set of assemblies that let you i
66
66
67
67
***Telerik.Windows.Zip.dll**—needed for working with zipped formats (DOCX, XLSX) and PDF.
68
68
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.
70
72
71
73
***Telerik.Documents.SpreadsheetStreaming.dll**—The main assembly for generating huge spreadsheet files using minimum resources.
72
74
@@ -86,6 +88,8 @@ You can find more information on working with the Telerik document processing li
86
88
87
89
* Words (text) processing
88
90
91
+
* [DOC format provider](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/word-file-formats/doc/docformatprovider)
92
+
89
93
* [DOCX format provider](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/docx/docxformatprovider)
90
94
91
95
* [HTML format provider](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/html/htmlformatprovider)
0 commit comments