Aspose.SVG 23.1.0

.NET Standard 2.0 .NET Framework 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.SVG --version 23.1.0
NuGet\Install-Package Aspose.SVG -Version 23.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.SVG" Version="23.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.SVG --version 23.1.0
#r "nuget: Aspose.SVG, 23.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.SVG as a Cake Addin
#addin nuget:?package=Aspose.SVG&version=23.1.0

// Install Aspose.SVG as a Cake Tool
#tool nuget:?package=Aspose.SVG&version=23.1.0

Process & Manipulate SVG via .NET API

Version 23.1.0 Nuget

banner

Product Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License

This .NET on-premise API helps you seamlessly integrate SVG file processing & manipulation functionality into your C#, VB.NET, ASP.NET & other .NET based Apps.

SVG File Processing Features

Read Supported Formats

SVG

Save SVG As

Fixed Layout: PDF, XPS
Image: TIFF, BMP, PNG, JPEG, GIF

Platform Independence

Any operating system that can install Mono (.NET 4.0 Framework support) or use .NET core can use Aspose.SVG for .NET. This includes Windows, Linux, and macOS.

Get Started

Are you ready to give Aspose.SVG for .NET a try? Simply execute Install-Package Aspose.SVG from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.SVG for .NET and want to upgrade the version, please execute Update-Package Aspose.SVG to get the latest version.

Use C# to Convert SVG to PNG format

string dataDir = RunExamples.GetDataDir_Data();
using (var document = new SVGDocument(Path.Combine(dataDir, "sourcefile.svg"))){
    using (var device = new ImageDevice(new ImageRenderingOptions(ImageFormat.Png), dataDir + "targetfile.png")){
        document.RenderTo(device);
    }
}

Product Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net20 net35 net35-client net40 net40-client net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aspose.SVG:

Package Downloads
Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.2.0 1,439 2/28/2023
23.1.0 5,213 1/31/2023
22.12.0 540 1/17/2023
22.11.0 6,428 11/25/2022
22.10.0 5,031 10/31/2022
22.9.0 8,603 9/30/2022
22.8.0 8,567 8/30/2022
22.7.0 11,858 7/27/2022
22.6.0 7,985 6/21/2022
22.5.0 4,319 5/20/2022
22.4.0 4,374 4/21/2022
22.3.0 8,550 3/12/2022
22.2.0 9,435 2/17/2022
22.1.0 3,069 1/16/2022
21.12.0 5,378 12/3/2021
21.11.0 3,521 11/3/2021
21.10.0 3,624 10/12/2021
21.9.0 7,921 9/7/2021
21.8.0 6,002 8/5/2021
21.7.0 7,202 7/2/2021
21.6.0 2,085 6/3/2021
21.5.0 4,638 5/12/2021
21.4.0 12,791 4/9/2021
21.3.0 5,785 3/12/2021
21.2.0 6,500 2/10/2021
21.1.0 2,504 1/25/2021
20.12.0 2,018 12/14/2020
20.11.0 4,837 11/12/2020
20.10.0 1,809 10/29/2020
20.9.0 3,359 9/25/2020
20.8.0 2,804 8/21/2020
20.7.0 14,659 7/31/2020
20.6.0 1,398 6/30/2020
20.5.0 1,494 5/29/2020
20.4.0 9,159 4/28/2020
20.2.0 1,759 2/27/2020
20.1.0 1,387 1/30/2020