Hi
We are in the process of moving an old ASP.net Web Forms system to Azure. An important part of this system is the need to generate and convert word documents to PDF.
The strange thing is that it works perfectly in my Dev environment and on the current production environment but on Azure, the PDF is generated but all the images are missing. I have managed to manually add images to the PDF by setting the wordDoc.Background.Picture property but this is not a viable solution.
Is there a reason the images are not being included? Am I missing something?
Any help would be appreciated ... Thanks