Click or drag to resize

PdfMetamorphosisHeadersFootersFromHtmlURL Method

Set header/footer from HTML URL.

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.11.6
Syntax
public void FromHtmlURL(
	string url
)

Parameters

url  String
URL as string
Remarks
We don't recommend to use it for complex HTML documents. The best is using a simple HTML table with text and images as header/footer.

Example
SautinSoft.PdfMetamorphosis p = new SautinSoft.PdfMetamorphosis();
p.PageSettings.Header.FromHtmlURL(@"http://mysite.com/header.htm");
See Also