You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
''' Download the PDF copy of the current documents
319
319
320
320
Args:
321
321
322
322
signature_request_id (str): Id of the signature request
323
323
324
-
filename (str): Filename to save the PDF file to. This should be a full path.
324
+
path_or_file (str or file): A writable File-like object or a full path to save the PDF file to.
325
+
326
+
filename (str): [DEPRECATED] Filename to save the PDF file to. This should be a full path.
325
327
326
328
file_type (str): Type of file to return. Either "pdf" for a single merged document or "zip" for a collection of individual documents. Defaults to "pdf" if not specified.
0 commit comments