zlib-flate
Raw zlib compression and decompression program. Part of qpdf. More information: <https://manned.org/zlib-flate>.
Install
- All systems
-
curl cmd.cat/zlib-flate.sh
- Debian
-
apt-get install qpdf - Ubuntu
-
apt-get install qpdf -
Alpine
-
apk add qpdf - Arch Linux
-
pacman -S qpdf - Kali Linux
-
apt-get install qpdf - CentOS
-
yum install qpdf - Fedora
-
dnf install qpdf - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install qpdf - OS X
-
brew install qpdf - Raspbian
-
apt-get install qpdf - Docker
-
docker run cmd.cat/zlib-flate zlib-flatepowered by Commando
Raw zlib compression and decompression program. Part of qpdf. More information: <https://manned.org/zlib-flate>.
-
Compress a file:
zlib-flate -compress < path/to/input_file > path/to/compressed.zlib -
Uncompress a file:
zlib-flate -uncompress < path/to/compressed.zlib > path/to/output_file -
Compress a file with a specified compression level. 0=Fastest (Worst), 9=Slowest (Best):
zlib-flate -compress=compression_level < path/to/input_file > path/to/compressed.zlib
© tl;dr; authors and contributors