Hello Team,
I’m using the following code to replace bookmark Content from one document with Content from another:
public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath)
{
Doc…...@KeerthanaRamesh214 You can extract content including bookmark start/end...before inserting the extracted content into the destination document...