Version 10
Version 9
Version 8
Version 7
Version 6
Welcome to Apryse. This guide will help you integrate a free trial of the Apryse UWP SDK into your Visual Studio projects for UWP applications. You can either integrate Apryse packages automatically using NuGet Package Manager, or install them manually by downloading the SDK. Pick whichever option you prefer, but integrating with NuGet is the recommended approach. Your free trial includes unlimited trial usage and support from solution engineers.
Universal Windows Platform development
workload is part of your installation.The trial of Apryse Mobile SDK does not require a trial key. A commercial license key is required for use in a production environment. Please contact sales to purchase a commercial key or if you need any other license key assistance.
License keys are uniquely generated. Please make sure that it is not publicly available (e.g. in your public GitHub).
File -> New -> Project...
). In the new project dialog, select the language of your choice for UWP development. Call the application myapp-uwp
.Manage NuGet Packages...
. In the package manager, select the Browse tab and search for PDFTron.UWP
. Install this package.You can also find the package on nuget.org.MainPage.xaml
. Replace the contents of the <Grid></Grid>
tag with:Why can't I use "Any CPU" configuration for UWP?
Projects that contain native code cannot use the "Any CPU" configuration
Universal Windows Platform development
workload is part of your installation.Download the SDK
The trial of Apryse Mobile SDK does not require a trial key. A commercial license key is required for use in a production environment. Please contact sales to purchase a commercial key or if you need any other license key assistance.
License keys are uniquely generated. Please make sure that it is not publicly available (e.g. in your public GitHub).
PDFNET_BASE
as the path into the PDFNetUWPApps
folder that you extracted.PDFNET_BASE/Lib/
and execute the PDFNetUWPApps.vsix
file by double clicking it. When the dialog prompts, click on Install
. The Global Location
installation is required.Wait for the installation to finish and close the dialog.File -> New -> Project...
). In the new project dialog, select the language of your choice for UWP development. Call the application myapp-uwp
.Properties
. In the Configuration manager, select the Build tab. Make sure that the Build target is not Any CPU
.Add Reference...
. In the left pane of the dialog, select Universal Windows
. Then select Extensions
and in the list that appears, check the box next to PDFNet SDK for UWP
.This will allow you to use Apryse related namespaces. If you cannot find this option, see FAQMainPage.xaml
. Replace the contents of the <Grid></Grid>
tag with:Why can't I use "Any CPU" configuration for UWP?
Projects that contain native code cannot use the "Any CPU" configuration
Why can't I see the SDK in the Reference Manager?
You may have to re-install SDK if it cannot be found
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales