Releases: lfoppiano/streamlit-pdf-viewer
Releases · lfoppiano/streamlit-pdf-viewer
v0.0.19
What's Changed
- Create hyperlink for annotation format in README by @baskrahmer in #73
- Optimize rendering by @lfoppiano in #72
New Contributors
- @baskrahmer made their first contribution in #73
Full Changelog: v0.0.18...v0.0.19
0.0.18
What's Changed
- Scroll to page or to annotation by @lfoppiano in #65
- Improve text highlight and selection by cursor on top of annotations by @lfoppiano in #66
- Fix issues with text layers on Chrome in the case of tabs (or extenders) by @lfoppiano, @t29mato in #63
Full Changelog: v0.0.17...v0.0.18
v0.0.17
v0.0.16
Full Changelog: v0.0.14...v0.0.16
What's Changed
- Fix "invalid canvas" and other rendering problems by @lfoppiano in #58
Note
The behavior on which width an height are managed has changed.
If only the height is specified, the PDF document will be shown in proportion with the with proportional based on the PDF dimensions. So, the possibility to show a large view of only half the PDF is not available anymore.
If you need to occupy all the available space and limit the height, you can encapsulate the pdf_viewer
into a st.component
with specific height.
Full Changelog: v0.0.14...v0.0.16
v0.0.14
- Fixed regression (or maybe it was there always) with the annotations getting disaligned on the latest pages
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- Enable text content to be selectable and clickable (must be enabled with
render_text=True
) by @lfoppiano and @t29mato in #52 - Update to pdf.js 4.2.67 by @lfoppiano and @t29mato #36
Full Changelog: v0.0.12...v0.0.13
v0.0.12
v0.0.11
What's Changed
- Deprecate legacy methods by @lfoppiano in #45
- Fix scaling and display PDF in high resolution by @lfoppiano in #49
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- PDF not shown when height is not set by @lfoppiano in #41
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- add documentation for annotations by @lfoppiano in #32
- Add basic integration tests by @lfoppiano in #34
- Fix regression introduced in version 0.0.8 by @lfoppiano in #38
Full Changelog: v0.0.8...v0.0.9