Skip to content

v0.2.3 — docx → PDF by default

Choose a tag to compare

@metalmon metalmon released this 20 Jul 16:53

get_source_file: docx delivered as PDF by default

  • get_source_file now converts DOCX to PDF by default (pure Rust via rdocx), since many clients render .docx inconsistently while PDF renders everywhere.
  • Pass raw: true to get the untouched original .docx.
  • If a converted PDF would exceed the size cap, the original .docx is delivered instead (never an empty response); pdf_page_count is panic-guarded.
  • No external tools — fully in-process, pure Rust.

Asset: kb-v0.2.3-windows-x64.exe (Windows x64).