Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

zlib-flate (1)

Name

zlib-flate - raw zlib compression program

Synopsis

zlib-flate -compress | -uncompress

Description



ZLIB-FLATE(1)                    User Commands                   ZLIB-FLATE(1)



NAME
       zlib-flate - raw zlib compression program

SYNOPSIS
       zlib-flate -compress | -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  pro-
       gram 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
       at https://qpdf.readthedocs.io.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE   |
       +---------------+-------------------+
       |Availability   | print/filter/qpdf |
       +---------------+-------------------+
       |Stability      | Volatile          |
       +---------------+-------------------+

SEE ALSO
       qpdf(1), gzip(1)



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source    was    downloaded    from    https://github.com/qpdf/qpdf/ar-
       chive/release-qpdf-10.5.0.zip.

       Further information about this software can be found on the open source
       community website at http://qpdf.sourceforge.net/.



zlib-flate from qpdf version 10.5.0
                                                                 ZLIB-FLATE(1)