deflate property
Callback to compress the stream in the pdf file.
Use deflate: zlib.encode
if using dart:io
No compression by default
Implementation
@Deprecated('Use settings.deflate')
DeflateCallback? get deflate => settings.deflate;
Callback to compress the stream in the pdf file.
Use deflate: zlib.encode
if using dart:io
No compression by default
@Deprecated('Use settings.deflate')
DeflateCallback? get deflate => settings.deflate;