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: docs-aspnet/getting-started-mvc/installation/doc-processing.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,21 @@ Telerik Document Processing includes the following libraries:
19
19
*[RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)—Create, import, and export PDF documents.
20
20
*[RadSpreadProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/overview)—Create, modify, and save spreadsheet documents.
21
21
*[RadSpreadStreamProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview)—Export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
22
-
*[RadWordsProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview)—Create, import, and export `DOCX`, `DOC`, `HTML`, `RTF`, and `TXT` documents, and export them to PDF.
22
+
*[RadWordsProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview)—Create, import, and export `DOCX`, `DOC` & `DOT` (import only), `HTML`, `RTF`, and `TXT` documents, and export them to PDF.
23
23
*[RadZipLibrary](https://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview)—Compress and decompress `ZIP` files.
24
24
25
25
## Supported File Formats
26
26
27
27
The Telerik Document Processing libraries support the following file formats:
*`Telerik.Windows.Documents.Core.dll`—The main assembly from the Telerik Document Processing libraries. Required when you plan to use the library.
46
47
*`Telerik.Windows.Documents.Flow.dll`—The assembly is part of the Word (text) processing library. Required for processing `HTML`, `DOCX`, `RTF`, and `TXT` documents.
47
-
*`Telerik.Windows.Documents.Flow.FormatProviders.Doc`—The assembly allows for importing flow documents from `DOC` files.
48
+
*`Telerik.Windows.Documents.Flow.FormatProviders.Doc`—The assembly allows for importing flow documents from `DOC`and `DOT`files.
48
49
*`Telerik.Windows.Documents.Flow.FormatProviders.Pdf`—The assembly allows for exporting of flow documents, such as `DOCX` and `RTF`, to PDF.
49
50
*`Telerik.Windows.Documents.Spreadsheet.dll`—The main assembly for spreadsheet processing. Required when processing `XLSX`, `CSV`, and `TXT` documents.
50
51
*`Telerik.Documents.SpreadsheetStreaming.dll`—The main assembly for generating huge spreadsheet files and using minimum resources.
0 commit comments