We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
改进方法很简单:
# gui.py preview = PDF(label="Document Preview", visible=True, height=2000) # 设置一个比较大的数值
然后添加一个 CSS:
.pdf-canvas canvas { width: 100%; }
The text was updated successfully, but these errors were encountered:
感谢支持!想问下有兴趣提交pr吗,这样贡献者列表就可以多一位
Sorry, something went wrong.
The feature has been implemented in PR#294 by @hellofinch, with all CI tests passed.
No branches or pull requests
改进方法很简单:
然后添加一个 CSS:
The text was updated successfully, but these errors were encountered: