compress-pdf 0.1.0

Command-line PDF compressor: image recompression, font subsetting, and structural cleanup with presets
Documentation
1
2
3
4
5
6
7
8
//! One module per pipeline stage. Each exposes a unit struct implementing
//! [`crate::pipeline::Stage`] and keeps its helpers private.

pub mod fonts;
pub mod images;
pub mod strip;
pub mod structure;
pub mod usage;