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
Summary
Functions
Generates the payment part as an SVG binary string. Uses PdfOutput as source and converts via pdftocairo.