Skip to content

Commit 77a6379

Browse files
committed
Added page and resources for the DPL Configure Wizard
1 parent 06c1bd1 commit 77a6379

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed
45.7 KB
Loading
36.2 KB
Loading

images/dpl_configure_wizard.png

41.7 KB
Loading
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Integration with Visual Studio
3+
page_title: Integration with Visual Studio
4+
description: Integration with Visual Studio
5+
slug: integration-with-visual-studio
6+
tags: integration,visual-studio,document,processing,configure,wizard
7+
published: True
8+
position: 4
9+
---
10+
# Document Processing Libraries Configuration Wizard
11+
12+
Document Processing Libraries(DPL) Configuration Wizard comes with the Visual Studio Extensions of several Telerik bundles. DPL configuration is available, when the **Configure Wizard** for the respective product is available.
13+
14+
> Document Processing Libraries Configuration Wizard is part of [Telerik UI for ASP.NET AJAX](https://docs.telerik.com/devtools/aspnet-ajax/general-information/integration-with-visual-studio/visual-studio-extensions/overview), [Telerik UI for ASP.NET MVC](https://docs.telerik.com/aspnet-mvc/vs-integration/introduction), [Telerik UI for WinForms](https://docs.telerik.com/devtools/winforms/installation-deployment-and-distribution/visual-studio-extensions/overview) and [Telerik UI for WPF Visual Studio](https://docs.telerik.com/devtools/wpf/visual-studio-extensions/for-wpf-vs-extensions-overview-wpf) Extensions.More about each of them you may find when you follow the links above.
15+
16+
The wizard could be accessed through:
17+
18+
- The **Telerik** menu in Visual Studio
19+
20+
![DPL Configure Wizard](../images/configure_wizard_telerik_menu_access.png)
21+
22+
- The context menu when you right-click on the project you wish to configure
23+
24+
![DPL Configure Wizard](../images/configure_wizard_context_menu_access.png)
25+
26+
The Document Processing Libraries Configuration wizard allows you to select which libraries your project would use. If a library you selected has any dependencies they are automatically checked.
27+
28+
![DPL Configure Wizard Main Page](../images/dpl_configure_wizard.png)
29+
30+
Assemblies are pre-selected based on the component you have launched the wizard through
31+
32+
|Component |Selected assemblies |
33+
|---------|---------|
34+
|RadPdfProcessing |Documents.Core<br>Documents.Fixed<br>Zip |
35+
|RadSpreadProcessing | Documents.Core<br>Documents.Fixed<br>Documents.Spreadsheet<br>Documents.SpreadSheet.FormatProviders.OpenXml<br>Documents.SpreadSheet.FormatProviders.Pdf<br>Zip |
36+
|RadSpreadStreamProcessing | Documents.SpreadSheetStreaming<br>Zip |
37+
|RadWordsProcessing | Documents.Core<br>Documents.Fixed<br>Documents.Flow<br>Documents.Flow.FormatProviders.Pdf<br>Zip |
38+
39+
When you click the **Finish** button the selected assembly references are added to you project.

0 commit comments

Comments
 (0)