If you are new to the Visual Studio development environment, follow along with these steps to set the dependencies for your project with Apryse SDK Correctly. In such a case it is recommended to use Visual Studio 2017 or 2019.
File
menu and create a new project File > New > Project...
You can also open the New Project
dialog using Ctrl + Shift + N
.Visual C++
in the left navigation bar and Select Windows Console Application
.myapp
. Click on OK
. This should generate a default console project and open a .cpp
file for you in Visual Studio.Solution Explorer
to the right of the screen and right click on your project's name. At the bottom of the list, click on the Properties
option. This will open a dialog that will allow you to define important variables to compile your project with PDFNet classes and methods.Additional Include Directories
field. Add the following path:You can open a dialog to do the same by clicking on the Edit...
option from the drop down for this field.Click on Apply
.Additional Dependencies
and replace the entry with:Note: For Steps 5 & 6, remember to replace PDFNET_BASE
with the copied path on your clipboard.PDFNetC.dll
file. Now find the output folder of the project and paste it there.By default, the path to your output folder will look similar to this:Remember to replace User_Name
with the name of the current user.Alternatively, you can find your project by searching by its name in the Windows Search Bar.Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales