How to open a pdf within Python Kivy app?

南楼画角 提交于 2020-07-03 11:42:34

问题


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.

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


回答1:


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



来源:https://stackoverflow.com/questions/61145384/how-to-open-a-pdf-within-python-kivy-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!