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

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.

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.

System requirements

macOS
macOS 11 (Big Sur) or later
Architecture
Intel & Apple Silicon (universal)
Download size
~34 MB (.dmg)
Windows
Windows 10 or 11
Architecture
64-bit (x64)
Download size
~19 MB (.msi)

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

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:

$cargo add pdfluent@1.0.0-beta.17

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 pdfluent@1.0.0-beta.17 --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.

Licensing questions? Mail hello@pdfluent.com — we respond within one business day. Full terms at /license.
PDFluent is source-available on GitHub — read the code, file an issue, or see exactly how it works.