The envelopes.getDocument
method wraps EnvelopeDocuments:get and return a PDF file as a byte stream. Alternatively you can request a base64-encoded string.
My question is: Is it possible to stream that file chunk by chunk instead of downloading and storing the whole file in memory?