RTF word parsing (Experts with RTF)
I am using many rtf word processors in my .net application. They are a thrid party tool. If you are familiar with RTF then you know that you can have a large paragraph of RTF which is all formatting and no text.
Example:
{\rtf1\ansi\ansicpg1252\uc1\deff0{\fonttbl {\f0\fswiss\fcharset0\fprq2 Arial;} {\f1\fswiss\fcharset0\fprq2 Microsoft Sans Serif;} {\f2\froman\fcharset2\fprq2 Symbol;}} {\colortbl;\red0\green0\blue0;\red255\green255\blue255;} {\stylesheet{\s0\itap0\nowidctlpar\f0\fs24 [Normal];}{\*\cs10\additive Default Paragraph Font;}} {\*\generator TX_RTF32 13.0.501.502;} \deftab1134\paperw12240\paperh15840\margl1138\margt1138\margr1138\margb1138\widowctrl\pard\itap0\nowidctlpar\plain\f1\fs20 \par }
Does anyone know how a to strip the rtf down to text, to check if its empty or not?
Thank you

