How do I use a drop down user input to change between pdfs that are displayed on the same page. The individual pdfs are just one page long, should they be images instead?
Hi,
Currently, the only possible way to display PDF on your site is by using the PDF Viewer App . But in this case, it won’t be possible to change the viewed file by the dropdown selection.
If you are convenient with converting PDFs into images, you can do the following:
-
Create a database with all the images.
-
Add onChange event for the dropdown and change the src parameter of the image based on the selection.