Hi everyone,
I am trying the version 24.8.0 to evaluate GroupDocs.Watermark.
I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream.
Here is the actual code I am using:
public stat…...TextWatermark("Converted by AI, not original controlled document", font);...Add(watermark); // Saves the document to the underlying source (stream...