Your files never leave your browser — all processing via WebAssembly

Try it live.
No signup needed.

11 live demos running in a ~3 MB WebAssembly bundle. Upload a PDF and see PDFluent process it in real time.

How this works

The Playground runs on a WebAssembly bundle of about 3 MB, loaded once by your browser. Every demo processes files locally on your machine; nothing gets uploaded anywhere. It's the same Rust PDF engine that ships in the PDFluent SDK, not a cut-down web version, so a result here is the same result you'd get calling the SDK directly.

That makes this useful two ways: as a quick way to try a feature, and as a way to check whether the SDK handles one of your own real PDFs correctly before you write any integration code.