We have an application where the excel and word documents that are uploaded into SharePoint are converted into PDF using Aspose.Cells.Cloud.SDK for .NET. These converted PDF documents are then merged into one single PDF. But now, there’s a new requirement that PDF documents uploaded into SharePoint also need to be included in the merged PDF.
We have an if else condition where we check if the extension is .xls or .doc and then convert them to PDF accordingly. But if the extension = .pdf, how can I still upload it into the blob container or storage so that it’s included in the merge?
Any help is greatly appreciated. Thank you in advance.
Hi @wangtao, the path in my case is not local but existing in the blob container. These documents are first downloaded onto the azure storage already and I need to upload them to a sub folder. So how can I use this path on azure storage?