Skip to content

Commit 35c9213

Browse files
authored
fixed spelling
1 parent 96efd9e commit 35c9213

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/remove-mergefields-retain-values-radwordsprocessing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to Remove a MERGEFIELD While Replacing the Placeholders with Values in RadWordsProcessing
33
description: Learn how to remove a MERGEFIELD from a document while replacing the placeholders with actual values, facilitating the MailMerge process in RadWordsProcessing.
44
type: how-to
5-
page_title: How to Remove a MERGEFIELD WWhile Replacing the Placeholders with Values in RadWordsProcessing
5+
page_title: How to Remove a MERGEFIELD While Replacing the Placeholders with Values in RadWordsProcessing
66
slug: remove-mergefields-retain-values-radwordsprocessing
77
tags: wordsprocessing, document, processing, merge, field, mailmerge, remove
88
res_type: kb
@@ -16,15 +16,15 @@ ticketid: 1667593
1616
| 2024.3.806| RadWordsProcessing |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
1717

1818
## Description
19-
When preparing a document for the [MailMerge]({%slug radwordsprocessing-editing-mail-merge%}) operation in RadWordsProcessing, it might be necessary to remove a [MERGEFIELD]({%slug radwordsprocessing-concepts-merge-field%}) without losing its inserted value. This process ensures that the document is clean and ready for MailMerge without encountering issues related to leftover `MERGEFIELD` .
19+
When preparing a document for the [MailMerge]({%slug radwordsprocessing-editing-mail-merge%}) operation in RadWordsProcessing, it might be necessary to remove a [MERGEFIELD]({%slug radwordsprocessing-concepts-merge-field%}) without losing its inserted value. This process ensures that the document is clean and ready for MailMerge without encountering issues related to leftover `MERGEFIELD`.
2020

2121
This KB article also answers the following questions:
2222
- How can I delete `MERGEFIELD` fields but keep their content in the document?
2323
- What is the correct approach to prepare a document for MailMerge in RadWordsProcessing?
2424
- Is there a way to clean up `MERGEFIELD` from a document without affecting its content?
2525

2626
## Solution
27-
To remove a `MERGEFIELD` while retaining their values, you can use the `RadFlowDocumentEditor`'s `DeleteContent` method. This approach involves deleting the field codes but leaving the field values as plain text in the document. Additionally, the [Find and Replace]({%slug radwordsprocessing-editing-find-and-replace%}) functionality provides a straightforward way to handle any leftover text from the fields.
27+
To remove a `MERGEFIELD` while retaining its values, you can use the `RadFlowDocumentEditor`'s `DeleteContent` method. This approach involves deleting the field codes but leaving the field values as plain text in the document. Additionally, the [Find and Replace]({%slug radwordsprocessing-editing-find-and-replace%}) functionality provides a straightforward way to handle any leftover text from the fields.
2828

2929
Here is an example code snippet demonstrating how to accomplish this:
3030

0 commit comments

Comments
 (0)