Skip to content

Commit 4506003

Browse files
authored
Merge pull request #86 from docusign/DEVDOCS-8418
DEVDOCS-8418, adding PDF Portfolio option to eSign7
2 parents a93f162 + 3e4c571 commit 4506003

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/controllers/e_sign/eg006_envelope_docs_controller.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ def create
1717

1818
standart_doc_items = [
1919
{ name: 'Combined', type: 'content', document_id: 'combined' },
20-
{ name: 'Zip archive', type: 'zip', document_id: 'archive' }
20+
{ name: 'Zip archive', type: 'zip', document_id: 'archive' },
21+
{ name: 'PDF Portfolio', type: 'content', document_id: 'portfolio' }
2122
]
2223

2324
results = ESign::Eg006EnvelopeDocsService.new(args).worker

app/views/e_sign/eg007_envelope_get_doc/get.html.erb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
certificate</li>
88
<li><b>Zip Archive</b>: a ZIP archive that contains all of the PDF documents,
99
the certificate, and any .WAV files used for voice authentication.</li>
10-
<li>The envelope's individual documents</li>
10+
<li>
11+
<b>PDF Portfolio</b>: Retrieves the envelope documents as a <a href="https://helpx.adobe.com/acrobat/using/overview-pdf-portfolios.html">PDF portfolio</a>
12+
</li>
13+
<li>The envelope's individual documents</li>
1114
<li>The envelope's Certificate of Completion</li>
1215
</ul>
1316

0 commit comments

Comments
 (0)