You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article demonstrates a sample approach how to convert the images in WMF format to PNG within a[RTF]({%slug radwordsprocessing-formats-and-conversion-rtf%}) document.
20
+
This article demonstrates a sample approach how to convert the images in WMF format to PNG within an[RTF]({%slug radwordsprocessing-formats-and-conversion-rtf%}) document.
21
21
22
22
## Solution
23
23
24
24
To convert WMF images to PNG format within an RTF document using RadWordsProcessing, follow these steps:
25
25
26
-
1.[Import the RTF file](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/rtf/rtfformatprovider#import)into a `RadFlowDocument`.
26
+
1.[Import the RTF file](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/formats-and-conversion/rtf/rtfformatprovider#import)as a `RadFlowDocument`.
27
27
28
28
2. Iterate through the [floating images]({%slug radwordsprocessing-model-floatingimage%}) in the document.
29
29
@@ -34,6 +34,11 @@ To convert WMF images to PNG format within an RTF document using RadWordsProcess
34
34
Here is a sample code snippet demonstrating this process:
0 commit comments