Hpdf::CompressionMode
Inherits Enum / Comparable / Value / Object
set via Doc#compression_mode=.
Constants
None = 0
All contents are not compressed.
Text = 1
Compress the contents stream of the page.
Image = 2
Compress the streams of the image objects.
Metadata = 4
Other stream datas (fonts, cmaps and so on) are compressed.
AllStreams = 7
All stream datas are compressed
BestCompress = 16
BestSpeed = 32
All = 55