SvgDevice

Overview

SvgDevice is a class in Aspose.PDF FOSS for .NET.

Converts a PDF page to SVG markup.

This class provides 3 methods for working with SvgDevice objects in .NET programs. Available methods include: Process. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.

Methods

SignatureDescription
Process(page: Page)Convert a page to SVG string.
Process(page: Page, output: Stream)Convert a page to SVG and write to stream.
Process(page: Page, outputFileName: string)Convert a page to SVG and write to a file.

See Also