lfoppiano / streamlit-pdf-viewer

Streamlit PDF viewer
https://structure-vision.streamlit.app/
Apache License 2.0
62 stars 3 forks source link

rendering selection #12

Closed lfoppiano closed 5 months ago

lfoppiano commented 7 months ago

The default rendering is pdf.js, however, users that prefer the embed or iframe as it was done in the general approach, should be able to select that.

This question could come for example by people that need the zoom which we are not going to provide (at least at the beginning):

pdf_viewer(file, rendering="legacy_iframe")