When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect.
This it the code I’m using
private void CreatePdfDocument()
{
using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…... All PDF pages have HtmlLoadOptions.PageInfo...Aspose.PDF applies to every page after the first one when an...