I have a desktop application created with Tkinter and in Python 3.6 and I have a frame with a scroll bar where I draw 4 graphics with the matplotlib library. I would like to know if there is any way to copy all the content of that frame into a PDF file with a library or something.
Greetings and thanks.