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.