1
2
3ZLIB-FLATE(1) User Commands ZLIB-FLATE(1)
4
5
6
8 zlib-flate - raw zlib compression program
9
11 zlib-flate -compress | -uncompress
12
14 The zlib-flate program is part of the qpdf package.
15
16 The zlib-flate program reads from standard input and writes to standard
17 output either compressing or uncompressing its input using raw zlib
18 compression. It can be used to uncompress or compress raw PDF streams
19 or other data that is compressed with raw zlib compression. This pro‐
20 gram is provided primarily as a debugging tool, though it could be used
21 for other purposes, such as being called from a script that creates
22 simple PDF files.
23
24 This program should not be used as a general purpose compression tool.
25 Use something like gzip(1) instead.
26
27 For details about qpdf, please see the qpdf manual, which can be found
28 in qpdf-doc package.
29
31 qpdf(1), gzip(1)
32
33
34
35zlib-flate from qpdf version 7.1.1April 2008 ZLIB-FLATE(1)