I am creating a custom report using a set of subdocuments. The subdocuments are selected based on responses to a questionnaire. The subdocuments have section break set to continuous. As I add them programmatically to the master document's Subdocuments collection, a blank page is created between the sections.
Can anyone provide a bit of code to delete these unwanted blank pages? I'm working in C# with a wrapped Word dll, but I can adapt suggestions in any language.
Can anyone provide a bit of code to delete these unwanted blank pages? I'm working in C# with a wrapped Word dll, but I can adapt suggestions in any language.