Web Api to generate a ZIP of some pdfs and make thw download automatically

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

Parents Reply Children
  • 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).