Welcome to my PDF Reader, a simple and handy tool written in Python. The tool allows you to open and read .pdf files, displaying them as rich text along with images and tables in a user-friendly interface.
- Open and read .pdf files
- Render PDF files as rich text along with images and tables
- Dynamically resize the reading pane
- Clear and simple User Interface
- This application currently supports only PDF files. Other file types are not supported.
- The PDF Reader does not support advanced PDF features like annotations, forms, or interactive elements.
- Start the application.
- Click on the 'File' button in the toolbar at the top of the application.
- A file dialog will open, navigate and select the .pdf file that you want to read.
- The content of the selected PDF file will be shown in the application as rich text, images, and tables.
The application is built using Python 3.12.1, and it also uses the following packages:
- PyQt6
- PyMuPDF
You would need to have these installed to run the app.
Install pyinstaller
pip install pyinstallerpyinstaller main.specThank you for using the PDF Reader application!
