Skip to content

Commit 6245951

Browse files
docs: update document-processing.md #6393 (#6393)
* Update document-processing.md * Update document-processing.md
1 parent 2302c1a commit 6245951

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs-aspnet/document-processing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ position: 11
1212
Telerik Document Processing provides the RadPdfProcessing, RadSpreadProcessing, RadSpreadStreamProcessing, RadWordsProcessing, and RadZipLibrary UI-independent and cross-platform libraries which enable you to process content between different formats and work with archive files.
1313

1414
* The [RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) library enables you to create, import, and export PDF documents.
15-
* The [RadSpreadProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/overview) enables you to effortlessly convert documents from one to another file format among XLSX, XLS, CSV and TXT. .
15+
* The [RadSpreadProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/overview) enables you to effortlessly convert documents from one to another file format among XLSX, XLS, CSV and TXT.
1616
* The [RadSpreadStreamProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview) library enables you to export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
17-
* The [RadWordsProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview) library enables you to create, import, and export `DOCX`, `HTML`, `RTF`, and `TXT` documents, and export them to PDF.
17+
* The [RadWordsProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview) library enables you to create, import, and export `DOCX`, `DOC` & `DOT` (import only), `HTML`, `RTF`, and `TXT` documents, and export them to PDF.
1818
* The [RadZipLibrary](https://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview) library enables you to compress and decompress `ZIP` files.
1919

2020
## Supported File Formats
2121

2222
The Telerik Document Processing libraries for .NET Core support the following file formats:
2323

2424
* `CSV`
25+
* `DOC` & `DOT` (import only)
2526
* `DOCX`
2627
* `HTML`
2728
* `PDF`
@@ -37,7 +38,7 @@ Telerik Document Processing supports [.NET Standard 2.0](https://github.com/dotn
3738

3839
* `Telerik.Documents.Core.nupkg`—The main NuGet package from the Telerik Document Processing libraries. Required when you plan to use the library.
3940
* `Telerik.Documents.Flow.nupkg`—The package is part of the Word (text) processing library. Required for processing `HTML`, `DOCX`, `RTF`, and `TXT` documents.
40-
* `Telerik.Documents.Flow.FormatProviders.Doc.nupkg`—The package allows for importing flow documents from `DOC` files.
41+
* `Telerik.Documents.Flow.FormatProviders.Doc.nupkg`—The package allows for importing flow documents from `DOC` or `DOT` files.
4142
* `Telerik.Documents.Flow.FormatProviders.Pdf.nupkg`—The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
4243
* `Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating huge spreadsheet files while using minimum resources.
4344
* `Telerik.Documents.Fixed.nupkg`—The package is required when processing PDF documents.

0 commit comments

Comments
 (0)