streamlit-pdf-viewer icon indicating copy to clipboard operation
streamlit-pdf-viewer copied to clipboard

Streamlit PDF viewer

Results 18 streamlit-pdf-viewer issues
Sort by recently updated
recently updated
newest added

The frontend build takes ages. We might also consider updating pdf.js if there are new version available

help wanted
frontend

I opened a new issue to discuss what was mentioned in https://github.com/lfoppiano/streamlit-pdf-viewer/issues/22#issuecomment-1934000304. Is it possible to scroll down a specified page? One possible use case could be that the user...

frontend

Supplying an URL http/https should download the file and show it

backend

I'm wondering if it's possible to open the document in a new widow, instead... 😈

frontend

We should consider having some sort of zoom. Some ideas: - magnifier on the cursor - zoom buttons - zoom activated by zoom-in/zoom-out (instead of scrolling) when the user's cursor...

enhancement
frontend

Probably a regression introduced in the latest version 0.0.11, the annotations on each subsequent page get misaligned. Currently the solution would be to revert to the previous version 😅

bug
frontend

This PR enable the textlayer on top of the canvases, with the text layer it's possible to select the text extracted from the PDF (#16). Since the annotations are placed...