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

As stated in the title, I would love the feature to be able to open the full PDFs at a specific page. In my usecase we settled on filtering out...

help wanted
frontend

As discussed in https://github.com/lfoppiano/streamlit-pdf-viewer/issues/43#issuecomment-2035517205 Some information: https://stackoverflow.com/questions/19953879/links-hyperlinks-into-a-canvas-using-pdf-js

enhancement
frontend

This PR adds: - warning about deprecation Reason for deprecation: https://github.com/lfoppiano/streamlit-pdf-viewer/issues/40

As requested in https://discuss.streamlit.io/t/streamlit-pdf-viewer/57768/3 > Is there a way to set the width of the displayed pdf to 100%? Something like this? ``` pdf_viewer(input=binary_data, width="100%", height=1000) ```

frontend

``` PDF.js 4.0 is a major release that contains a number of API changes, features and bugfixes. The following changes are highlighted: Conversion to JavaScript modules for the builds Conversion...

enhancement
frontend

Something I found here: https://discuss.streamlit.io/t/streamlit-highlight-text-in-pdf/62258

enhancement
frontend

I want to create a page with 2 columns (`st.columns([2, 1]`) where the left column will display the PDF uploaded by users and the right column will allow users to...

bug
frontend
priority:high
browser:edge
browser:chrom*

Support https://github.com/lfoppiano/streamlit-pdf-viewer/issues/30 Maybe this is solution for #35 and #37, too.

As described in this post: https://playwrightsolutions.com/playwright-github-action-to-cache-the-browser-binaries/

priority:low

At the moment we use canvas to build the pdf viewer, however in previous versions the text was selectable https://github.com/lfoppiano/grobid-superconductors/blob/master/src/main/resources/web/grobid/grobid-superconductors.js

enhancement
help wanted
frontend