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…...during replacement the line break is getting removed how can we...importedSection.HeadersFooters.Add(importer.ImportNode(hf, true));...