Convert a list of SVG strings to PNG files in a given directory. Fonts are embedded automatically for consistent rendering.
batch_svg_to_png(
svg_list,
output_dir = ".",
prefix = "card",
dpi = 300,
background = "transparent"
)Character vector of output paths.
List of SVG strings.
Output directory.
File name prefix.
Resolution.
Background color for PNG output.