R/conversion.R
batch_svg_to_png.Rd
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" )
List of SVG strings.
Output directory.
File name prefix.
Resolution.
Background color for PNG output.
Character vector of output paths.