I'm using [PDF Thumbnail][1] with Umbraco 7.0. On my dev server (locally) and it works fine but when I upload to windows azure I'm not able to see any images. I'm assuming that I need to modify the way the images are generated on the Azure server but I'm not sure how do do this.
I'm just iterating through the collection using a for each loop
Umbraco PDF Thumbnails on Azure
Hi there,
I'm using [PDF Thumbnail][1] with Umbraco 7.0. On my dev server (locally) and it works fine but when I upload to windows azure I'm not able to see any images. I'm assuming that I need to modify the way the images are generated on the Azure server but I'm not sure how do do this.
I'm just iterating through the collection using a for each loop
foreach (var thumb in pdf.PdfThumbs) {
@thumb.fileName
}
[1]: http://our.umbraco.org/projects/backoffice-extensions/pdf-thumbnails
is working on a reply...