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:
1 Like
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?