Click here to Skip to main content
15,906,624 members

Comments by Member 14146557 (Top 4 by date)

Member 14146557 12-Mar-19 5:29am View    
Thanks for your information.. I have read these articles but i cant find any solution for my requirement in these items.
Member 14146557 11-Mar-19 10:31am View    
As per my project requirement i should use OpenXML only. But i am not familiar with this openxml method. That's the reason....
Member 14146557 14-Feb-19 7:54am View    
Thanks all for yours suggestions.

This is my exact requirements,

1.I want to append some text in a file as first step,
2.And then want to create new page in the same file then will append some other text on that newly created page then will save the file as .doc in run time.

I am using
File.WriteAllText
and String builder to do that (Sample code given above)

Now the problem is can't create a new page in the file using File.Append or File.Write..
Can any one give some code to create a new page using this method?
Member 14146557 14-Feb-19 7:54am View    
Thanks all for yours suggestions.

This is my exact requirements,

1.I want to append some text in a file as first step,
2.And then want to create new page in the same file then will append some other text on that newly created page then will save the file as .doc in run time.

I am using
File.WriteAllText
and String builder to do that (Sample code given above)

Now the problem is can't create a new page in the file using File.Append or File.Write..
Can any one give some code to create a new page using this method?