Copied to clipboard

Flag this post as spam?

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


  • René 327 posts 852 karma points
    May 10, 2017 @ 14:17
    René
    0

    MissingCode.Umbraco.PdfThumbnail Umbraco 7.6.1

    Hi

    I can not get the pdfthumbnail to work with version 7.6.1 var pdf = Model.Content.GetPropertyValue<IEnumerable<IPublishedContent>>("pdf ");

     foreach (var pdf in pdfList)
            {                             
                    <a target="_blank" href="@brochurer.Url">
                                <img src="@pdf.GetPdfThumbnails()" class="img-responsive" alt="@pdf .Name">
                    </a>
    
            }
    

    Is there anyone who has tested this, and got it working :-)

    René

  • Yakov Lebski 554 posts 2118 karma points
    May 13, 2017 @ 09:58
    Yakov Lebski
    0

    I'll check it shortly

  • René 327 posts 852 karma points
    May 30, 2017 @ 11:55
    René
    0

    Hi Yakov

    Did you have the time to look at this :-)

    Thanks...

    René

  • Yakov Lebski 554 posts 2118 karma points
    Jun 02, 2017 @ 05:55
    Yakov Lebski
    0

    Please see updated package, let me know if you have still issue.

    Bests

  • Yakov Lebski 554 posts 2118 karma points
    Jun 02, 2017 @ 05:57
    Yakov Lebski
    0

    I have found other interesting package that did it better way, it's based on ImagePorcessor plugin

    https://github.com/dampee/ImageProcessor.Plugins.Pdf/

    :)

  • René 327 posts 852 karma points
    Jun 02, 2017 @ 06:22
    René
    0

    Hi Yakov

    Thanks :-)

    I will look at this, as soon i have the time..

    Have a nice day

Please Sign in or register to post replies

Write your reply to:

Draft