I know there is a api to return all the document related to a package as zip . Is there a way to download all the documents as a PDF.
February 18Created
February 18Last Updated
5 years agoLast Reply
1Replies
194Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3777
Reply to: Download all files in a package as a pdf
Tuesday, February 18, 2020 at 03:17pm
0
votes
Hi nareshishere,
If you meant to download a PDF that has merged with all the signed documents, it's not technical feasible to reorganize active PDFs because it tampers the sealed document. However, you can download the flattened documents (sample code can be found in this thread), and merge them with a third-party library.
Reply to: Download all files in a package as a pdf
Tuesday, February 18, 2020 at 03:17pmHi nareshishere,
If you meant to download a PDF that has merged with all the signed documents, it's not technical feasible to reorganize active PDFs because it tampers the sealed document. However, you can download the flattened documents (sample code can be found in this thread), and merge them with a third-party library.
Duo