CpdfsqueezeLossless compression
Compresses all streams in the PDF document which are uncompressed, using /FlateDecode, leaving out metadata. If the PDF is encrypted, does nothing.
Decompresses all streams in a PDF document, assuming it isn't encrypted.
val squeeze : ?logto:string -> ?pagedata:bool -> Pdf.t -> unitSqueeze a PDF