Hi!
How can i make a web Api which its response is a zip of many pdfs.
Regards,
Rebeca
Discussion posts and replies are publicly visible
Hi,
Could you please elaborate more about the scenario where you exactly want to implement such functionality? Where do you want to use? Just a small brief so that we can provide different solutions based on the scenario.
hi!
Via a web api in your body we pass the information of the pdfs you want to download in a zip then in Appian you choose the pdfs and they are compressed in a zip, the zip will be the document that returns the webapi ,
This service is performed from angular (front) , in angular we select the documents (three documents for example), then it´s is called to Appian’s web api and zip is created (because the documents/pdfs to be compressed are in a folder document in appian, previously created).