Manipulating SVG Images

Saving SVG with Fonts embedded or Exported

Using Aspose.Imaging for Java, developers can save SVG with fonts embedded or exported. Using this sample example we should be able to set fonts to be exported. When this setting is on, all fonts used in SVG drawing should be saved as separate font files. We should be able to provide a stream for saving this font files, and be able to set the path (url) for the reference to this font files.

Converting SVG into EMF

Using Aspose.Imaging for Java, developers can convert SVG file format to EMF. Below sample code is provided.