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
)
Public Shared Sub ToSvg (
in_pdfdoc As PDFDoc,
in_filename As String
)
public:
static void ToSvg(
[InAttribute] PDFDoc^ in_pdfdoc,
[InAttribute] String^ in_filename
)
pdftron.PDF.Convert.ToSvg = function(in_pdfdoc, 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