How To Open A Pdf Within Python Kivy App?
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.
Solution 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.
Post a Comment for "How To Open A Pdf Within Python Kivy App?"