on server side I have an generated SVG XML source code. This should be changed to an image in order to offer a PNG (or JPG) download from an SVG XML code. Searching the web for a long time, I only found this solution using ImageMagick. Convert SVG image to PNG with PHP But I don't have access to the ImageMagick library so I need a different way to convert SVG XML Code to a bitmap image.
Does anybody have an idea?
Brw: It's not an option to save that svg an execute an binary or script on operating system to convert.
Thank you.