I am trying to set margin to my html to pdf document. but its not adding right margin. content also not showing fully.
async Task<byte[]> ITransformHelper.ConvertHtmlToPdf(string htmlDocument, Manifest manifest,…...Replace(".pdf", ".html"); string modifiedHtml...modifiedHtml = htmlDocument.Replace("<body>", $"<body style='margin:...