Hi,
My application has performance problems when creating docx file with 30 pages or more. I find that producing the pages in small batches of 5 or so and then joining them together with AppendDocument() is much faster. My app has a mode where all output must be in a single section so my question is how can I merge the small files (each with its own section) into a combined document with a single section?
Thanks,
Bill Below