peasy-pdf 0.1.1

PDF manipulation library for Rust — merge, split, compress, rotate, and watermark PDF files. Built on lopdf for pure-Rust PDF processing.
Documentation

peasy-pdf

crates.io docs.rs License: MIT

PDF manipulation library for Rust — merge, split, compress, rotate, and watermark PDF files. Built on lopdf for pure-Rust PDF processing.

Built from Peasypdf, a free online toolkit.

Install

[dependencies]
peasy-pdf = "0.1.1"

Or via cargo:

cargo add peasy-pdf

Quick Start

use peasy_pdf::*;

fn main() {
    println!("peasy-pdf v0.1.1");
}

Also Available

Platform Package Install
PyPI peasy-pdf pip install peasy-pdf
npm peasy-pdf npm install peasy-pdf
RubyGems peasy-pdf gem install peasy-pdf
Homebrew peasytools/peasy brew install peasytools/peasy/peasy-pdf

Peasy Developer Tools

Package PyPI npm RubyGems crates.io Description
peasy-pdf PyPI npm Gem Crate PDF merge, split, compress, rotate, watermark
peasy-image PyPI npm Gem Crate Image resize, crop, compress, convert, watermark
peasytext PyPI npm Gem Crate Text analysis, case conversion, slugs, word count
peasy-css PyPI npm Gem Crate CSS gradients, shadows, flexbox, grid generators
peasy-compress PyPI npm Gem Crate Gzip, deflate, brotli compression
peasy-document PyPI npm Gem Crate Markdown, HTML, CSV, JSON, YAML conversion
peasy-audio PyPI npm Gem Crate Audio convert, trim, merge, normalize, effects
peasy-video PyPI npm Gem Crate Video trim, resize, thumbnails, GIF conversion

Part of the Peasy developer tools ecosystem.

License

MIT