Skip to content

0.1.0

Choose a tag to compare

@RikoAppDev RikoAppDev released this 20 Jun 16:41
· 21 commits to main since this release

First release of compose-pdf — a pure-Kotlin Kotlin Multiplatform vector PDF library.

  • Embedded subset Type0/CIDFontType2 (Identity-H) + ToUnicode: selectable, searchable text incl. Latin diacritics.
  • Compose-style DSL: text, spacer, divider, row/column/box, image/photoGrid, table with repeating headers and total rows, header/footer bands + page numbers.
  • Automatic pagination; FlateDecode compression (pure-Kotlin deterministic deflate).
  • App-supplied fonts; identical integer layout proven across JVM + iOS by a cross-platform golden test.
  • Targets: Android + iOS + JVM.