Hi,
I’m tiring to get watermark text from pdf. The document is watermarked with the following code:
var document = new Aspose.Pdf.Document(filename);
var wmFontSize = ws.FontSize;
var wmText = ws.Text;
var lines = wm…...RegisterNamespaceUri("xmp", "http://ns.adobe.com/xap/1...com/xap/1.0/"); document.Metadata["xmp:IsWatermarkedByDynam"] = "true";...