Click to See Complete Forum and Search --> : Asp & Rtf


lmf232s
02-15-2005, 05:41 PM
I have a page that uses FSO and RTF to create a word document.
I was wondering if anyone know where i can fine out what all
the RTF syntax means. From trial and error, i have figured out that

\par = new row/line
qr = align right
qc = align center
ql = align left

I am also able to create tables.
I would like kind of a RTF syntax dictionay. If none is available
Im sure ill be able to use brute force to get this done.

Thanks.

russell
02-15-2005, 06:39 PM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/html/RTFSpec_2.asp

russell
02-15-2005, 06:41 PM
and here's one i just found that looks ok.

http://www.biblioscape.com/rtf15_spec.htm

lmf232s
02-16-2005, 10:29 AM
The second link is on the money.
I had found microsofts web page on that (the first link you posted)
and was not impressed with the amount of information that they put
up on the web. No they may have something else if you dig deeper but
i could not find it.

Any way the second link is perfect, it was just what i was looking
for. I am quite amazed at how many differnt things you can do with
RTF.

Thanks.