Azure Function to combine PDF files

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 be separated by commas. Below is an example of the POST request that the code …

Azure Function to combine PDF files Read More »