HtmlToSvgConvertUrlToStream Method
Converts a HTML document from a given URL to a SVG document and writes the resulted SVG document to an output stream
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public void ConvertUrlToStream(
string url,
Stream outputStream
)
Parameters
- url String
- The URL of the HTML document to convert
- outputStream Stream
- The output stream where to write the resulted PDF document