Skip to content

Simple python script to compress PDF with GUI

Notifications You must be signed in to change notification settings

zaborshikov/pdfc_with_gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PdfcGUI - PDF Compressor (with GUI)

Simple Python app to compress PDF with GUI.

image

Installation

  • 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

Usage

Run gui.py

Solve the problems

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.

Features

  • 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

About

Simple python script to compress PDF with GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%