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…...GetHtmlLoadOptions(); _pdfDocument = new Document(ms, options); } protected...the first one when an HTML document is converted to PDF. PageInfo...