This repository contains a variety of code examples for working with BoldSign eSignature API, and this code examples are built with Angular and Java.
This repository includes the below list of code examples using the BoldSign APIs:
- Send document for signing
- Get detailed information of the document
- Send document from template
- Embed signing process within your app
- Embed send document within your app
- Embed send document using template within your app
- Signup for BoldSign trial
- Acquire needed BoldSign app credentials from here. Authentication - Help Center - BoldSign
- Check the node version, it should be v14.15.0 or above.
- And also check if Angular is installed, if not kindly run this command on your terminal to install
npm install -g @angular/cli
- Now you have all the prerequisites ready to start BoldSign API for Angular.
- Please follow installation steps provided in official Spring Boot application https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started.html#getting-started.introducing-spring-boot
- Before running the sample, add your API key acquired from the BoldSign Web App in the ApiClient to your machine environmental variable with key as
apiKey
. This env value will be auto injected in this file BaseApi.java. - To run the Send document from template sample, create a template from the web app with necessary fields. Copy the template ID from the web app once the template has been created. Add the copied template ID, in the sample template ID text box.
- To run the Embed signing process within your app and Embed send document using template within your app sample, create a template from the web app with necessary fields. Copy the template ID from the web app once the template has been created. Add the copied template ID, in the sample template ID text box.
- Open a new terminal and install the packages by using
npm install
. - Run
ng serve
. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Please follow the steps provided in the Spring Boot documentation to run the application https://docs.spring.io/spring-boot/docs/1.5.22.RELEASE/reference/html/using-boot-running-your-application.html
Any feedback or queries? Please feel free to contact our support team or mail to support@boldsign.com.