Is it possible to have print preview of a document base on a form created on tkinter? If possible, can I print it to frame?
I'm planning to use python-docs to convert the .docx file to a pdf then convert the pdf to image and view it on a tkinter frame using this
Is there any easier way?