How can I add a watermark to an existing .net PDF doc in Asp.net?
I tried IronPdf's PdfDocument.ApplyWatermark(watermarkHtml), but it din't work, no watermark is appied. You guys know any other library or workarounds? I'm using Dotnet 6 and IronPdf 2023.5.8 IronPdf.Logging.Logger.EnableDebugging = true; IronPdf.Logging.Logger.LogFilePath = "Default.log"; //May be set to a directory name…