Skip to content

This repository contains a variety of code examples for working with BoldSign eSignature API, and this code examples are built with Angular and Java.

Notifications You must be signed in to change notification settings

boldsign/angular-java-eSignature-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eSignature examples with Angular and Java – BoldSign API

This repository contains a variety of code examples for working with BoldSign eSignature API, and this code examples are built with Angular and Java.

API Demo

Scenarios covered

This repository includes the below list of code examples using the BoldSign APIs:

Prerequisites

  1. Signup for BoldSign trial
  2. Acquire needed BoldSign app credentials from here. Authentication - Help Center - BoldSign
  3. Check the node version, it should be v14.15.0 or above.
  4. And also check if Angular is installed, if not kindly run this command on your terminal to install
npm install -g @angular/cli
  1. Now you have all the prerequisites ready to start BoldSign API for Angular.
  2. 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

Steps to run sample

  1. 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.
  2. 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.
  3. 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.

Angular

  1. Open a new terminal and install the packages by using npm install.
  2. Run ng serve. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Spring Boot

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

Useful Resources

Contact Us

Any feedback or queries? Please feel free to contact our support team or mail to support@boldsign.com.

About

This repository contains a variety of code examples for working with BoldSign eSignature API, and this code examples are built with Angular and Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published