This is a migrated thread and some comments may be shown as answers.

UnMerge or Split document

1 Answer 102 Views
WordsProcessing
This is a migrated thread and some comments may be shown as answers.
Naveen
Top achievements
Rank 1
Naveen asked on 05 Aug 2019, 12:50 PM

Dear Concerned,

I am successfully able to merge multiple documents (.DOCX) in to a single document using RadFlowDocument.Merge function.

Now I want to split this document back into multiple documents. please suggest how to proceed?

 

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 08 Aug 2019, 10:19 AM
Hello Naveen,

RadWordsProcessing currently doesn't provide such functionality, but I logged a Feature request in our public portal for it. Please, make sure to cast your vote for the implementation as well as subscribe to the task by clicking the Follow button so you can receive updates about status changes.

Fortunately, there is a way to implement splitting using the existing API and I made an example of how you can achieve the desired result. However, please keep in mind that this is only an example and you might need to modify it according to the specific case. We can accomplish the task using the DocumentElementImporter class to import document elements from one document to another. It also handles the style repository merging. You can read more in the Import Document Element help section.

I hope this helps.

Regards,
Martin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
WordsProcessing
Asked by
Naveen
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or