Simple Python app to compress PDF with GUI.
- Install Ghostscript dependency.
On MacOSX:
brew install ghostscript
On Windows: install binaries via official website - Add to PATH environment variable
On MacOSX:
echo 'export PATH="/absolute/path/of/the/folder/script/:$PATH"' >> ~/.bash_profile
- Intsall flet by this comand:
pip install flet
Run gui.py
If you have problems with Ghostscript, you can try to make a file with name path_to_gs.txt
and type path to gswin32c.exe
on your PC.
- Another compressors
- Build EXE
- Multi-select (files)
- Improve UX&UI (add animations and PDF viewer, make adaptive interface)
- Convenient and accurate selection of compression accuracy
- Progress bar