When using the “combined” API option on Java SDK I don’t get the certificate of completion bundled on the PDF. But, If I use the “archive” option I get a ZIP file with the documents and the CoC.
I need to get the CoC with the compleated action, how to do this?
The documentation on the EnvelopesAPI to download documents “getDocument" states:
You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate [...] To retrieve the combined content replace the `{documentId}` parameter in the endpoint with `combined`
the blog says the same thing:
If you choose to download a combined file, you can either get a single large PDF file that includes all your signed documents one after the other, or you can get a ZIP file that contains the documents inside. In either case the Certificate of Completion (CoC) is also included as the final document. The Certificate of Completion is a document that outlines all the activity pertaining to this particular envelope. It is commonly used to ensure the legality of the signatures.