Hello!
Is this something that’s possible with Bubble:
The User will type a keyword on the search box (or filter using a button) and then the search result will show highlighted words on a pdf file that matches the word of the typed keyword. The PDF file is just embedded across the search box on the page?
Are there tutorial videos on how to do it? I’ll appreciate your answers. Thank you in advance.
Hmmm, tough one. You would need a way to parse the pdf (that one is doable), but then also have access to the pdf viewer to highlight the search (less likely). You’re probably better off writing your own pdf viewer plugin in that case.