Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cajhughes committed Jul 20, 2024
1 parent 17aa615 commit 5e786dd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sign-for-express/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@
<body>
<h1>e-sign.org.uk</h1>
<h2 id="sign">Sign for Express</h2>
<ul>
<li><a href="#intro">Introduction</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#support">Support</a></li>
</ul>
<h3 id="intro">Introduction</h3>
<p>This <a href="https://www.adobe.com/express/">Adobe Express</a> add-on provides a simple integration with <a href="https://www.adobe.com/sign.html">Adobe Acrobat Sign</a>, to simplify the sending of an Express asset for e-signature. It makes use of the following capabilities:</p>
<ul>
<li><a href="https://opensource.adobe.com/spectrum-web-components/">Spectrum Web Components</a> for the User Interface</li>
<li><a href="https://developer.adobe.com/express/add-ons/docs/references/addonsdk/app-oauth/">OAuth 2.0 support</a> provided by Adobe Express</li>
<li><a href="https://developer.adobe.com/express/add-ons/docs/references/addonsdk/app-document/#createrenditions">PDF Rendition support</a> provided by Adobe Express</li>
</ul>
<h3>Usage</h3>
<h3 id="usage">Usage</h3>
<p>Please note that, as the Partner API Application used within Adobe Acrobat Sign is not currently certified, you will need to enable the following entry with the Security Settings of your account for the add-on to function correctly.</p>
<ul>
<li><strong>Allow Uncertified partner applications to access data from this account</strong></li>
Expand All @@ -36,7 +42,7 @@ <h3>Usage</h3>
<li>Open the draft agreement in a separate browser tab/window within which the user can review, adjust, and send the agreement as appropriate</li>
</ul>
<img alt="Render draft agreement in Acrobat Sign" src="/images/review.png" width="856" height="656"/>
<h3>Support</h3>
<h3 id="support">Support</h3>
<p>If the add-on is not working successfully for you, and the errors shown do not guide you to a solution, then please email <a href="mailto:sign-for-express@e-sign.org.uk">sign-for-express@e-sign.org.uk</a>. Please note that this add-on is a developed/maintained by a sole developer as a side project, so response times cannot be guaranteed.</p>
</body>
</html>

0 comments on commit 5e786dd

Please sign in to comment.