2022-03-07 18:16:03 +01:00
|
|
|
CHAPTER 5. Compression
|
|
|
|
|
|
|
|
Cpdf.compress(Cpdf.Pdf)
|
|
|
|
|
2022-03-09 13:07:27 +01:00
|
|
|
Compresses any uncompressed streams in the given PDF using the Flate algorithm.
|
2022-03-07 18:16:03 +01:00
|
|
|
|
|
|
|
Cpdf.decompress(Cpdf.Pdf)
|
|
|
|
|
2022-03-09 13:07:27 +01:00
|
|
|
Decompresses any streams in the given PDF, so long as the compression method is
|
|
|
|
supported.
|
2022-03-07 18:16:03 +01:00
|
|
|
|
|
|
|
Cpdf.squeezeInMemory(Cpdf.Pdf)
|
|
|
|
|
|
|
|
Squeezes a pdf in memory.
|