@alexey.noskov Is it possible to create the watermark in diagonal manner in all pages of word document and create footer in word document using the Aspose words Java API?
Also is it possible to print date and time programatically in the footer?
@alexey.noskov Is it possible to create the watermark in diagonal manner in all pages of word document and create footer in word document using the Aspose words Java API?
Also is it possible to print date and time programatically in the footer?
Sure you can create watermark in the document using Aspose.Words. Please see our documentation for more information:
https://docs.aspose.com/words/java/working-with-watermark/
Yes, you can create headers/footers programmatically:
https://docs.aspose.com/words/java/working-with-headers-and-footers/
Do you need to insert DATE field? If you you can simple use DocumentBuilder.insertField method.
https://docs.aspose.com/words/java/insert-fields/