i have a paragraph in first page of word document and the same paragraph content is continuous in second page of word document ...while continuing paragraph from first page to second page it is getting overlap with footer in first page ....
if i have a paragraph which is ended in first page itslef and in second page new paragraph started in tht case no overlap with footer in first page becoz the paragraph is ended in first page itself not continuing to second page....if the paragraph is continuing to second page in tht case iam able to seee overlap with footer......
how to avoid overlap of first page paragraph content with footer when the paragraph is continuos to second page ?
i kept top,bottom,left,right margins for word document....
oDocBuilder = new Aspose.Words.DocumentBuilder(oDocument);
Aspose.Words.PageSetup oPageSetup = oDocBuilder.PageSetup
oPageSetup.BottomMargin="0.05"
i think here margin is making the text in first page overlap with footer at the bottom......