Tagged Questions

The Rich Text Format (often abbreviated RTF) is a proprietary document file format with published specification developed by Microsoft Corporation since 1987 for Microsoft products and for cross-platform document interchange.

learn more… | top users | synonyms (1)

19
votes
5answers
13k views

Can anyone recommend a Java rich text editor?

The rich text editor must be implemented in Java, provide Swing support, and preferably be open source. I'm looking to integrate it into an existing Java/Swing application. Thanks.
15
votes
9answers
17k views

Convert Rtf to HTML

Are there any libraries around that can convert Rtf to HTML. We have a crystal report that we need to send out as an e-mail, but the HTML generated from the crystal report is pretty much just plain ...
12
votes
8answers
20k views

How do I convert HTML to RTF (Rich Text) in .NET without paying for a component?

Is there a free third-party or .NET class that will convert HTML to RTF (for use in a rich-text enabled Windows Forms control)? The "free" requirement comes from the fact that I'm only working on a ...
10
votes
1answer
461 views

How do i convert Xaml to Rtf in silverlight?

I would like to know how to convert Xaml to Rtf in silverlight. I am working on RichTextBox and i have the Xaml in hand and i would like to convert it to rtf and save it to the DB. so how do I ...
9
votes
3answers
6k views

HTML+CSS to RTF (in PHP)?

I am desperately seeking a solution to converting HTML + CSS (2.1) to RTF in PHP. While I have found a superb solution for HTML to PDF in Prince XML, I've yet to find anything that: can convert ...
8
votes
5answers
245 views

Save source code with formatting (syntax highlight)

I need to submit my code to a competition in a .pdf file. It would be nice and much easier to read if the syntax was highlighted as in the actual studio. I don't really feel like highlighting it by ...
8
votes
1answer
6k views

Programatically adding Images to RTF Document

I am trying to add a image to a RTF document which I am creating. I would prefer to not use 'copy/paste' methods (that involve pasting the image within a RichTextBox and then accessing the .RTF ...
8
votes
14answers
1k views

HTML or RTF?

In my Delphi program I want to display some information generated by the application. Nothing fancy, just 2 columns of text with parts of words color-coded. I think I basically have two options: ...
8
votes
6answers
15k views

How can I insert an image into a RichTextBox?

Most of the examples I see say to put it on the clipboard and use paste, but that doesn't seem to be very good because it overwrites the clipboard. I did see one method that manually put the image ...
8
votes
4answers
7k views

How do I generate RTF from Java?

I work on a web-based tool where we offer customized prints. Currently we build an XML structure with Java, feed it to the XMLmind XSL-FO Converter along with customized XSL-FO, which then produces ...
8
votes
3answers
5k views

Read (and write) RTF files with C++ / Qt

I am looking for a simple C++ library for tokenizing and parsing RTF (Rich Text Format) files. I am planning to edit them with Qt's QTextEdit. More the Formatting preserved the better -- but actually ...
7
votes
4answers
571 views

How can I convert an .rtf or .doc document to LaTeX?

Unfortunately, I can't use rtf2latex2e because it says that DropUNIX "no longer supports the classic environment". I barely know what I'm doing otherwise, besides dropping my .rtf file onto the ...
7
votes
3answers
3k views

What is the RTF syntax for a hyperlink?

HTML is to <a href="x">y</a> as RTF is to _______?
7
votes
8answers
7k views

Regular Expression for extracting text from an RTF string

I was looking for a way to remove text from and RTF string and I found the following regex: ({\\)(.+?)(})|(\\)(.+?)(\b) However the resulting string has two right angle brackets "}" Before: ...
6
votes
6answers
4k views

Is there a Python module for converting RTF to plain text?

Ideally, I'd like a module or library that doesn't require superuser access to install; I have limited privileges in my working environment.
6
votes
6answers
11k views

Is there a free way to convert RTF to PDF?

How can I programmatically convert RTF documents to PDF?
6
votes
3answers
319 views

What is the best solution for converting RichTextFormat info to HTML in C#?

What is the best solution for converting RichTextFormat info to HTML in C#? I know there are libraries out there that do this, and I was curious to see if you guys had any advice as to which ones ...
6
votes
2answers
511 views

What's a good way to process RTF-encoded files and convert them to XML?

I have never done huge amounts of RTF processing, I always used a library to read or generate one and that was a long time ago. Now I need to get more intimate with the format again, and eventually ...
5
votes
1answer
153 views

Richtextbox draw an rtf line

I want to add a horizontal line to the RichTextBox as a delimiter of my text. I've found some examples of RTF code implementing a line and tried them in that way: rtbResFile.Rtf = @"{\rtf1{\pard some ...
5
votes
1answer
143 views

Is the Rich Text Format deprecated?

From the Wikipedia page on Rich Text Format (http://en.wikipedia.org/wiki/Rich_Text_Format): As of March 2008, the current version is 1.9.1. According to Microsoft's Office 2010 resource kit ...
5
votes
4answers
2k views

How to convert HTML ==> RTF in Java?

The basic API of JAVA that uses RTFEditorKit and HTMLEditorKit, is not able of recognize tags like <br/> and <table>. So I have searched on internet a better way of converting HTML to RTF ...
5
votes
3answers
832 views

Using TRichEdit at runtime without defining a parent

I need to use a TRichEdit at runtime to perform the rtf to text conversion as discussed here. I succeded in doing this but I had to set a dummy form as parent if not I cannot populate the ...
5
votes
1answer
767 views

How to convert HTML to RTF in Perl?

I want a way to convert some basic html tags into RTF (like I, B, BR) Is there any simpler way to do that without paying for anything? Developing something from scratch is an option too.
5
votes
2answers
6k views

How to output unicode string to RTF (using C#)

I'm trying to output unicode string into RTF format. (using c# and winforms) From wikipedia: If a Unicode escape is required, the control word \u is used, followed by a 16-bit signed decimal ...
5
votes
7answers
3k views

Reset RTF in RichTextBox?

I'm trying to "reset" the formatting in my RichTextBox (WinForms, not WPF). I was previously using richTextBox.Text = richTextBox.Text; However, that seems to have suddenly failed me. Now no ...
5
votes
7answers
1k views

How do I display a formatted (colour, style etc) log in Delphi?

I need to display a formatted log in Delphi 2009. The formatting does not have to implement all the features of say html, but a small subset e.g. colour, font style etc. Currently I am using a ...
4
votes
4answers
343 views

Suppress line break in a RichTextBox at certain positions

I need to suppress some linebreaks in a RichTextBox. For example, consider d6+. There must not be a line break between 6 and +. Basically I'm looking for something like <nobr> in HTML. So ...
4
votes
2answers
1k views

rtf to docx conversion in C# / .NET

I have a need to routinely programmatically convert *.rtf files into *.docx. Manually, this works just fine with Save As inside Word 2007 ... the resulting docx behaves just fine. Programmatically, I ...
4
votes
2answers
216 views

Is there XSLT available for transforming WordprocessingML into RTF

I currently generate docx files programmaticaly in C#. I would like to transform my doc file into RTF. This be done with an XSLT transform. Is there a transform that is publicly available? I am also ...
4
votes
2answers
1k views

Delphi: best way to convert rtf to text

I need to convert rtf to plain text. i used to write a function that strips away rtf headers but it is never perfect. So one option can be using a TRichEdit created at runtime (something like ...
4
votes
2answers
642 views

Why do hyperlinks sometimes not show in an NSTextField with an NSAttributedString?

The text I use in an NSTextField is loaded from a file as follows. NSString *path = [[NSBundle mainBundle] pathForResource:@"Credits" ofType:@"rtf"]; NSAttributedString *as = [[NSAttributedString ...
4
votes
4answers
2k views

HTML to RTF Converter for .NET

I've already seen lots of posts on the site for RTF to HTML and some other posts talking about some HTML to RTF converters, but I'm really trying to get a full breakdown of what is considered the most ...
4
votes
1answer
315 views

Generating PDF documents from LISP

I want to generate a technical report from lisp (AllegroCL in my case) and I studied various packages/project to help me do this. Requirements: Need to generate a PDF May create an intermediate ...
4
votes
3answers
2k views

Unicode RTF text in RichEdit

I'm having trouble getting a RichEdit control to display unicode RTF text. My application is Unicode, so all strings are wchar_t strings. If I create the control as "RichEdit20A" I can use e.g. ...
4
votes
3answers
3k views

Get plain text from an RTF text

I have on my database a column that holds text in RTF format. How can I get only the plain text of it, using C#? Thanks :D
4
votes
6answers
25k views

A sample for jQuery based WYSIWYG Editor demonstrate OOP javascript

Want a WYSIWYG jQuery Editor as an example to illustrate how to use jQuery to built OOP javascript component. P.S. It is so good stackoverflow can use markdown... Would be a heaven if users would ...
4
votes
6answers
8k views

How do I extract/insert text into RTF string in C#

In a C# console app I have the need to extract the text from an RTF string, add some more text to it, and then convert it back into RTF. I have been able to do this using the ...
4
votes
4answers
7k views

Cleaning up RTF text

I'd like to take some RTF input and clean it to remove all RTF formatting except \ul \b \i to paste it into Word with minor format information. The command used to paste into Word will be something ...
3
votes
1answer
58 views

How to get text size and color from RTF file?

I have some text in RTF files. I need to extract the text but color and size must be extracted to my variables as well. How can it be done with any .NET tools or 3rd party lib's classes?
3
votes
3answers
65 views

How do rich text editors work and how would you go about build a basic one?

I thought I knew JavaScript pretty well, but then I thought about how rich text editors work, such as CKeditor, and realized I had no idea. I assume the buttons are somehow hooked up via JavaScript ...
3
votes
1answer
68 views

Looking for quality, desktop, cross-platform HTML to RTF solutions

I'm currently writing a simple cross-platform application (using RealStudio). I need a cross-platform desktop solution for the conversion of HTML (but preferably HTML+CSS) documents to RTF. I have ...
3
votes
2answers
59 views

Is it possible to have url reference of an image in xaml like html?

I am working on RichTextBox in WPF and i would like to know if i can have url references something like we have in html <img src="http://AnyWebsite.com/example.png" /> in xaml ( which i will ...
3
votes
3answers
243 views

Render RTF document as an image on the web

I have many RTF documents storend in my database. I'm trying to create a webpage to render an RTF document as an image. Any ideas on how to do this?
3
votes
3answers
834 views

Insert an image into RTF document in C#

I am creating a RichTextBox subclass that can insert images easily. I referred to this question to start, but I can't get the generated RTF string to work. When I try to set the SelectedRtf of the ...
3
votes
2answers
183 views

Display of Asian characters (with Unicode): Difference in character spacing when presented in a RichEdit control compared with using ExtTextOut

This picture illustrates my predicament: All of the characters appear to be the same size, but the space between them is different when presented in a RichEdit control compared with when I use ...
3
votes
1answer
466 views

Comparing two RTF documents side-by-side in Word (VSTO)

For my VSTO Word solution, I need to programatically "compare" two documents side-by-side. In other words I need to, from code, perform the equivalent of clicking the View > Show Side by Side button. ...
3
votes
4answers
550 views

C# Detect Key Press, avoid non-typing keys

Is there any way to proceed into a method if the key that is being pressed does not result in any typing. i.e. the shift key, control key etc without having to specify all of them. Ideally, to detect ...
3
votes
1answer
392 views

how to convert preformated text to RTF with java

hello I have a plain text emial (preformated with simple line-breaks) which I would like to convert to RTF to store it in database I have a desktop application written in .NET/C# and have to ...
3
votes
2answers
465 views

How to convert UTF-8 string to RTF string in java?

Currently my project need export report to MS Word , and i choose using RTFTemplate engine to do it. But my problem is I need convert all character to RTF string first . Everyone have experiment with ...
3
votes
2answers
645 views

Send an e-mail with rtf text in delphi

I would like to perform the following task: converting a TRichEdit content (an rtf text) into a not-plain-text e-mail message body. MAPI doesn't support rtf, but is there a way to do it maybe with ...

1 2 3 4 5 9