Manipulating SVG Files
Contents
[
Hide
]
Saving SVG with Fonts embedded or Exported
Using Aspose.Imaging for .NET, 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 Image Formats into SVG
Using Aspose.Imaging for .NET, developers can save different file formats to SVG. Below sample code is provided.
Converting SVG into EMF
Using Aspose.Imaging for .NET, developers can convert SVG file format to EMF. Below sample code is provided.