Skip to content

Commit

Permalink
Demo documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmasek committed Sep 15, 2023
1 parent 1ba7d30 commit ee2d720
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 19 deletions.
61 changes: 42 additions & 19 deletions adobe-esign-connector-product/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,63 @@

# Adobe Sign Connector

The Adobe Sign Connector is a project that simplifies the authentication process and enables easy integration with Adobe Sign services for signing documents.
The Adobe Sign Connector is a project that simplifies the authentication process and enables easy integration and use of Adobe Sign services for signing documents.

[Adobe Sign](https://www.adobe.com/sign.html)

Adobe Sign provides 2 options for authentication. (See Setup section)
An Adobe Sign account needs to be created to setup and use the connector.

1. Integration Key
2. OAuth2
## Adobe Sign account creation

1. Create a **AdobeSign** Company **Account** OR for Developer Account creation use [Create Developer Account, APIs for custom applications | Acrobat Sign](https://www.adobe.com/sign/developer-form.html) an follow the steps:
a. Fill form with personal and business data + continue
![fill-account-info](images/createAccountFillInfo.png)

b. Provide a password + continue
![fill-password](images/createAccountPassword.png)

c. Provide date of birth + continue
![fill-birth-date](images/createAccountBirthDate.png)

d. You will receive a verification code. Insert the code. Will automatically continue
![verification-code](images/createAccountVerificationCode.png)

e. Developer account is created
![account-finished](images/createAccountFinished.png)

## Demo

YOUR DEMO DESCRIPTION GOES HERE
The demo project can be used to test the authentication and signing and the demo implementation can be used as inspiration for development.

## Setup
### How to sign a document in the Demo application
:exclamation: The demo will work only after correct setup of the connector
![demo1](images/demo1.png)

To use the Adobe Sign Connector it needs to be connected with Adobe. An Adobe administration account needs to be created.
1. Choose and upload a PDF file
2. Fill email of 1 or 2 signers
3. Create Agreement for 1 or 2 signers
4. Sign as signer 1 or 2
5. A modal dialog with Adobe signing page is opened. Create a signature in the document.
![demo1](images/demo2.png)

### Creating Adobe Sign account (Company/Developer)
6. Confirm the signature with **Click to Sign**

1. Create a **AdobeSign** Company **Account** OR for Developer Account creation use [Create Developer Account, APIs for custom applications | Acrobat Sign](https://www.adobe.com/sign/developer-form.html) an follow the steps:
a. Fill form with personal and business data + continue
![fill-account-info](images/createAccountFillInfo.png)
![demo1](images/demo3.png)

b. Provide a password + continue
![fill-password](images/createAccountPassword.png)
7. The signed document can be downloaded

c. Provide date of birth + continue
![fill-birth-date](images/createAccountBirthDate.png)
![demo1](images/demo4.png)


## Setup

Adobe Sign provides 2 options for authentication. (See Setup section)

1. Integration Key
2. OAuth2

d. You will receive a verification code. Insert the code. Will automatically continue
![verification-code](images/createAccountVerificationCode.png)

e. Developer account is created
![account-finished](images/createAccountFinished.png)
To setup and use the Adobe Sign Connector it needs to be connected with Adobe. An Adobe administration account needs to be created. (See Adobe Sign account creation)

### Admin Setup Page
Adobe Sign Connector provides a setup page for easy setup of the connector and setup of the authentization.
Expand Down
Binary file added adobe-esign-connector-product/images/demo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added adobe-esign-connector-product/images/demo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added adobe-esign-connector-product/images/demo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added adobe-esign-connector-product/images/demo4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee2d720

Please sign in to comment.