GroupDocs.Merger does not remove SECTION BREAKS for merged documents. Does it have any options to turn the section break off?

Similar with turning the page breaks off. Can we turn off section breaks as well when when merging docx document using GroupDocs.Merger

@dpinca

Currently, there is no direct option in GroupDocs.Merger to automatically remove section breaks or page breaks when merging DOCX documents. This functionality is under investigation, and a ticket has been created to address these use cases.

If you are looking for a way to handle section breaks manually, you may need to consider processing the documents before merging them, such as removing or modifying the section breaks in each document individually.

For the latest updates on this feature, keep an eye on the official communications from the GroupDocs team regarding the investigation ticket.

If you have further questions or need assistance with specific code examples, feel free to ask!

Sources:
[1]: GroupDocs.MergerTechnical Enquiry

@dpinca
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): MERGERNET-1824

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as MERGERNET-1824) have been fixed in this update. This message was posted using Bugs notification tool by atir.tahir

Thank you, I will try this

Initially I applied removal of PageBreak as well. Now I want it both. Do you have option to remove both? because I noticed removal of Page break and Section break sit only in joinOptions.Mode?
How to apply both WordJoinMode.Continuous and WordJoinMode.DisableSectionBreaks

@dpinca

We are further investigating this scenario. You’ll be notified in case of any update.

@dpinca

A new option, WordJoinMode.DisableSectionBreaks, will be available in the upcoming release of the API (version 24.11, expected this month). This option will remove all section and page breaks (as page breaks are also considered section breaks). For your needs, you will only need to use the WordJoinMode.DisableSectionBreaks mode.