Downloading flatten documents using java
Tuesday, February 12, 2019 at 09:40amHi Team,
Could you please let me know if we have the ability to download the completed packages as flatten documents using java?
Let me know if you need more information.
Thanks,
Sahana
Reply to: Downloading flatten documents using java
Wednesday, February 13, 2019 at 09:23amGET https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf?flatten=trueAlternatively, you can build the capability in REST way, kindly refer to this code share for sample codes. Hope this could help you! Duo