|
THotPDF.CompressLoadedDocument
|
Top Previous Next |
|
Compresses eligible unfiltered streams in a loaded PDF with FlateDecode
Delphi syntax: function CompressLoadedDocument: Integer;
Description Returns the number of streams whose compressed payload was adopted Uses CompressionLevel to select fastest, default, or maximum zlib compression; Processes each source stream in bounded chunks and replaces it only when the compressed payload is smaller Streams that already have a This compatibility helper delegates to OptimizeLoadedStreams with only Call
See also: THotPDF, OptimizeLoadedStreams |