Free Trial

30 days. Full SDK.
No credit card.

Evaluate PDFluent against your real workload. Every feature is unlocked. No watermarks. No artificial limits. Cancel at any time — there's nothing to cancel.

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 = "0.9"
2

Add license key

Set your trial key as an environment variable. The SDK reads it automatically at startup.

PDFLUENT_LICENSE_KEY=trial_xxxxx
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 license 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 license

Replace the trial key with a paid license key. Your code stays the same. Choose the plan that fits your team size — Developer, Team, Business, or Enterprise.

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 license 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 license is required.

How do I activate the trial?

After signing up, you receive a license key by email. Set it as the PDFLUENT_LICENSE_KEY environment variable or pass it directly in code. The SDK validates the key on first use.

What happens when the trial ends?

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

Ready to start?

Request a trial key and have the SDK running in minutes. No sales call required.

Get your trial key