<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Aldo!<br>
    <br>
    (Please use my private E-Mail for any further communication).<br>
    <br>
    First of all, PDFs itself are NEVER LZW compressed, they only
    CONTAIN streams that can be LZW compressed (streams can be
    compressed with several compressions, one of it can be LZW).<br>
    Therefore the LZW decompressor is part of a stream object and can be
    find in Stream.cc.<br>
    Poppler is designed for reading PDF, not for creating PDF (with a
    few exceptions), therefore You'll find only the LZW decompressor,
    not a compressor. In cases where poppler writes a PDF file, it
    doesn't compress streams i.e. with a LZW compressor, it just writes
    the streams as they are in the source PDF.<br>
    <br>
    I would prefer, that You ask questions like this over the official
    poppler account, <a class="moz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a>.<br>
    <br>
    Cheers,<br>
    Thomas<br>
    <br>
    <div class="moz-cite-prefix">Am 14.09.2013 03:24, schrieb Aldo
      Camargo:<br>
    </div>
    <blockquote
cite="mid:CAHXvi4O5TYJmdEXuqxe3t+Jhjy0vphkCkCris4UPzirf0e2OFA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div dir="ltr">
        <div>Dear Thomas:<br>
          <br>
          Do you know if there is a function within Poppler to do LZW
          compresion of PDF files?<br>
          <br>
        </div>
        Thanks a lot in advance,<br>
        <br>
        Aldo<br>
        <br>
      </div>
    </blockquote>
  </body>
</html>