Closed Thread
Results 1 to 2 of 2

Thread: Saving in RTF

  1. #1
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Saving in RTF

    Well technically im using PHP to do this but that is not what I am having trouble with. I tried googling this and couldnt find anything.

    Basically I am trying to save something in RTF format. Is there a tutorial anywhere some people might recommend? Obviously I could just copy and paste the same thing a RTF thing created or play around with it for a few hours but I am trying to find a way to do this without being to messy.

    So far I have realized that this works fine:

    Code:
    {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
    {\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\f0\fs20
    \b Full Name:\b0  Blaine Sch\par
    \b Full Name:\b0  Blaine Sch\par
    \b Full Name:\b0  Blaine Sch\par
    \b Full Name:\b0  Blaine Sch\par
    \b Full Name:\b0  Blaine Sch\par
    }
    The first 3 lines just start it up - take any of them out and you mess it up... the \b \b0 thing make it bold and \par is a new line

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Saving in RTF

    I would start by reading the specification. Rich Text Format (RTF) Specification, version 1.6

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Saving Entry in C#
    By BigDeal in forum C# Programming
    Replies: 3
    Last Post: 09-08-2010, 12:34 AM
  2. Datagridview saving
    By elizabethmwashuma in forum C# Programming
    Replies: 1
    Last Post: 07-30-2010, 12:29 PM
  3. Saving Help
    By PascalPro in forum Visual Basic Programming
    Replies: 6
    Last Post: 11-12-2008, 07:18 PM
  4. Saving Data
    By RGB in forum Java Help
    Replies: 2
    Last Post: 09-25-2008, 01:06 PM
  5. Help saving spreadsheets
    By ronhvb03 in forum Visual Basic Programming
    Replies: 2
    Last Post: 03-04-2008, 05:08 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts