Generate RTF library in NET

This rtf generator is one of my first projects in.net, it started in Visual studio 2002 :D, then it was converted to visual studio 2003 and.net 1.1. Some time ago one of the developer of my team ask me if I know a quick way to generate an rtf file from asp.net, so I simply say

“Hey, I have this really old library of mine…..you can try at your own risk :D”

It seems to be enough for the needs of my friend, and so I decided to make it public with a BSD license. Please do not blame me for the code, I was young :D. The important stuff is that It seems to work (:D :D :D), or at least it worked on my machine in the 2003 …….

seal

If you look at the code……..please remember that

seal2

The important thing is that, you can try it, if you like it, enjoy it and use whenever you like. If you like it, please left a comment to this post, but you can also left a comment if you dislike it :D.

All the software is licensed under the BSD License, please read the file License.txt.

Here is the complete text of the license

***Copyright (c) 2008 Ricci Gian Maria
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of the author (Ricci Gian Maria) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ***

The code can be downloaded here.

Alk.

Tags: RTF