Quit renting your PDF editor

Download PDFluent

PDFluent runs entirely on your machine. No account, no subscription, nothing uploaded to anyone’s cloud. Free for everyone, including commercial use.

Free for everyone, including commercial use·Version 1.0.0-beta.20 (public beta)
macOS
macOS 11+ · Intel & Apple Silicon
Your system
Download · 34 MB
PDFluent_1.0.0-beta.20_universal.dmg
Windows
Windows 10 / 11 · 64-bit
Download · 19 MB
PDFluent_1.0.0-beta.20_x64_en-US.msi
First launch: your OS will get suspicious

The first time you open PDFluent, your system shows a scary-looking warning. It’s completely safe: we’re still finalising the app signing, and it’ll be sorted in an upcoming version. Here’s how to get past it in about ten seconds.

macOS

The macOS build is signed with a Developer ID and notarised by Apple, so it opens normally — no security workaround needed.

  1. 1Open the .dmg and drag PDFluent onto the Applications folder.
  2. 2Open PDFluent from Applications. The first time, macOS may ask you to confirm you want to open an app downloaded from the internet — click Open. It launches directly after that.

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.

The PDFluent editor is free for everyone, including commercial use at work. Full terms: pdfluent.com/license.

Developer SDK — a separate product

Building with PDFluent?

The same engine ships as a pure-Rust SDK 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, metadata
xfaXFA form processing and flatten
ocrLocal OCR via Tesseract
ocr-mistralCloud OCR via Mistral Vision
fullAll features enabled

Example: cargo add [email protected] --features xfa,ocr

rust
use pdfluent::PdfDocument;

let doc = PdfDocument::open("invoice.pdf")?;
println!("{} pages", doc.page_count());

Licensing — two products, two models

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 ships with a 30-day evaluation built in. Production use needs a perpetual licence from €699 (pay once) — a signed key file the SDK validates offline at startup. Details at /docs/licensing.

SDK pricing →
Licensing questions? Mail [email protected] — we respond within one business day. Full terms at /license.