I'm working on a web application that allows users to upload PDF files. I'm trying to find a way to add an additional PDF to the one uploaded by the user, but I haven't been able to solve this task yet. I'm wondering if there's an external API available that would allow me to merge two PDF files together.
My application is built with Angular on the front end and Node on the backend. The uploaded files are stored in Dropbox using FilePicker.
Any help or suggestions would be greatly appreciated. Thank you!