Click or drag to resize

ConvertToSvg 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.PDFPage
the Page to convert to SVG
in_filename
Type: SystemString
the path to the SVG file to create
See Also