I have a container in Azure blob storage where I have multiple single page pdf files. I want to merge them right there on container without downloading the files and merging them locally.
Is there a way to do it using nodejs
?
I found a package called easy-pdf-merge
in npm
which merges the pdf but cannot find a way to merge them and store the file on azure container itself.
Thanks.