Creating footer with both Footer note (To the left Bottom) and Number (To the right Bottom)

Hi ,

Highly appreciate, if you can share an example to add footer to all the pages (excluding First page and TOC page.) And footer should have Note (at left bottom) and Page Number (Right bottom).

Attaching the sample document with the type of footer which i am looking for.

This is the code i am trying now and this just applies footer for one page , with both number and Note side by side.

============

builder.PageSetup.FootnoteOptions.Location = FootnoteLocation.BottomOfPage;
builder.PageSetup.FootnoteOptions.StartNumber = 1;
builder.PageSetup.DifferentFirstPageHeaderFooter = true;
builder.InsertFootnote(FootnoteType.Footnote, "Proposal Name");

=============================================

Thanks in advance

Hi Jagadish,


Thanks for your inquiry. I would suggest you to please see the following link to learn how to work with headers/footers using DocumentBuilder:
http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/howto-create-headersfooters-using-documentbuilder.html

Also, to learn how to add a FootNote, please see the following link:
http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/aspose.words.footnote.html
I hope, this will clarify many concepts to you and then you would be able to implement what you are trying to achieve.

If we can help with anything else, please feel free to ask.

Best Regards,