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-core/getting-started/installation/document-processing.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Document Processing Libraries
3
3
page_title: Document Processing Libraries| Download and Installation | Telerik UI for ASP.NET Core
4
-
description: "Import and export content between different formats and work with archive files by using Telerik Document Processing."
4
+
description: "Get started with Telerik UI for ASP.NET Core and import and export content between different formats and work with archive files by using Telerik Document Processing."
5
5
slug: document_processing_core
6
6
position: 11
7
7
---
@@ -14,35 +14,35 @@ Telerik Document Processing is a set of UI-independent and cross-platform librar
14
14
15
15
Telerik Document Processing includes the following libraries:
16
16
17
-
*[**RadPdfProcessing**](http://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)Create, import, and export PDF documents.
18
-
*[**RadSpreadStreamProcessing**](http://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview)Export large XLSX and CSV spreadsheet documents with low memory footprint and great performance.
19
-
*[**RadWordsProcessing**](http://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview)Create, import, and export DOCX, HTML, RTF and TXT documents, and export them to PDF.
20
-
*[**RadZipLibrary**](http://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview)Compress and decompress ZIP files.
17
+
*[RadPdfProcessing](http://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)—Create, import, and export PDF documents.
18
+
*[RadSpreadStreamProcessing](http://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview)—Export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
19
+
*[RadWordsProcessing](http://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview)—Create, import, and export `DOCX`, `HTML`, `RTF`, and `TXT` documents, and export them to PDF.
20
+
*[RadZipLibrary](http://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview)—Compress and decompress `ZIP` files.
21
21
22
22
## Supported File Formats
23
23
24
24
The Telerik Document Processing libraries support the following file formats:
25
25
26
-
* CSV
27
-
* DOCX
28
-
* HTML
29
-
* PDF
30
-
* RTF
31
-
* TXT
32
-
* XLSX
33
-
* ZIP
34
-
35
-
## Available Nuget Packages
36
-
37
-
Telerik Document Processing supports Net40 and netstandard20. You can take the required packages from the **dpl** product's installation folder: C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>\dpl.
38
-
39
-
***Telerik.Windows.Documents.Core.nupkg**The main nuget package from the Telerik Document Processing libraries. It is required when intending to use the library.
40
-
***Telerik.Windows.Documents.Flow.nupkg**The package is part of the Words (text) processing library. It is required for processing HTML, DOCX, RTF, and TXT documents.
41
-
***Telerik.Windows.Documents.Flow.FormatProviders.Pdf.nupkg**The package allows for exporting of flow documents, such as DOCX and RTF, to PDF.
42
-
***Telerik.Documents.SpreadsheetStreaming.nupkg**The main package for generating huge spreadsheet files and using minimum resources.
43
-
***Telerik.Windows.Documents.Fixed.nupkg**The package is required when processing PDF documents.
44
-
***Telerik.Windows.Zip.nupkg**The package is required when working with zipped formats, such as DOCX and XLSX, and PDF.
45
-
*
26
+
*`CSV`
27
+
*`DOCX`
28
+
*`HTML`
29
+
*`PDF`
30
+
*`RTF`
31
+
*`TXT`
32
+
*`XLSX`
33
+
*`ZIP`
34
+
35
+
## Available NuGet Packages
36
+
37
+
Telerik Document Processing supports [.NET Framework 4.0](https://dotnet.microsoft.com/download/dotnet-framework/net40)and [.NET Standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md). You can take the required packages from the `C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>\dpl` installation folder of the dpl product.
38
+
39
+
*`Telerik.Windows.Documents.Core.nupkg`—The main NuGet package from the Telerik Document Processing libraries. Required when you plan to use the library.
40
+
*`Telerik.Windows.Documents.Flow.nupkg`—The package is part of the Word (text) processing library. Required for processing `HTML`, `DOCX`, `RTF`, and `TXT` documents.
41
+
*`Telerik.Windows.Documents.Flow.FormatProviders.Pdf.nupkg`—The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
42
+
*`Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating huge spreadsheet files while using minimum resources.
43
+
*`Telerik.Windows.Documents.Fixed.nupkg`—The package is required when processing PDF documents.
44
+
*`Telerik.Windows.Zip.nupkg`—The package is required when working with zipped formats, such as `DOCX` and `XLSX`, and PDF.
45
+
46
46
## Licensing
47
47
48
48
Telerik Document Processing is available as part of the following suites:
Copy file name to clipboardExpand all lines: docs-aspnet-core/getting-started/installation/getting-started-copy-client-resources.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Including Client-Side Resources
3
-
page_title: Copying Client-Side Resources | Telerik UI for ASP.NET Core
4
-
description: "Learn about different ways of copying the client-side resources into Telerik UI for ASP.NET Core project."
3
+
page_title: Copying Client-Side Resources | Download and Installation | Telerik UI for ASP.NET Core
4
+
description: "Get started with Telerik UI for ASP.NET Core and learn about different ways of copying the client-side resources into Telerik UI for ASP.NET Core project."
@@ -18,12 +18,10 @@ As the UI for ASP.NET Core suite is a set of [server-side wrappers over the Kend
18
18
19
19
To include the client-side resources, use any of the following approaches:
20
20
21
-
*[Manual installation](#manual-installation)
21
+
*(Demonstrated in this guide) [Manual installation](#manual-installation)
22
22
*[Using Bower]({% slug bowerpackage_core %})
23
23
*[Using NPM and Webpack]({% slug npmpackages_core %})
24
24
25
-
## Manual Installation
26
-
27
25
1. Go to the [UI for ASP.NET Core download page](https://www.telerik.com/account/product-download?product=UIASPCORE) or to **Account Overview** > **Downloads** > **Telerik UI for ASP.NET Core**.
28
26
1. Download the archive that matches the `Kendo.Mvc.UI` version:
Copy file name to clipboardExpand all lines: docs-aspnet-core/getting-started/installation/razor-pages-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Razor Pages Integration
3
-
page_title: Razor Pages Integration with Progress<sup>®</sup> Telerik<sup>®</sup> UI for ASP.NET Core | Telerik UI for ASP.NET Core
4
-
description: "Razor Pages Integration with Progress Telerik UI for ASP.NET Core (aka MVC 6 or ASP.NET Core MVC)."
3
+
page_title: Razor Pages Integration | Download and Installation | Telerik UI for ASP.NET Core
4
+
description: "Get started with Telerik UI for ASP.NET Core and integrate Razor Pages with Progress Telerik UI for ASP.NET Core (aka MVC 6 or ASP.NET Core MVC)."
Copy file name to clipboardExpand all lines: docs-aspnet-core/getting-started/installation/scaffolding.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Scaffolding
3
-
page_title: Scaffolding | Telerik UI for ASP.NET Core
4
-
description: "Learn how to use the Kendo UI Scaffolder extensions."
3
+
page_title: Scaffolding | Download and Installation | Telerik UI for ASP.NET Core
4
+
description: "Get started with Telerik UI for ASP.NET Core and learn how to use the Kendo UI Scaffolder extensions."
5
5
previous_url: /getting-started/scaffolding
6
6
slug: scaffolding_aspnetcore
7
7
position: 3
@@ -62,7 +62,7 @@ As of the 2019 R1 release, the **Create New Project Wizard**, which comes with t
62
62
63
63
> As of .NET Core 2.2, when using Bootstrap 3, the views folder used is `ViewGenerator_Versioned\Bootstrap3\`. If you are upgrading your project make sure to update the folder's name.
64
64
65
-
## Using Scaffolding Templates with Visual Studio
65
+
## Using Templates with VS
66
66
67
67
The Kendo UI Scaffolding Templates pertain to `cshtml` generation. That is why, first you have to create the appropriate model and controller as per your application requirements. You can either use the standard Scaffolding or the code you already have. If you do not already have a model and controller, use the sample set below the list to follow the example.
Copy file name to clipboardExpand all lines: docs-aspnet-core/html-helpers/data-management/listview/globalization/overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ The globalization process combines the translation of component messages (locali
12
12
13
13
The globalization functionality of the ListView is enabled through its [right-to-left support]({% slug htmlhelpers_listview_aspnetcore_rtl %}).
14
14
15
+
For more information on using localization and right-to-left languages with Telerik UI for ASP.NET Core helpers, refer to the article on [globalization support by Telerik UI for ASP.NET Core]({% slug overview_globalization_core %}).
16
+
15
17
## See Also
16
18
17
19
*[RTL Support by the ListView HtmlHelper for ASP.NET Core (Demo)](https://demos.telerik.com/aspnet-core/listview/right-to-left-support)
0 commit comments