Thumnails that in PDF format do not show up in List view, but the very same does show up in Columns view.
See screenshots.
Thumnails that in PDF format do not show up in List view, but the very same does show up in Columns view.
See screenshots.
2nd screenshot
Interesting. Iāve never used PDF thumbnails. So is the āimageā url actually a url link to a PDF file? Are they special PDF files or do all PDFās have a default thumbnail?
Yes, they are normal PDFs. The one in the screenshot is here: https://drive.google.com/file/d/0BxrKuJkRv1M-a3JRNzkwRlYxUFE/view
A related problem is that images hosted on Google Drive also do NOT work as thumbnails in the LIST view, but they DO work as thumbnails in every other view.
I can confirm that I have the same issue with PDFās.
I am not seeing the same issue as you with Google Drive hosted images. My images show in list as well as other views. Maybe verify that the list is pointing to the image column.
Thanks @Michael_Thomas, will pass on.
Itās so cool when the community discovers PDFs work as images before you knew it That wasnāt on purpose. I will see what can be done about thumbnails, but the fact that they donāt work tells me our image provider probably doesnāt fully support PDF as an image.
@Jason I assumed that was a feature. Bonus! Itās so smart itās starting to code itself.
oops. I made a mistake. The area where google drive images donāt show up are in Rich Text markdown. I have to use imgur instead.
So, if I want PDFs to be viewable by users within my Glide app, do I just need to create a button with Web View option, and provide the link to the PDF thatās stored within my Google Drive?
That seems to be a way. Or you could use the thumbnail and add the web view action to it.
I hope this helps.
Ok sorry, donāt see an option to use the thumbnail. Could you explain further? Thanks.
If Iām not mistaken, you can display the pdf link as an image. This will work as a Thumbnail. If you display it in an inline list you can set that inline list to the web view action.
Maybe I missed this part, but did you make the pdf file viewable to all via the link. If you dont do this it will not show up.
I have a PDF employee handbook that I did it this way and made every page another cell link so my employees can swipe through each page. But each pdf had to be made public.
Have you tried using webview for your document? I think you just need one.
This could be another option. Iāve started wrapping PDF urls in a google docs viewer url to view the pdf more nicely withing a webview component. It seems to work very well for the most part, but sometimes itās hit or miss if the PDF actually opens. Havenāt really taken the time to figure out why.
Hope if helps.