IMPORTANT: Development and maintenance of this project have been stopped. The package pyPDFeditor-GUI has been deleted from PyPI.
- Support 3 languages: English, 日本語 (Japanese), and 中文 (Traditional Chinese)
- Fluent UI design (Icons used can be found 🔗here)
- Cross-platform support
- Open-source and free to use under MIT licence
- Frameless Window on Windows (Snap Layout on Windows 11 is supported)
- 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)
- (...right-click the page then) Adjust the posotion of the watermark
- 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
Python>=3.10
PyQt6>=6.7.0
PyMuPDF>=1.26.5
you will need git, setuptools and wheel installed
$ pip install git+https://github.com/Augus1999/pyPDFeditor-GUI.gitthis requires build, setuptools and wheel installed
$ pip install -r requirements.txt
$ python -m build-
$ pdfeditorto launch the application. -
$ python -m pypdfeditor_core --resetto reset the application; this will delete all settings and caches. Default settings will be created at next launch. -
$ python -m pypdfeditor_core --removeto remove the whole application. -
$ python -m pypdfeditor_core --debugto enable showing all mupdf errors and/or warnings.
on Windows 11:
Setting and cache files are stored in the directory C:\User\USER\.pyPDFeditor-GUI (Windows) or home/USER/.pyPDFeditor-GUI
(Linux and macOS).
