Click or drag to resize

ConvertToSvg Method (PDFDoc, String)

Convert the PDFDoc 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(
	PDFDoc in_pdfdoc,
	string in_filename
)

Parameters

in_pdfdoc
Type: pdftron.PDFPDFDoc
the PDFDoc to convert to SVG
in_filename
Type: SystemString
the path to the SVG files to create, one file per page
See Also