Skip to content

Commit 72e8198

Browse files
velikovmartinDimitar-Goshev
authored andcommitted
Update doc-processing.md
1 parent 27aeed5 commit 72e8198

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs-aspnet/getting-started-mvc/installation/doc-processing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@ Telerik Document Processing includes the following libraries:
1919
* [RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)—Create, import, and export PDF documents.
2020
* [RadSpreadProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/overview)—Create, modify, and save spreadsheet documents.
2121
* [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.
2323
* [RadZipLibrary](https://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview)—Compress and decompress `ZIP` files.
2424

2525
## Supported File Formats
2626

2727
The Telerik Document Processing libraries support the following file formats:
2828

2929
* `CSV`
30+
* `DOC` & `DOT` (import only)
3031
* `DOCX`
3132
* `HTML`
3233
* `PDF`
3334
* `RTF`
3435
* `TXT`
35-
* `PDF`
36+
* `PDF` (export only)
3637
* `XLSX`
3738
* `XLS`
3839
* `CSV`
@@ -44,7 +45,7 @@ Telerik Document Processing supports [.NET Framework 4.0](https://dotnet.microso
4445

4546
* `Telerik.Windows.Documents.Core.dll`—The main assembly from the Telerik Document Processing libraries. Required when you plan to use the library.
4647
* `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.
4849
* `Telerik.Windows.Documents.Flow.FormatProviders.Pdf`—The assembly allows for exporting of flow documents, such as `DOCX` and `RTF`, to PDF.
4950
* `Telerik.Windows.Documents.Spreadsheet.dll`—The main assembly for spreadsheet processing. Required when processing `XLSX`, `CSV`, and `TXT` documents.
5051
* `Telerik.Documents.SpreadsheetStreaming.dll`—The main assembly for generating huge spreadsheet files and using minimum resources.

0 commit comments

Comments
 (0)