PeachPDF
PeachPDF.PdfGenerateConfig
PdfGenerateConfig.CompressContentStreams Property
Gets or sets whether PDF content streams are compressed with FlateDecode.
Defaults to true. Set to false to produce human-readable PDF streams,
which is useful for testing or debugging.
public bool CompressContentStreams { get; set; }