PDF readers and open-source libraries used in document processing will all need updating to handle the Brotli compression filter. Brotli is one of the most widely used but least-known compression ...
use SWISH::Filter; # load available filters into memory my $filter = SWISH::Filter->new; # convert a document my $doc = $filter->convert( document => \$scalar_ref ...