Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sean 141 posts 179 karma points
    Jul 07, 2014 @ 13:18
    Sean
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies