GUIBRUSHR.General_Constants.Classes.PDFViewer module¶ class GUIBRUSHR.General_Constants.Classes.PDFViewer.PDFViewer(master=None, **kw)[source]¶ Bases: ScrolledText Tkinter widget for displaying PDF files as rendered page images. Inherits from ScrolledText and renders each PDF page as a PhotoImage. images = None¶ show(pdf_file)[source]¶ Render and display all pages of a PDF file. Parameters: pdf_file – Path to the PDF file to display.