tyre / gutenex

Native PDF generation for Elixir
MIT License
243 stars 35 forks source link

Add flate filter #14

Open jbowtie opened 7 years ago

jbowtie commented 7 years ago

This adds the ability to filter stream contents on write -- in particular it implements the widely used zlib/deflate compression method widely used for embedding binary contents such as fonts.

Please note that Travis cannot build this branch until #12 is merged.