Azure Function to combine PDF files saved in Azure Storage Account (Blob container)
We will create an Azure Function that will merge PDF documents stored in a container of our storage account in Azure, this function will receive the file names to be merged/combined in the parameters of the URL and they will […]