Click or drag to resize

HtmlToRtfHeaderFooterFromHtmlFile Method

Set page header/footer from any HTML file.

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public void FromHtmlFile(
	string path
)

Parameters

path  String
Path to local HTML file
Remarks
We don't recommend to use complex HTML documents as header or footer. The best is using simple HTML table with text and images as header/footer.

See Also