Hello,
I was referring to the article "SharePoint 2013 get thumbnail from PDF" but I couldn't comment on it further hence started a new thread. My environment is SharePoint 2019 on-premises and I am using Scandel's code in github to produce PDF thumbnail.
Problem: It can only generates the PDF thumbnail if I add it manually one by one like this <img data-pdf-thumbnail-file="https://fakesharepoint.com/sites/whatever/DocumentLibrary/samplePDF.pdf" data-pdf-thumbnail-width="100" data-pdf-thumbnail-height="150" />. However I want to get it in to the loop so that I may generate all the PDF thumbnails on the SharePoint page. I am using ASPX page of SharePoint.
