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 5e786dd commit d62ef19
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions sign-for-express/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,32 @@
<html>
<head>
<link rel="stylesheet" href="/css/base.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="Author" content="Chris Hughes" />
<meta name="description" content="Sign for Express, an Adobe Express add-on that makes it easy to send your Express file for e-signature" />
<meta name="keywords" content="adobe, express, add-on, acrobat, sign, e-signature" />
<meta property="og:description" content="Sign for Express, an Adobe Express add-on that makes it easy to send your Express file for e-signature" />
<meta property="og:image" content="https://www.e-sign.org.uk/images/sign.png" />
<meta property="og:site_name" content="e-sign.org.uk" />
<meta property="og:title" content="Sign for Express" />
<meta property="og:url" content="https://www.e-sign.org.uk/sign-for-express/" />
<title>Sign for Express</title>
</head>
<body>
<h1>e-sign.org.uk</h1>
<h2 id="sign">Sign for Express</h2>
<h1>Sign for Express</h1>
<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>
<h2 id="intro">Introduction</h2>
<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 id="usage">Usage</h3>
<h2 id="usage">Usage</h2>
<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 @@ -42,7 +50,7 @@ <h3 id="usage">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 id="support">Support</h3>
<h2 id="support">Support</h2>
<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 d62ef19

Please sign in to comment.