I have a document that already has some content in it and I want to add table just after the end of the content.
document.AddSection() starts from the new page. even when I use : section.BreakCode = SectionBreakCode.NoBreak;
How can this be implemented . I need to add tables and paragraph not to start from next page but to just continue from where the existing content stops.
Thanks for prompt response.