i made an app that display the PDF using “PDF Reader” by Thunkable X. But, it doesn’t have the search function that i really need. i want my user to search word that in PDF file.
Can anyone help me out with this?
1 Like
Hi, @fajaradhyaksa
Currently, as you know the PDF Reader is only for displaying the PDF…
The team is adding more features to the component.
So, I can suggest you a simple work-around steps -
- Upload your PDF to Google Drive.
- Generate it’s Shareable link
Now head over to Thunkable X > Blocks - On the screen (where you want to display the PDF) , drag the
open link
block from control area. - Paste the link of the PDF in the text block of the block.
- Lastly, take the
Screen1 opens
block, & attach theopen link
block in it.
Now, the PDF will open in Google Drive, with all of the important PDF features.
You are good to go
Thanks
2 Likes
Hi, @kartik14
I know about displaying the PDF via GDrive. I want the user to access the pdf file with in app PDF Reader and dont need third app to open the pdf file.
Thanks
1 Like
Thanks
Well, i guess thats my only option for now. Thanks @kartik14
2 Likes
Please mark my post as Solution as I gave you a work-around for your problem
This will add this topic to solved topics in the Community.
Thanks