Click here to Skip to main content
15,868,055 members
Articles / Desktop Programming / WPF

Writing Your Own RTF Converter

Rate me:
Please Sign up or sign in to vote.
4.95/5 (234 votes)
1 Aug 2013CPOL14 min read 2.4M   40.4K   632  
An article on how to write a custom RTF parser and converter.
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sys2008", "Sys\Sys2010.csproj", "{1A9A64A4-3BDD-467D-ADB3-58BEDBBDEB4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parser2008", "Parser\Parser2010.csproj", "{210DBD13-A7B0-430A-AEB4-7E558CA61A46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interpreter2008", "Interpreter\Interpreter2010.csproj", "{3F1B94DC-2EE6-4674-A2DE-E60FFC63A1D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rtf2Raw2008", "Rtf2Raw\Rtf2Raw2010.csproj", "{879F1DF6-4280-4906-96EE-0B7CD1EF12A0}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1A9A64A4-3BDD-467D-ADB3-58BEDBBDEB4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1A9A64A4-3BDD-467D-ADB3-58BEDBBDEB4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1A9A64A4-3BDD-467D-ADB3-58BEDBBDEB4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1A9A64A4-3BDD-467D-ADB3-58BEDBBDEB4E}.Release|Any CPU.Build.0 = Release|Any CPU
		{210DBD13-A7B0-430A-AEB4-7E558CA61A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{210DBD13-A7B0-430A-AEB4-7E558CA61A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{210DBD13-A7B0-430A-AEB4-7E558CA61A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{210DBD13-A7B0-430A-AEB4-7E558CA61A46}.Release|Any CPU.Build.0 = Release|Any CPU
		{3F1B94DC-2EE6-4674-A2DE-E60FFC63A1D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3F1B94DC-2EE6-4674-A2DE-E60FFC63A1D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3F1B94DC-2EE6-4674-A2DE-E60FFC63A1D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3F1B94DC-2EE6-4674-A2DE-E60FFC63A1D9}.Release|Any CPU.Build.0 = Release|Any CPU
		{879F1DF6-4280-4906-96EE-0B7CD1EF12A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{879F1DF6-4280-4906-96EE-0B7CD1EF12A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{879F1DF6-4280-4906-96EE-0B7CD1EF12A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{879F1DF6-4280-4906-96EE-0B7CD1EF12A0}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Switzerland Switzerland
👨 Senior .NET Software Engineer

🚀 My Open Source Projects
- Time Period Library 👉 GitHub
- Payroll Engine 👉 GitHub

Feedback and contributions are welcome.



Comments and Discussions