Aspose.SVG
21.4.0
Aspose.SVG for .NET seamlessly integrates into your .NET Apps to provide processing and rendering of SVG files without installing any 3rd party modeling or rendering software. Aspose.SVG for .NET offers developers to work with its DOM that is fully compatible with the official SVG specifications.
Create SVG files from scratch. Perform content navigation via XPath Query or CSS Selectors. High-quality SVG rendering and conversion to various popular formats, including, PDF, XPS, JPEG, PNG, TIFF, and GIF. Ability to fetch information about SVG files, its elements and hierarchy. Merge multiple SVG documents, and vectorize their text elements to retain the high quality.
It’s managed C# implementation enables it to be used with any .NET language, such as, C#, VB.NET, etc. You can also create Windows Desktop Apps as well as the ASP.NET web Apps using Aspose.SVG for .NET. It works equally well on any OS that can install .NET Framework (2.0/4.8), Mono (5.4/6.4), .NET Core (2.0/3.1) or use .NET 5, such as, MS Windows (32-bit and 64-bit), macOS (10.12+), and Linux.
Install-Package Aspose.SVG -Version 21.4.0
dotnet add package Aspose.SVG --version 21.4.0
<PackageReference Include="Aspose.SVG" Version="21.4.0" />
paket add Aspose.SVG --version 21.4.0
#r "nuget: Aspose.SVG, 21.4.0"
// Install Aspose.SVG as a Cake Addin #addin nuget:?package=Aspose.SVG&version=21.4.0 // Install Aspose.SVG as a Cake Tool #tool nuget:?package=Aspose.SVG&version=21.4.0
Process & Manipulate SVG via .NET API
Home | Product Page | Docs | API Reference | Examples | Blog | 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
- Create, read and write SVG format files.
- Convert SVG to other supported file formats.
- DOM Tree manipulation as per official SVG specs.
- Support for content navigation via XPath Query, CSS Selectors, Element, and Document Traversal features.
- Support for quality rendering.
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 with Aspose.SVG for .NET
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);
}
}
Home | Product Page | Docs | API Reference | Examples | Blog | Free Support | Temporary License
Process & Manipulate SVG via .NET API
Home | Product Page | Docs | API Reference | Examples | Blog | 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
- Create, read and write SVG format files.
- Convert SVG to other supported file formats.
- DOM Tree manipulation as per official SVG specs.
- Support for content navigation via XPath Query, CSS Selectors, Element, and Document Traversal features.
- Support for quality rendering.
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 with Aspose.SVG for .NET
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);
}
}
Home | Product Page | Docs | API Reference | Examples | Blog | Free Support | Temporary License
Release Notes
https://docs.aspose.com/svg/net/aspose-svg-for-net-21-4-release-notes
Dependencies
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 3.5 Client
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.0 Client
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.5.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
Used By
NuGet packages (2)
Showing the top 2 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.
|
|
Conholdate.Total
Conholdate.Total for .NET is a complete package to work with a large number of file formats from Microsoft Word, Excel, PowerPoint, Outlook, Project, Visio, Adobe Acrobat, Illustrator, Photoshop, AutoCAD, OpenOffice and many more.
Conholdate.Total for .NET allows you to use any API released under Aspose and GroupDocs for .NET in order to create, convert, read, edit, update and print popular document formats. Moreover, you may view, annotate, watermark, assemble, classify, search, redact, parse, merge and compare documents without needing to install the native applications.
Conholdate.Total for .NET also includes specialized APIs to read and create barcodes, extract text from images using OCR as well as extract human marked data from questioners, surveys, quizzes, MCQ papers and feedback forms.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
21.4.0 | 38 | 4/9/2021 |
21.3.0 | 508 | 3/12/2021 |
21.2.0 | 1,385 | 2/10/2021 |
21.1.0 | 767 | 1/25/2021 |
20.12.0 | 588 | 12/14/2020 |
20.11.0 | 1,555 | 11/12/2020 |
20.10.0 | 366 | 10/29/2020 |
20.9.0 | 2,325 | 9/25/2020 |
20.8.0 | 1,257 | 8/21/2020 |
20.7.0 | 3,839 | 7/31/2020 |
20.6.0 | 601 | 6/30/2020 |
20.5.0 | 622 | 5/29/2020 |
20.4.0 | 1,471 | 4/28/2020 |
20.2.0 | 648 | 2/27/2020 |
20.1.0 | 802 | 1/30/2020 |