Formatting word documents - srinivas

Hi,

I have faced the given problems while developing the application regarding word conversion.

  1. Based on the clinet requirement, each odd page has contain fronttext(userdefined text) at end of the page and each even page has contain backtext(userdefined text) at end of the page. In the last before page, add the frontendoftext(userdefined text) and add the endendoftext(userdefined text) to last page. Please let me know how to do this with Aspose word format code. Kndly suggest me that any functions for this. Thank you very much

Hi
Thanks for your request. I think, you can use Odd/Even headers footers to achieve what you need. Please follow the link to learn how to achieve this:
https://reference.aspose.com/words/java/com.aspose.words/pagesetup/#getOddAndEvenPagesHeaderFooter
Hope this helps.
Best regards,