This commit is contained in:
John Whitington
2022-04-03 16:48:26 +02:00
parent 84c74e5ce2
commit 51012bf58e
24 changed files with 1664 additions and 7 deletions

14
javasplits/c06.tex Normal file
View File

@ -0,0 +1,14 @@
CHAPTER 5. Compression
Cpdf.compress(Cpdf.Pdf)
Compresses any uncompressed streams in the given PDF using the Flate algorithm.
Cpdf.decompress(Cpdf.Pdf)
Decompresses any streams in the given PDF, so long as the compression method is
supported.
Cpdf.squeezeInMemory(Cpdf.Pdf)
Squeezes a pdf in memory.