HtmlToSvgConverterConvertHtmlToFile Method
Converts the specified HTML string into a SVG document using a base URL to resolve the external resources
and saves the rendered SVG document to the specified file
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public void ConvertHtmlToFile(
string html,
string baseUrl,
string outFile
)
Public Sub ConvertHtmlToFile (
html As String,
baseUrl As String,
outFile As String
)
Parameters
- html String
- The HTML string to convert
- baseUrl String
- This parameter allows the converter to determine the full URLs from
relative URLs for images and CSS files appearing in the HTML string.
If there are not relative URLs in the HTML code this parameter can be empty or null
- outFile String
- The output file where to save the generated SVG document