Releases: fluidsonic/fluid-pdf
Releases · fluidsonic/fluid-pdf
0.20.0
- Added support for PDF password protection and permissions.
0.17.0
- Compatibility with Chrome 111
0.10.2
- Added
PdfMetadata.documentId
which allows specifying stable document IDs so that PDF output can be compared in unit tests - Kotlin 1.4.21
- Kotlin Coroutines 1.4.2
- Apache PDFBox 2.0.21
0.9.1
- Replaced
PdfGenerationDestination
parameter type withPdfGenerationOutput
return type. - Allow specifying PDF metadata through
PdfGenerationSettings.metadata
. ChromiumPdfGenerator.lazy
is no longer suspending but truly lazy.- Wait for page load event before generating PDF.