8000 GitHub - hellofuji/compress-pdf: A simple tool that allows you to compress PDF files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hellofuji/compress-pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compress PDF v2.0

Compress PDF is a simple and efficient tool designed to reduce the size of PDF files without compromising quality. This version features a sleek and modern UI built using Qt6, making the compression process more user-friendly.

Compress PDF

About

This project is built with Python and PyQt6, utilizing Ghostscript for PDF compression. 71B0 Since I am still learning how to package Python scripts into executable binaries, I welcome any contributions, feedback, or guidance from the community to improve this tool.

Installation

🔹 Required Dependencies

Before installing, ensure you have the following dependencies installed:

sudo apt update && sudo apt install -y python3 python3-venv python3-pip ghostscript -y

🔹 Installing the .deb Package

Once dependencies are installed, you can install the .deb package using:

sudo dpkg -i pdf-compress-v1.0.deb

If you encounter dependency errors, fix them with:

sudo apt --fix-broken install

Running the AppImage

An AppImage version is also available for easier execution.

🔹 Make it Executable

chmod +x pdf-compress-v1.0.AppImage

🔹 Run the AppImage

./pdf-compress-v1.0.AppImage

About

A simple tool that allows you to compress PDF files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0