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
Summary
Functions
Generates the payment part as a PNG binary. Uses PdfOutput as source and rasterizes via pdftocairo.