Free Trial

30 days. Full SDK.
No credit card.

Evaluate PDFluent against your real workload. Every feature is unlocked. No watermarks. No artificial limits.

~

Evaluation (no key needed)

Add the crate, run your code — no key required. Every feature works. Output PDFs carry a Producer metadata stamp marking them as unlicensed. Good for local testing.

Trial key (this form)

Request a signed 30-day trial key. The stamp is removed — output is clean and identical to a paid licence. No credit card. Delivered by email in under 2 minutes.

Request your trial key

Fill in the form below. Your 30-day trial key is generated automatically and arrives by email in under 2 minutes.

No credit card. No account. Trial key delivered automatically, usually in under 2 minutes.

What you get

  • All SDK modules — Document, Page, Form, Renderer, Encryption
  • XFA form parsing and flattening
  • PDF/A validation and conversion
  • AES-256 encryption and digital signatures
  • WASM build target

+ 3 more features

Delivery: automated, usually in under 2 minutes.

Questions? hello@pdfluent.com — we reply within 1 business day.

How to start

1

Add to Cargo.toml

Add pdfluent to your dependencies. No system libraries, no C build steps — it compiles like any other Rust crate.

[dependencies]
pdfluent = "1.0"
2

Activate your trial key

Your activation email walks through the exact steps for your channel. Activation mechanics evolve per binding during the public beta — see /docs/licensing for the current summary.

# See /docs/licensing for activation
3

Start building

The full API is available immediately. Load a PDF, parse an XFA form, render to image, convert to PDF/A — whatever you need to test.

let doc = Document::open("form.pdf")?;

What's included

The trial is not a feature-limited demo. It is the full SDK with a time-limited licence key.

All SDK modules — Document, Page, Form, Renderer, Encryption
XFA form parsing and flattening
PDF/A validation and conversion
AES-256 encryption and digital signatures
WASM build target
No watermarks on output
No page or file size limits
Full API surface — nothing disabled

What happens after the trial

Continue with a licence

Replace the trial key with a paid licence key. Your code stays the same. Choose the plan that fits your team size — Lite, Plus, Professional, or Unlimited.

View pricing

Stop using PDFluent

Remove the dependency from Cargo.toml. There is no subscription to cancel, no account to close, and no data stored on our end.

FAQ

Does the trial require a credit card?

No. You receive a trial licence key by email. No payment details needed to start.

Can I use the trial in production?

The trial is intended for evaluation. You may use it in a staging or pre-production environment to validate the SDK against your workload. For live production traffic, a paid licence is required.

How do I activate the trial?

After signing up, you receive a licence key by email with the activation steps for your chosen channel. Activation mechanics are evolving per binding during the public beta — the email is the canonical reference, and the plain-English summary lives at /docs/licensing.

What happens when the trial ends?

After 30 days the licence key expires. The SDK will return an error until you add a valid paid licence key. Your code and build setup do not change — only the key needs to be replaced.