We have purchased aspose.slides and creating ppt slides with image. Here we are creating an image from svg content using svg image and adding it to ppt. Now we want to create an image file / base 64 format from svg content. Is that achievable using aspose.slides or do we need to purchase aspose.svg? Please confirm us asap.
sample code :
ISvgImage svg = new SvgImage(SvgContent);
var emfImage = pres.Images.AddImage(svg);