I am trying to implement a web application on Windows Azure. I have the code working allowing a user to upload a file to an Azure storage blob. I also have code working to split a pdf and save the split pages locally. What I need to do is upload each individual pdf page to Azure as Aspose.PDF is looping through the pages. I'll attach a screenshot of my code. The upload methods for Azure are:
- UploadFromByteArray
- UploadFromFile
- UploadFromStream
- UploadFromText
I'm not sure which one is appropriate to use with Aspose.
Thanks in advance,
Greg