Skip to content

v0.0.16

Compare
Choose a tag to compare
@lfoppiano lfoppiano released this 06 Aug 09:05
· 28 commits to main since this release

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