Skip to content

Commit 09aa22c

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 4b2b330 commit 09aa22c

File tree

5 files changed

+370
-3
lines changed

5 files changed

+370
-3
lines changed

docs-aspnet/_config-mvc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ html-helpers/navigation/radiobutton/razor-page.md,
9595
html-helpers/navigation/stepper/razor-page.md,
9696
html-helpers/navigation/wizard/razor-page.md,
9797
html-helpers/scheduling/scheduler/binding/razor-page.md,
98+
html-helpers/scheduling/scheduler/binding/signalr-binding.md,
9899
html-helpers/navigation/tabstrip/razor-page.md,
99100
html-helpers/scheduling/calendar/razor-pages.md,
100101
html-helpers/editors/datepicker/razor-pages.md,

docs-aspnet/document-processing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Telerik Document Processing supports [.NET Standard 2.0](https://github.com/dotn
3737

3838
* `Telerik.Documents.Core.nupkg`—The main NuGet package from the Telerik Document Processing libraries. Required when you plan to use the library.
3939
* `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.
4041
* `Telerik.Documents.Flow.FormatProviders.Pdf.nupkg`—The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
4142
* `Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating huge spreadsheet files while using minimum resources.
4243
* `Telerik.Documents.Fixed.nupkg`—The package is required when processing PDF documents.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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`, `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.
2323
* [RadZipLibrary](https://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview)—Compress and decompress `ZIP` files.
2424

2525
## Supported File Formats
@@ -40,10 +40,11 @@ The Telerik Document Processing libraries support the following file formats:
4040

4141
## Available Assemblies
4242

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:
4444

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

0 commit comments

Comments
 (0)