Hi.
I am trying to render a watermark as a text by calling:
HtmlToPdf.ConvertHtml(watermarkText, stream, options);
WatermarkText is a simple link -
https://www.google.com/Before the ConvertHtml call, the next options are configured:
Quote:
HtmlToPdfOptions.TriggerMode = HtmlToPdfTriggerMode.Auto;
HtmlToPdfOptions.NoLink = true;
But it seems that property NoLink doesn't work at all.
Result Pdf file link is clickable.
How to disable all links?
The used version of EO.Pdf - 19.2.91