Welcome to the MobbSign Windows UWP SDK
Overview
MobbSign is a solution that allows you to sign PDF documents with legal validity from a digital device. It offers two types of signature:
- Handwritten signature
- Biometric signature with electronic seal
The present document is a guide to integrate the MobbSign SDK into your Windows application.
License Key
To start using the SDK you need to obtain a license key that is bound to your application.
The license key is generated for your specific application package (specified in your Package.appxmanifest.xml
inside Packaging tab) and it should be used to initialize the SDK.
Note: Internet connectivity is needed to download the license key the first time the SDK is used (and every time the license expires and has to be renewed).
Requirements
- Device running Windows 10.0 or later
Sample applications
Using our sample application you will get an ready-to-run project with the basic functionality of MobbSign. You can find it in the SDK distribution zip file, inside samples folder.
The example app simply loads a pdf document in the screen of the device and allows you to sign it.
To use it you just have to open the project with Visual Studio, build and run the sample in your own device.
Configure the SDK
To start building your own application with MobbSign, get the SDK and configure your project to use it.
Getting started
Learn how to integrate MobbSign in your application workflow with our Getting Started section.
Advanced functionality
When your first basic app is built, you are prepared to take a look at the guides to add advanced functionality to your app.