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…...Then I’m trying to get the artifact info with the following code:...foreach (var artifact in pdfDocument.Pages[1].Artifacts) { var textState...