Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.SVG for .NET 22.5

Download  Support Forum 

File Details

  • Downloads:
  • 12
  • File Size:
  • 18.9 MB
  • Date Added:
  • 10/6/2022

File Details

Improved Pagination of SVG Documents

SVG may be used for multi-page content or something that spans a sequence of pages. In such scenarios instead of generates a seaprate SVG to represent a page, we may implement the pagination of SVG documents.

For example an SVG document may also contain a slide presentation of sorts. So this release of Aspose.SVG for .NET we have improved the pagination feature of SVG documents, especially with elements with a very large height.

Improved CSS Style Parsing Algorithm

CSS style parsing algorithm performance has been optimized.

Improved SVG to PDF Conversion

Optimized the conversion of vector SVG graphic to Adobe Acrobat® PDF file. The following is a SVG to PDF converter same code in C# language:

using Aspose.Svg;
using System.IO;
using Aspose.Svg.Converters;
using System.Drawing;
using Aspose.Svg.Saving;
...
    // Initialize an SVG document from a file
    using (var document = new SVGDocument(Path.Combine(DataDir, "lineto.svg")))
    {
        // Initialize an instance of the PdfSaveOptions class
        var saveOptions = new PdfSaveOptions();
        saveOptions.BackgroundColor = Color.Gray;
    
        // Convert SVG to PDF
        Converter.ConvertSVG(document, saveOptions, Path.Combine(OutputDir, "lineto_out.pdf"));
    }

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.SVG for .NET 22.5 Release Notes.

 English