Watermark in diagonal manner and creating footer in word using Aspose words JAVA API

@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?

@sabkan

  1. 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/

  2. Yes, you can create headers/footers programmatically:
    https://docs.aspose.com/words/java/working-with-headers-and-footers/

  3. Do you need to insert DATE field? If you you can simple use DocumentBuilder.insertField method.
    https://docs.aspose.com/words/java/insert-fields/

@alexey.noskov Thanks will check.

1 Like