Python Forum
[Tkinter] viewing PDFs - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] viewing PDFs (/thread-37717.html)



viewing PDFs - DPaul - Jul-13-2022

Hi,
When I search jpgs or tifs, i can show them using the canvas widget in tKinter.
What about showing a ONE page pdf ? (no scrolling required)
Is using "tkPDFViewer " the only way ?
Or could there be a secret widget that behaves like a canvas?
thx,
Paul


RE: viewing PDFs - Larz60+ - Jul-13-2022

You can always search PyPI for related packages.
A search on PDF brings up: https://pypi.org/search/?q=PDF
You may not always find what you're looking for, but more often than not.


RE: viewing PDFs - DPaul - Jul-14-2022

I did find some intresting things, I desperatly need to try out. Smile
And, an indirect method to get what I want.
thx,
Paul