Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 07:27
· 7 commits to main since this release

Added

  • kura-pdf on npm is now the native engine for Node.js: the binary arrives
    through @bentopdf/kura-pdf-linux-x64, @bentopdf/kura-pdf-darwin-arm64
    or @bentopdf/kura-pdf-win32-x64, runs in a subprocess per call, and the
    kura command is the native CLI with every flag, signing and OCR included.
    The API adds sign, ocr, ocrEngine, fontFolder, timeoutMs and
    binaryPath().
  • The npm packages are published by CI with provenance through npm's trusted
    publishing; no publishing token exists anywhere.

Changed

  • The WebAssembly build moved to kura-pdf-wasm, with the same API and a
    kura-wasm command.
  • The converter's level menu shows the plain standard names, and the preflight
    page lives at /preflight.

Every archive is listed in SHA256SUMS. The Docker image is ghcr.io/alam00000/bentopdf-kura:v1.2.0.