Thanks to visit codestin.com
Credit goes to lib.rs

2 releases

1.0.0-beta.5 May 13, 2026
1.0.0-beta.3 May 3, 2026

#415 in Cryptography


Used in 2 crates

Custom license

3MB
69K SLoC

pdf-manip

Page-level PDF manipulation — merge, split, extract, rotate, watermark, encrypt/decrypt, header/footer, and compression.

This crate is part of the PDFluent commercial Rust PDF SDK.

Free for evaluation. Production use requires a valid license.

What it does

Implements the page-level operations exposed by the pdfluent facade: assembling and disassembling documents, applying watermarks and headers/footers, AES-256 encryption with permission flags, and content-preserving compression.

Status

Beta. Production-grade — 0 crashes on the SafeDocs corpus.

Usage

Most users do not depend on this crate directly. Use the pdfluent facade:

use pdfluent::prelude::*;

For low-level access, see https://pdfluent.com/docs.

Licensing

  • Free for evaluation, development, and testing
  • Production use requires a valid PDFluent commercial license
  • Redistribution requires the OEM Redistribution add-on

See LICENSE for full terms, or visit https://pdfluent.com/terms.

Dependencies

~30MB
~636K SLoC