Click here to Skip to main content
15,886,017 members
Articles / Desktop Programming / WPF

Document Template Processor

Rate me:
Please Sign up or sign in to vote.
4.14/5 (7 votes)
27 Jun 2009CPOL4 min read 43.5K   1.3K   40  
This article will describe how to create an RTF template file, parse and populate it with runtime data.
<Application x:Class="DocumentReader.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="DocReaderWindow.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>

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) Webbert Solutions
United States United States
Dave is an independent consultant working in a variety of industries utilizing Microsoft .NET technologies.

Comments and Discussions