Add Watermark in Python

Aspose.Words - Add Watermark

Python Code

doc = self.Document(self.dataDir + "TestFile.doc")
self.insertWatermarkText(doc, "CONFIDENTIAL")
doc.save(self.dataDir + "TestFile Out.doc")

Download Running Code

Download Add Watermark (Aspose.Words) from any of the below mentioned social coding sites: