Quit renting your PDF editor
PDFluent runs entirely on your machine. No account, no subscription, nothing uploaded to anyone’s cloud. Free for everyone, including commercial use.
Both builds are signed and notarised: macOS with a Developer ID from Apple, Windows with an Authenticode certificate. First launch takes one confirmation click, nothing to work around.
The macOS build is signed with a Developer ID and notarised by Apple, so it opens normally — no security workaround needed.
.dmg and drag PDFluent onto the Applications folder.Comparing to Preview.app? See PDFluent on macOS.
XFA forms are experimental. The dynamic forms used by some tax and banking PDFs may not open, render, or save correctly yet. Everything else works normally: viewing, editing, annotations, AcroForm filling, merging, splitting and signing.
Runs fully offline — no internet connection, account, or background service required. No minimum RAM beyond what the OS itself needs.
The PDFluent editor is free for everyone, including commercial use at work. Full terms: pdfluent.com/license.
Developer SDK — a separate product
The same engine ships as the PDFluent SDK, a pure-Rust library with bindings for every major language — licensed separately from the desktop editor above. Add it to your own project below.
Add to your Cargo.toml: Cargo.toml:
Feature flags
corePDF parsing, text extraction, metadataxfaXFA form processing and flattenocrLocal OCR via Tesseractocr-mistralCloud OCR via Mistral VisionfullAll features enabledExample: cargo add pdfluent@1.0.0 --features xfa,ocr
use pdfluent::PdfDocument;
let doc = PdfDocument::open("invoice.pdf")?;
println!("{} pages", doc.page_count());The desktop editor and the developer SDK are licensed separately.
Editor
Free for everyone, including commercial use — no trial period, no feature gates, no account, no licence file to activate.
Editor pricing →Developer SDK
Every channel is the complete SDK under the AGPLv3 — nothing is withheld and nothing expires. A yearly commercial licence from €999 removes the obligation to publish your own source. There is nothing to install or activate either way. Details at /docs/licensing.