P
PDFluent
Product
Solutions
About
Blog
Contact
🇬🇧
en
Contact
Get Started
Changelog
Release history
New features, improvements, and breaking changes for every PDFluent release.
v0.9.0
Current
April 2026
feature
PDF/A-1b, PDF/A-2b, PDF/A-3b validation and conversion
feature
PDF/UA-1 accessibility compliance checking
feature
XFA form support — parse, FormCalc evaluation, flatten to standard PDF
feature
WASM build target — compile to WebAssembly, run in the browser
feature
AES-256 encryption with owner/user password and permission flags
feature
Digital signature creation and validation
feature
Renderer tested against 20K real-world PDF corpus
improvement
SSIM visual accuracy improvements across all page types
improvement
Font extraction reliability improvements
v0.8.0
January 2026
feature
Text extraction with layout preservation
feature
AcroForm field enumeration and filling
feature
PDF merger — combine multiple documents
feature
PDF splitter — extract pages and ranges
improvement
Parser tolerates a wider range of malformed PDFs
improvement
Reduced binary size for CLI builds
v0.7.0
October 2025
feature
Initial public release
feature
Zero-copy PDF parser (pdf-syntax crate)
feature
Page-level rendering to PNG and JPEG
feature
Basic document metadata read and write
feature
Pure Rust — no C or C++ dependencies in the core