English

Merge SVG Images to PDF or XPS File in C#

SVG (Scalable Vector Graphics) images are frequently used to maintain the quality of images. In some scenarios, you may need to merge or combine multiple SVG image files together. In this article, you will learn how to merge SVG images to a PDF or XPS file. Let us explore the following sections for further details.
September 18, 2021 · 3 min · Farhan Raza

Load, Save or Merge SVG Images Programmatically in C#

SVG (Scalable Vector Graphics) is a vector image format for two-dimensional graphics. These images are based on XML format that enables you to traverse different nodes to edit or search the file contents easily. You can load, save or merge SVG image files programmatically in C#. Likewise, several other features related to SVG images allow your .NET based applications to process several supported file formats.
February 10, 2021 · 3 min · Farhan Raza