Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 775 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 775 Bytes

NT-PDF-Viewer

A simple and efficient application that allows you to open and view PDF files. It is based on Python and uses the tkPDFViewer library to handle the PDF format. You can zoom in and zoom out of the document using the buttons on the toolbar, or use the mouse wheel to adjust the zoom level. You can also navigate through the pages using the scroll bar. However, it cannot edit PDF files, as it is only designed for viewing purposes.

image

Installation/Prerequisites

Tkinter, tkPDFViewer0.1 (modified) Remove (Modified) in the file tkPDFViewer(Modified).py

Acknowledgements

tkPDFViewer file was created by Roshan Paswan, I modified a few parts in it.