ImgConverterSaveImageFromHtmlFileToFile Method

Converts a HTML file to an image having the given format. This method is still present in the API to maintain the backward compatibility and it will be replaced by ConvertHtmlFileToFile(String, ImageFormat, String) method in the future versions

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void SaveImageFromHtmlFileToFile(
	string htmlFilePath,
	ImageFormat format,
	string outFile
)

Parameters

htmlFilePath  String
The HTML file to convert
format  ImageFormat
The image format
outFile  String
The output image file

See Also