Top "Rtf" 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.

Oracle BI Publisher auto width of excel columns

When creating a BI Publisher rdf template in Microsoft Word, with intended output to Microsoft Excel; is there a way …

oracle rtf business-intelligence bi-publisher
RTF to Plain Text in Java

How do you convert an RTF string to plain text in Java? The obvious answer is to use Swing's RTFEditorKit, …

java rtf
How to create RTF from plain text (or string) in C#?

Could anyone please help me to create RTF from string in C#? I save all the formats (bold, italic, etc) …

c# string rtf
Displaying a MS Word File in View(say TextView) in Android

I want to display a .docx file in a View in Android. The file has mathematical symbols and also images …

android ms-word textview rtf
HTML+CSS to RTF (in PHP)?

I am seeking a solution to converting HTML + CSS (2.1) to RTF in PHP. While I have found a superb solution …

php html css rtf
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 …

java xml xslt rtf
Using Vim to edit Microsoft Word files

I've found ViEmu, a vi emulator for microsoft word. However, I wanted to use vim to edit DOC or even …

vim ms-word rtf docx doc
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 …

c# .net rtf
Linux: Command Line Utility Convert RTF to PDF?

Any recommendations to convert an RTF to a PDF? I need to do this from my LAMP application, so a …

pdf rtf ghostscript
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; …

c# winforms richtextbox rtf richtext