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
*`Telerik.Documents.Core.nupkg`—The main NuGet package from the Telerik Document Processing libraries. Required when you plan to use the library.
39
39
*`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.
40
41
*`Telerik.Documents.Flow.FormatProviders.Pdf.nupkg`—The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
41
42
*`Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating huge spreadsheet files while using minimum resources.
42
43
*`Telerik.Documents.Fixed.nupkg`—The package is required when processing PDF documents.
Copy file name to clipboardExpand all lines: docs-aspnet/getting-started-mvc/installation/doc-processing.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ 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`, `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`, `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
@@ -40,10 +40,11 @@ The Telerik Document Processing libraries support the following file formats:
40
40
41
41
## Available Assemblies
42
42
43
-
Telerik Document Processing supports [.NET Framework 4.0](https://dotnet.microsoft.com/download/dotnet-framework/net40)and [.NET Framework 4.5](https://www.microsoft.com/en-us/download/details.aspx?id=30653)or later versions. To handle the demands of your project, take the required assembly from the `Bin40` or `Bin45` folder respectively:
43
+
Telerik Document Processing supports [.NET Framework 4.0](https://dotnet.microsoft.com/download/dotnet-framework/net40) or later versions. To handle the demands of your project, take the required assembly from the `C:\Program Files (x86)\Progress\Telerik UI for ASP.NET MVC <version>\spreadsheet\binaries\net40` folder:
44
44
45
45
*`Telerik.Windows.Documents.Core.dll`—The main assembly from the Telerik Document Processing libraries. Required when you plan to use the library.
46
46
*`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.
47
48
*`Telerik.Windows.Documents.Flow.FormatProviders.Pdf`—The assembly allows for exporting of flow documents, such as `DOCX` and `RTF`, to PDF.
48
49
*`Telerik.Windows.Documents.Spreadsheet.dll`—The main assembly for spreadsheet processing. Required when processing `XLSX`, `CSV`, and `TXT` documents.
49
50
*`Telerik.Documents.SpreadsheetStreaming.dll`—The main assembly for generating huge spreadsheet files and using minimum resources.
0 commit comments