Reputation: 23
I have been working with composite templates to generate an envelope from multiple templates (Template-A, Template-B).
It generates one envelope as expected, however, it shows up as two pdfs in the signer's email attachment: DocumentFromTemplate-A.pdf and DocumentFromTemplateB.pdf.
Using DocuSign API, how do I just have the user see both template documents in one pdf?
So ideally, the email would have combineddocument.pdf with both template documents one after the other.
Upvotes: 0
Views: 919
Reputation: 14050
to summarize the answer:
can't merge documents directly using the DocuSign platform/APIs. You can do that yourself in your application and upload the new combined document to replace the existing one.
Upvotes: 0