Combine multiple pdfs for download from s3 bucket

,

Is there a way to combine 2 pdfs from an s3 bucket for downloading as just one file? I just need one pdf appended after another in the downloaded file.

Hello, you can compact them to zip with jszip in app and download them in one file.

Check out this post:

2 Likes

Thanks, but is there any way to combine the files into a single pdf? I need it to download as a pdf with a specific filename, maybe using the PDF Exporter?

Hey, looked into this some more. It's not currently possible inside of Retool, although we have a ticket tracking this and other related PDF feature requests. It's potentially possible to do this with an external library or API that you can call from inside of Retool, but it isn't something we support natively.

Good to know. Thanks for looking into the further!