Hello,
I am testing footer rendering in Aspose.PDF for .NET and I am seeing inconsistent behavior when using HTML footers.
What I am trying to do
I want to:
convert the main body from HTML using HtmlLoadOptions
add a…...Paragraphs.Add(new HtmlFragment(currentFooterHtml));...footerBox.Paragraphs.Add(footerFragment); footer.Paragraphs.Add(footerBox);...