A desktop application to edit PDF files.
Project description
pyPDFeditor-GUI
This project is based on PyQt5 and PyMuPDF and tested on Windows 10 & 11 and Ubuntu on WSL2.
Welcome 🎃🎉
Welcome to use pyPDFeditor-GUI. pyPDFeditor-GUI is a simple cross-platform application, thanks to Python, PyQt6 and PyMuPDF, designed to work on simple PDF handling.
I tried my best to make it close to Fluent UI. Icons used can be found 🔗here.
From version 3.0.0, we have moved the GUI library to PyQt6. If you upgraded from a previous version, you can consider removing PyQt5:
$ pip uninstall PyQt5 PyQt5-Qt5 PyQt5-sip
Features
- Support 3 languages: English, 日本語 (Japanese), and 中文 (Traditional Chinese)
- Fluent UI design
- Cross-platform support
- Open-source and free to use under MIT licence
- Frameless Window on Windows (Snap Layout on Windows 11 is supported)
What's in
- Merge files no matter they are PDF files (
.pdf
), image files (.jpg
.png
.jpeg
.bmp
.tiff
.svg
), or e-book files (.epub
.xps
.fb2
.cbz
) into one PDF file📚 - (...right-click the page then) Delete pages or rearrange pages
- (...right-click the page then) Extract images from a page
- (...right-click the page then) Rotate a page
- (...right-click the page then) Save a page as a PDF file or image file (
.png
.psd
.ppm
) - Add watermark (PDF only)
- Set password either user or/and owner password (PDF only)🔒
- Set permissions (PDF only)🔏
- Edit catalogue structure of the file (PDF only)📑
- Edit metadata of the file (PDF only)📝
- Convert image files or e-book files to PDF
Requirements 🧩
Python>=3.7
PyQt6>=6.7.0
PyMuPDF>=1.24.3
Install & Run
install from source
you will need setuptools
and wheel
installed
$ cd <path>
$ pip install .
where <path>
is the directory setup.py
locates.
install from PyPi
$ pip install -U pyPDFeditor-GUI
build thy own package
this requires build
, setuptools
and wheel
installed
$ pip install -r requirements.txt
$ python -m build
Run
-
$ pdfeditor
to launch the application. -
$ python -m pypdfeditor_core --reset
to reset the application; this will delete all settings and caches. Default settings will be created at next launch. -
$ python -m pypdfeditor_core --remove
to remove the whole application. -
$ python -m pypdfeditor_core --debug
to enable showing all mupdf errors and/or warnings.
Screenshot 🎞️
on Windows 11:
Support Snap Layouts on Windows 11
Others
Setting and cache files are stored in the directory C:\User\USER\.pyPDFeditor-GUI
(Windows) or home/USER/.pyPDFeditor-GUI
(Linux and macOS).
Please report any errors to Issues. Thank you!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pypdfeditor_gui-3.0.7.tar.gz
.
File metadata
- Download URL: pypdfeditor_gui-3.0.7.tar.gz
- Upload date:
- Size: 40.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4701da1bad1e64bcf748d85908e6c994041f7588a3891c96d4c195609741e24 |
|
MD5 | 4d12becb2976610c3b5b2b2697c6438b |
|
BLAKE2b-256 | 64cc17e212f2526cf4202d885d4b6d63f4a13a624e96dc09522187e491e64a25 |
File details
Details for the file pyPDFeditor_GUI-3.0.7-py3-none-any.whl
.
File metadata
- Download URL: pyPDFeditor_GUI-3.0.7-py3-none-any.whl
- Upload date:
- Size: 60.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c43512687fa43cf274758c362b0edffb52188be862822d3f17a2e5a5f82cd4b |
|
MD5 | cfd403b772e4c42b8b9ed650453cb1df |
|
BLAKE2b-256 | f026bcb1e8d70d74c9d1018ef0e1169f38406b56e77ef5f7aa83b614f9e37713 |