SwissQrBill.Output.PngOutput (SwissQrBill v0.2.0)

Copy Markdown View Source

Generates PNG output by rasterizing the PDF via pdftocairo. The PDF is the source of truth — PNG is a pixel-perfect rasterization.

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

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