enum Hpdf::CompressionMode
Overview
set via Doc#compression_mode=
.
Defined in:
hpdf/enum.crEnum Members
-
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