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/document-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
@@ -12,16 +12,17 @@ position: 11
12
12
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.
13
13
14
14
* 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.
16
16
* 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.
18
18
* The [RadZipLibrary](https://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview) library enables you to compress and decompress `ZIP` files.
19
19
20
20
## Supported File Formats
21
21
22
22
The Telerik Document Processing libraries for .NET Core support the following file formats:
*`Telerik.Documents.Core.nupkg`—The main NuGet package from the Telerik Document Processing libraries. Required when you plan to use the library.
39
40
*`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.
41
42
*`Telerik.Documents.Flow.FormatProviders.Pdf.nupkg`—The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
42
43
*`Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating huge spreadsheet files while using minimum resources.
43
44
*`Telerik.Documents.Fixed.nupkg`—The package is required when processing PDF documents.
0 commit comments