Relative Content

Tag Archive for javascriptpdfnext.jsjszip

Letting the user download a zip file in next js

So I have a function called handleDownload in a next js 14 app router component, which handles the downloads of reports. I send a parameter to the API and get a link to a google apis bucket where the pdf lies. How can I consolidate all these links into pdf’s and zip it so I can serve the user with one downloadable item.