Linux Commands Examples

A great documentation place for Linux commands

zlib-flate

raw zlib compression program


see also : qpdf - gzip

Synopsis

zlib-flate -compress | -uncompress


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
cat .git/objects/fb/8247c7b27ae4cad9e7e3e66ba95126658ea7c2 | zlib-flate -uncompress

description

The zlib-flate program is part of the qpdf package.

The zlib-flate program reads from standard input and writes to standard output either compressing or uncompressing its input using raw zlib compression. It can be used to uncompress or compress raw PDF streams or other data that is compressed with raw zlib compression. This program is provided primarily as a debugging tool, though it could be used for other purposes, such as being called from a script that creates simple PDF files.

This program should not be used as a general purpose compression tool. Use something like gzip(1) instead.

For details about qpdf, please see the qpdf manual, which can be found in /usr/share/doc/qpdf/qpdf-manual.html or /usr/share/doc/qpdf/qpdf-manual.pdf.


see also

qpdf , gzip

How can this site be more helpful to YOU ?


give  feedback