Skip to content

Commit e759199

Browse files
Merge pull request #1177 from telerik/didi/dpl-control-panel
Add dpl extension
2 parents a1bd21e + 99f09c1 commit e759199

15 files changed

+155
-29
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#vscode-extension-downloads
2+
* <a href="https://marketplace.visualstudio.com/items?itemName=TelerikInc.telerik-maui-productivity-tools" target="_blank">The Visual Studio Code Marketplace.</a>
3+
4+
* The **Extensions** tab in Visual Studio Code&mdash;search for `Telerik UI for .NET MAUI Productivity Tools`, select the extension, and then click **Install**.
5+
#end
6+
7+
#vs-extension-download
8+
## Get the Wizard
9+
10+
To use the **Telerik UI for .NET MAUI** wizard, install the Telerik UI for .NET MAUI Visual Studio Extension. You can get the extension from:
11+
12+
* <a href="https://marketplace.visualstudio.com/items?itemName=TelerikInc.ProgressTelerikMAUIExtensions" target="_blank">The Visual Studio Marketplace.</a>
13+
14+
* The Extensions tab in Visual Studio&mdash;search for `Progress Telerik UI for .NET MAUI Extension`, select the extension, and then click **Install**.
15+
16+
* [The Telerik UI for .NET MAUI automated installer]({%slug automated-installer%})
17+
18+
## Start the Wizard
19+
20+
To start the wizard, use either the [Extensions](#extensions-menu) or the [Project](#project-menu) menu.
21+
#end
16 KB
Loading
58.3 KB
Loading
31 KB
Loading
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Document Processing Libraries
3+
page_title: Document Processing Libraries - Visual Studio Code Integration
4+
description: Learn how to add the Document Processing Libraries to .NET MAUI project with our Visual Studio Code Wizard.
5+
slug: vscode-add-document-processing-libraries
6+
position: 1
7+
---
8+
9+
# Document Processing Libraries
10+
11+
This article demonstrates how to add the Telerik Document Processing Libraries to a new .NET MAUI project or to an existing one.
12+
13+
## Get the Extension
14+
15+
To add the Telerik Document Processing Libraries you have to install the `Telerik UI for .NET MAUI Productivity Tools` extension. You can get the extension from:
16+
17+
@[template](/_contentTemplates/common/extension.md#vscode-extension-downloads)
18+
19+
## Start the Wizard
20+
21+
You can start the Telerik UI for .NET MAUI Document Processing Libraries Wizard in either of the following ways:
22+
23+
* Open the **File Explorer Context Menu**.
24+
25+
1. In the Explorer, right-click a file.
26+
1. Select **Telerik UI for Maui: Add Document Processing Libraries**.
27+
28+
![Telerik UI for .NET MAUI VS Code Extension Processing Libraries](images/vscode-document-processing.png)
29+
30+
* Use the **Code Editor Command Palette**.
31+
32+
1. To open the Command Palette menu, use:
33+
- `Ctrl+Shift+P` on Windows/Linux
34+
- `Cmd+Shift+P` on Mac.
35+
36+
1.Select **Telerik UI for Maui: Add Document Processing Libraries**.
37+
38+
![Telerik UI for .NET MAUI VS Code Extension Processing Libraries](images/vscode-document-processing-command.png)
39+
40+
## Configure the Project
41+
42+
The wizard allows you to choose which library to add to the project. If the library has any dependencies, they are added automatically.
43+
44+
![Telerik UI for .NET MAUI VS Code Extension Processing Libraries](images/vscode-document-processing-wizard.png)
45+
46+
## See Also
47+
48+
* [Creating New Projects with Visual Studio Code]({%slug getting-started-vs-code-integration-new-project%})
49+
* [Snippets]({%slug getting-started-vs-code-integration-snippets%})
50+
* [Scaffolding Pages]({%slug maui-vs-code-scaffoldings%})

installation/vs-code-integration/new-project-wizard.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ This article demonstrates how to use the Telerik Extension for Visual Studio Cod
1414

1515
To use the **Telerik UI for .NET MAUI Template Wizard**, install the `Telerik UI for .NET MAUI Productivity Tools` extension. You can get the extension from:
1616

17-
* <a href="https://marketplace.visualstudio.com/items?itemName=TelerikInc.telerik-maui-productivity-tools" target="_blank">The Visual Studio Code Marketplace.</a>
18-
19-
* The **Extensions** tab in Visual Studio Code&mdash;search for `Telerik UI for .NET MAUI Productivity Tools`, select the extension, and then click **Install**.
17+
@[template](/_contentTemplates/common/extension.md#vscode-extension-downloads)
2018

2119
## Start the Wizard
2220

@@ -66,4 +64,10 @@ The wizard allows you to configure the following options:
6664
- Location of the created project (Output Path)
6765
- License key file&mdash;the Telerik Visual Studio Code extension notifies you about a missing or outdated [license key]({%slug set-up-your-license%}), and lets you install or update it.
6866
- Your Telerik license (trial or commercial)
69-
- The .NET version you want to use
67+
- The .NET version you want to use
68+
69+
## See Also
70+
71+
* [Snippets]({%slug getting-started-vs-code-integration-snippets%})
72+
* [Scaffolding Pages]({%slug maui-vs-code-scaffoldings%})
73+
* [Add Document Processing Libraries]({%slug vscode-add-document-processing-libraries%})

installation/vs-code-integration/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The extension for Visual Studio Code provides the following advantages:
1414
* Facilitates the [creation of project]({%slug getting-started-vs-code-integration-new-project%}) by using project templates.
1515
* Contains a collection of [code snippets]({%slug getting-started-vs-code-integration-snippets%}) for fast UI component reference and configuration.
1616
* Allows you to [add predefined pages and screens to your application]({%slug maui-vs-code-scaffoldings%}) with a few clicks.
17+
* Wizard for adding [Document Processing Libraries]({%slug document-processing-libraries-overview%}) as a package reference to the project.
1718
* Notifies you about a missing or outdated [license key]({%slug set-up-your-license%}), and lets you install or update it.
1819

1920
## Get the Extension
@@ -30,3 +31,10 @@ To access the VS Code extension and to open the VS Code extension launcher, use:
3031

3132
* `Ctrl`+`Shift`+`P` on Windows/Linux
3233
* `Cmd`+`Shift`+`P` on Mac.
34+
35+
## See Also
36+
37+
* [Creating New Projects with Visual Studio Code]({%slug getting-started-vs-code-integration-new-project%})
38+
* [Snippets]({%slug getting-started-vs-code-integration-snippets%})
39+
* [Scaffolding Pages]({%slug maui-vs-code-scaffoldings%})
40+
* [Add Document Processing Libraries]({%slug vscode-add-document-processing-libraries%})

installation/vs-code-integration/scaffoldings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,8 @@ The image shows the default appearance of the page:
126126
![.NET MAUI Reset Password Screen](../images/reset_screen.png)
127127

128128

129+
## See Also
129130

131+
* [Creating New Projects with Visual Studio Code]({%slug getting-started-vs-code-integration-new-project%})
132+
* [Snippets]({%slug getting-started-vs-code-integration-snippets%})
133+
* [Add Document Processing Libraries]({%slug vscode-add-document-processing-libraries%})

installation/vs-code-integration/snippets.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ slug: getting-started-vs-code-integration-snippets
66
position: 3
77
---
88

9-
109
# Code Snippets
1110

1211
The Telerik Visual Studio Code extension provides a handy feature for increased developer productivity&mdash;code snippets for quick UI component reference and configuration.
@@ -33,39 +32,41 @@ To use the **Telerik UI for .NET MAUI Template Wizard**, install the `Telerik UI
3332
|----------------------------|------------------------------------------|
3433
| tm-accordion | [Accordion]({%slug accordion-overview%}) |
3534
| tm-aiprompt | [AI Prompt]({%slug aiprompt-overview%}) |
36-
| tm-autocomplete | [AutoComplete]({%slug autocomplete-overview%}) |
37-
| tm-barcode | [Barcode]({%slug barcode-overview%}) |
35+
| tm-autocomplete | [AutoComplete]({%slug autocomplete-overview%}) |
3836
| tm-badgeview | [BadgeView]({%slug badgeview-overview%}) |
37+
| tm-barcode | [Barcode]({%slug barcode-overview%}) |
3938
| tm-border | [Border]({%slug border-overview%}) |
4039
| tm-busyindicator | [BusyIndicator]({%slug busyindicator-overview%}) |
41-
| tm-button | [Button]({%slug button-overview%}) |
42-
| tm-calendar | [Calendar]({%slug calendar-overview%}) |
40+
| tm-button | [Button]({%slug button-overview%}) |
41+
| tm-calendar | [Calendar]({%slug calendar-overview%}) |
4342
| tm-chart | [Chart]({%slug chart-overview%}) |
4443
| tm-checkbox | [CheckBox]({%slug checkbox-overview%}) |
4544
| tm-collectionview | [CollectionView]({%slug collectionview-overview%}) |
4645
| tm-combobox | [ComboBox]({%slug combobox-overview%}) |
4746
| tm-chat | [Chat]({%slug chat-overview%}) |
4847
| tm-dataform | [DataForm]({%slug dataform-overview%}) |
4948
| tm-datagrid | [DataGrid]({%slug datagrid-overview%}) |
49+
| tm-datapager | [DataGrid]({%slug datapager-overview%}) |
5050
| tm-datepicker | [DatePicker]({%slug datepicker-overview%}) |
5151
| tm-datetimepicker | [DateTimePicker]({%slug datetimepicker-overview%}) |
5252
| tm-docklayout | [DockLayout]({%slug docklayout-overview%}) |
5353
| tm-entry | [Entry]({%slug entry-overview%}) |
5454
| tm-expander | [Expander]({%slug expander-overview%}) |
5555
| tm-radial-gauge | [Gauge]({%slug gauge-overview%}) |
56-
| tm-horizontal-gauge | [Gauge]({%slug gauge-types-horizontal %}) |
57-
| tm-imageeditor | [ImageEditor]({%slug imageeditor-overview%}) |
56+
| tm-horizontal-gauge | [Gauge]({%slug gauge-types-horizontal %}) |
57+
| tm-gridsplitter | [Gauge]({%slug gridsplitter-overview %}) |
58+
| tm-imageeditor | [ImageEditor]({%slug imageeditor-overview%}) |
5859
| tm-itemscontrol | [ItemsControl]({%slug itemscontrol-overview%}) |
5960
| tm-listpicker | [ListPicker]({%slug listpicker-overview%}) |
60-
| tm-listview | [ListView]({%slug listview-overview%}) |
61+
| tm-listview | [ListView]({%slug listview-overview%}) |
6162
| tm-map | [Map]({%slug map-overview%}) |
62-
| tm-maskedentry | [MaskedEntry]({%slug maskedentry-overview%}) |
63+
| tm-maskedentry | [MaskedEntry]({%slug maskedentry-overview%}) |
6364
| tm-navigationview | [NavigationView]({%slug navigationview-overview%}) |
64-
| tm-numericinput | [NumericInput]({%slug numericinput-overview%}) |
65-
| tm-path | [Path]({%slug path-overview%}) |
65+
| tm-numericinput | [NumericInput]({%slug numericinput-overview%}) |
66+
| tm-path | [Path]({%slug path-overview%}) |
6667
| tm-pdfviewer | [PDF Viewer]({%slug pdfviewer-overview%}) |
6768
| tm-popup | [Popup]({%slug popup-overview%}) |
68-
| tm-progressbar | [ProgressBar]({%slug progressbar-overview%}) |
69+
| tm-progressbar | [ProgressBar]({%slug progressbar-overview%}) |
6970
| tm-rangeslider | [RangeSlider]({%slug rangeslider-overview%}) |
7071
| tm-rating | [Rating]({%slug rating-overview%}) |
7172
| tm-templated-rating | [Rating]({%slug rating-overview%}) |
@@ -82,5 +83,12 @@ To use the **Telerik UI for .NET MAUI Template Wizard**, install the `Telerik UI
8283
| tm-timepicker | [TimePicker]({%slug timepicker-overview%}) |
8384
| tm-timespanpicker | [TimeSpanPicker]({%slug timespanpicker-overview%}) |
8485
| tm-togglebutton | [ToggleButton]({%slug togglebutton-overview%}) |
85-
| tm-toolbar | [Toolbar]({%slug toolbar-overview%}) |
86+
| tm-toolbar | [Toolbar]({%slug toolbar-overview%}) |
87+
| tm-treedatagrid | [TreeDataGrid]({%slug treedatagrid-overview%}) |
8688
| tm-treeview | [TreeView]({%slug treeview-overview%}) |
89+
90+
## See Also
91+
92+
* [Creating New Projects with Visual Studio Code]({%slug getting-started-vs-code-integration-new-project%})
93+
* [Scaffolding Pages]({%slug maui-vs-code-scaffoldings%})
94+
* [Add Document Processing Libraries]({%slug vscode-add-document-processing-libraries%})
23.5 KB
Loading

0 commit comments

Comments
 (0)