SwissQrBill.Output.SvgOutput (SwissQrBill v0.2.0)

Copy Markdown View Source

Generates SVG output by converting the PDF via pdftocairo. All text is automatically converted to glyph outlines (paths), ensuring pixel-perfect rendering on all devices without font dependencies.

Requires pdftocairo (from poppler-utils) to be installed.

  • macOS: brew install poppler
  • Ubuntu/Debian: apt install poppler-utils