Skip to content

Releases: fluidsonic/fluid-pdf

0.20.0

05 May 18:57
ec015bd
Compare
Choose a tag to compare
0.20.0 Pre-release
Pre-release
  • Added support for PDF password protection and permissions.

0.17.0

08 Mar 14:31
baa851e
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release
  • Compatibility with Chrome 111

0.10.2

18 Dec 17:35
d2cf46a
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release
  • 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

02 Jul 13:45
bfaac57
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release
  • Replaced PdfGenerationDestination parameter type with PdfGenerationOutput 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.