如何在 Python Kivy 应用程序中打开 pdf?

2022-01-15 00:00:00 python kivy kivy-language pdf

问题描述

我已经对此进行了搜索,但一无所获.仅记录了打开图像.也许我可以将页面作为图像打开,但我希望完全访问文本,例如复制/粘贴和突出显示.

I've searched about this but found nothing. Only opening images has documented. Maybe I can open a page as an image but I want full access on text like copy/paste and highlighting.

有什么方法可以在 kivy 应用中打开 pdf 文件吗?

Is there any way to open a pdf within a kivy app?


解决方案

Kivy 不支持.PDF渲染和交互挺复杂的,不知道实现起来有多难.

This is not supported by Kivy. PDF rendering and interaction is quite complicated, I don't know how difficult it would be to implement.

相关文章