Does anyone know how to add a pdf on glide to be able to be viewed by the user? The reason why Im using PDF file is because I do not like how glide formats text and images so I used pdf to keep my format aligned. I been trying the pdf link , uploading as JPEG , exporting to canva , inserting link , nothing works. Please help me out if you can .
Use the image component to display the PDF, and when clicked open URL of this PDF
You’ll need to store the PDF somewhere that will allow it to be embedded. Does Adobe offer an embed-specific link you could try?
Upload that pdf to Glide… use the files picker… or You can also use your Google Drive
file picker does not allow .pdf or .doc to be uploaded
the problem with that is that is it only displays the first page of the pdf. My pdf is 3 pages , do you know how to display all pages ?
Click on it, and the action will be to open the link to that PDF or add a button for that… Glide can’t scroll PDF yet… or if you are on a paid plan or you are using Classic App, you can open that PDF in the web view.
I been looking and couldnt find where , I would have to get a third party site and pay for the feature. so im currently looking for a way to do it for free. I think using the classic app .
I tried classic app and nothing worked. I don’t know why it is so comlicated if I can click a link I dont see why I cant view the whole pdf. I will see if theres maybe a different app that can . thanks for trying
Something is wrong with your link, i don’t have any problems in classic or new Apps… You can’t see whole document, only first page… Use the webview or see in the browser option
You can follow Uzo’s instruction. Upload the PDF file using the file picker, then use the web embed component and point that to the column where you store the PDF URL.
Do you have any good ideas on how to handle this if it’s a multi file? This is preventing me from on action URL as it won’t like to the multi file column type. Same with Web Embed…
I think you would have to use this method and then a custom collection so that each file would have its own web embed.