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
* The [RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) library enables you to create, import, and export PDF documents.
15
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
-
* 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.
16
+
* The [RadSpreadStreamProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview) library enables you to read or export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
17
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
@@ -30,6 +30,7 @@ The Telerik Document Processing libraries for .NET Core support the following fi
*`Telerik.Documents.Flow.nupkg`—The package is part of the Word (text) processing library. Required for processing `HTML`, `DOCX`, `RTF`, and `TXT` documents.
41
42
*`Telerik.Documents.Flow.FormatProviders.Doc.nupkg`—The package allows for importing flow documents from `DOC` or `DOT` files.
42
43
*`Telerik.Documents.Flow.FormatProviders.Pdf.nupkg`—The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
43
-
*`Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating huge spreadsheet files while using minimum resources.
44
+
*`Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating or reading huge spreadsheet files while using minimum resources.
44
45
*`Telerik.Documents.Fixed.nupkg`—The package is required when processing PDF documents.
45
46
*`Telerik.Documents.CMapUtils.nupkg`—This package provides you with access to predefined CMap tables. It is optional an you will need it only if you have to work with documents that contain [CMap tables](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/concepts/cmaps).
46
47
*`Telerik.Documents.ImageUtils.nupkg`—To export images different than Jpeg and Jpeg2000 or ImageQuality different than High you will need to add a reference to this package. Depends on [Magick.NET](https://github.com/dlemstra/Magick.NET).
@@ -58,9 +59,11 @@ Telerik Document Processing is available as part of the following suites:
0 commit comments