{% extends "base.html" %} {% block content %}

7. Download a document from an envelope

An envelope's documents can be downloaded one by one or as a complete set.

Document download options:

{% if show_doc %}

Documentation about this example.

{% endif %}

API method used: EnvelopeDocuments::get.

View source file {{ source_file }} on GitHub.

{% if not envelope_ok %}

Problem: please first create an envelope using example 2.
You will then need to use example 6 to create the list of documents.
Thank you.

{% elseif not documents_ok %}

Problem: please first create a list of the envelope's documents using example 6.
Thank you.

{% else %}

Please choose a document.
The document list is from your results for example 6.

{% endif %} {% endblock %}