Hi
We are evaluating the product, and just like to find out how would we add something that always appear at the end of the report like a report footer in crystal reports where footer is large and can contain mail merge fields, text as well as images?
We have tried footnote and endnote, it appear correctly in merged word document but not in pdf.
Thanks in advance and your prompt reply would be much appreciated.
Farooq
Hi
Thanks for your request. Maybe you should use Word document header or footer. Please see the following link to learn how to insert header/footer programmatically:
https://docs.aspose.com/words/net/working-with-headers-and-footers/
Best regards.
Thanks for you reply, just wondering how would you move to the footer of the last page?
Farooq
Hi
Thanks for your request. There is no concept of last page header/footer. In MS Word document you can have different header/footer for first page, for even/odd pages.
However, you can have different headers/footers for each section in your document:
https://docs.aspose.com/words/net/working-with-sections/
So, if you build your template that the last page of it is separate section, in this case you can have unique footer on last page.
Best regards.