{% extends "base.html" %} {% block content %}
The envelope includes a pdf, Word, and HTML document.
Multipart data transfer is used to send the documents in binary format to DocuSign. Binary transfer is 33% more efficient than base64 encoding and is recommended for documents over 15M Bytes.
Since binary transfer is not yet supported by the SDK, this example uses the API directly and demonstrates how to do so.
{% if show_doc %}Documentation about this example.
{% endif %}API method used: Envelopes::create.
View source file {{ source_file }} on GitHub.
{% endblock %}