Hi
How To add a watermark To the cover page of a word Document using Aspose Words API for Java.
Now watermark text appears in all other pages and not in cover page.
Following code is being used now
boolean watermarke…...docx"; if (!fileName.endsWith(".docx")) { fileExtension...fileExtension = ".doc"; } //to apply license // com.aspose.words.License...