Click or drag to resize

Convert.ToSvg Method (Page, String)

Convert the Page to SVG and save to the specified path.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void ToSvg(
	Page in_page,
	string in_filename
)

Parameters

in_page
Type: pdftron.PDF.Page
the Page to convert to SVG
in_filename
Type: System.String
the path to the SVG file to create
See Also