Skip to content

Commit 322b217

Browse files
authored
Devdocs8417 (#85)
* Update EG006EnvelopeDocs.php * Update eg007_envelope_get_doc.html
1 parent 8799981 commit 322b217

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Controllers/Examples/eSignature/EG006EnvelopeDocs.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public function createController(): void
4747
# they can be used in example 7 (download a document)
4848
$standard_doc_items = [
4949
['name' => 'Combined', 'type' => 'content', 'document_id' => 'combined'],
50-
['name' => 'Zip archive', 'type' => 'zip', 'document_id' => 'archive']
50+
['name' => 'Zip archive', 'type' => 'zip', 'document_id' => 'archive'],
51+
['name' => 'PDF Portfolio', 'type' => 'content', 'document_id' => 'portfolio']
5152
];
5253
# The certificate of completion is named "summary".
5354
# We give it a better name below.

templates/esignature/eg007_envelope_get_doc.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ <h4>7. Download a document from an envelope</h4>
88
certificate</li>
99
<li><b>Zip Archive</b>: a ZIP archive that contains all of the PDF documents,
1010
the certificate, and any .WAV files used for voice authentication.</li>
11+
<li>
12+
<b>PDF Portfolio</b>: Retrieves the envelope documents as a <a
13+
href="https://helpx.adobe.com/acrobat/using/overview-pdf-portfolios.html">PDF portfolio</a>
14+
</li>
1115
<li>The envelope's individual documents</li>
1216
<li>The envelope's Certificate of Completion</li>
1317
</ul>

0 commit comments

Comments
 (0)