Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Wed Apr 22, 2015 7:11 am

I have a text say {replace} in every page of the document(Page count 10). I want to replace {replace} text with some other text.
The replace text will be different for different pages.

For example:-

page 1: {replace} should be "xxyyy"
page 2 : {replace} should be "xzxwe"
...
doc.Replace(...) will replace all the text in the document but I want to replace text in each page individually. Is there a way to do that?

Thanks,
Vishnu

vishnupasuleti1234@gmail.com
 
Posts: 4
Joined: Thu Apr 02, 2015 2:02 pm

Wed Apr 22, 2015 9:57 am

Dear Vishnu,

Thanks for your inquiry. Apparently there is no way to do this.

Best Regards,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Wed Apr 22, 2015 10:26 am

Is it possible to have different footers for all the pages in the document?

Thanks,
Vishnu

vishnupasuleti1234@gmail.com
 
Posts: 4
Joined: Thu Apr 02, 2015 2:02 pm

Thu Apr 23, 2015 2:58 am

Hello,

Sorry, it is not possible to have different footers for all pages in the document.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Return to Spire.Doc