PyPdfApp

PyPdfApp

Project Description

A PDF manipulation and access application developed in Python using the PyMuPDF and CustomTkinter modules.
The source code provides a GUI application for viewing and manipulation of PDF files. The features are included:


The application also allows you to view the pages of a PDF, adjust the zoom, navigate between pages, use keyboard shortcuts, and save copies of a PDF.

The necessary files to run PyPdfApp are:
Run the project by executing the app.py file in the command line, IDE, or any other method to run a Python file.

Source Code

Project Requirements

Necessary Python modules include the following:


Credits & Thanks

A massive thank you to the developers and contributors of the PyMuPDF, CustomTkinter, requests, and Pillow projects!

Learn more about PyMuPDF.
Learn more about CustomTkinter.
Learn more about Requests.
Learn more about Pillow.


Additional Projects

Here are some other programming projects that you might be interested in learning about!

Many of my other programming projects can be found here.

Python PDF Editor

    This console-based application allows users to manipulate PDF files, with functionality such as encryption, decryption, file merging, and file compression.

PyFileTransfer

    A simple project built using Python's sockets module, designed for simple transfer of files between a server and client.