Getting Started with the .NET Client Library
Follow step-by-step instructions for how to begin with the .NET client library in order to get started and let you start working with code.
1. First Open Visual Studio and go to File New Project
2. Then a dialog will be opened as shown below.
Now select your favorite .Net code language C# or VB.Net(Visual Basic) and select "Web Site".
After selecting website select "ASP.NET Empty Web Site" and finally click "OK" button to create an empty project for you to get started.
3. From your project solution, Right-click on "Bin" folder and select "Add Reference".
Now a reference dialog will be shown as below. From this dialog go to "Browse" and select "Browse" button.
Now navigate to the file which you have downloaded from your dashboard and click "Add".
6. That's it ! Now you can see a reference of "unitepdf.dll" in your project and now you're ready to go for implementing the code.
What Next ? Jump In how to use the library
2. Then a dialog will be opened as shown below.
Now select your favorite .Net code language C# or VB.Net(Visual Basic) and select "Web Site".
After selecting website select "ASP.NET Empty Web Site" and finally click "OK" button to create an empty project for you to get started.
3. From your project solution, Right-click on "Bin" folder and select "Add Reference".
Now a reference dialog will be shown as below. From this dialog go to "Browse" and select "Browse" button.
Now navigate to the file which you have downloaded from your dashboard and click "Add".
6. That's it ! Now you can see a reference of "unitepdf.dll" in your project and now you're ready to go for implementing the code.
What Next ? Jump In how to use the library