Hi, Support:
I use Pdf.pages(p).AddStamp(TextStamp) and Pdf.AddStamp(ImageStamp) to create watermarked pdf, and then, using the following code to remove them,but fail:
Dim Pdf As New Aspose.Pdf.Document(PdfFile)
Dim Pa…...Insert(p, TmpPdf.Pages(1)) Next Pdf...the above codes can not remove text/image watermark added by Adobe...