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