Convert SVG to Raster image

Convert SVG to Raster image

Using Aspose.Imaging for Java, developers can convert SVG (Scalable Vector Graphics) to raster formats. This article shows how to export/convert SVG file to raster image formats with Aspose.Imaging. Aspose.Imaging for Java provides the SvgImage class to load SVG files and same can be used to convert the SVG to raster formats. The following code snippet shows you how to convert SVG to PNG image.