HiQPdf Documentation

HtmlToImageConvertUrlToFile Method

HiQPdf Client for .NET Core
Converts the HTML document from the given URL to an image file in a given format

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void ConvertUrlToFile(
	string url,
	ImageFormats format,
	string outImageFile
)

Parameters

url
Type: SystemString
The URL of the document to convert
format
Type: HiQPdfClientImageFormats
The image format
outImageFile
Type: SystemString
The full path of the output image file
See Also

Reference