Append Two Docs into One

Is there a way to append two docs into one (I am familiar with the AppendDoc example) WITHOUT there being a section break unless I explicitly, programmatically put one there?

Attached is my attempt at appending one document to another. Ideally the section break is gone.

Try to use Section.AppendContent instead of Sections.Add.

Thanks. That suggestion did work. I am still trying to figure out how to use the api reference correctly/efficiently. Without concrete examples for a lot of the properties and mehtods and not knowing every single method, it is a little trial and error.

That’s why we are currently working on the programmers guide:

Hope the guide will be indeed helpful and let you find proper solutions for majority of the Aspose.Word usage scenarios.