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.

fast way to copy formatting in excel

I have two bits of code. First a standard copy paste from cell A to cell B Sheets(sheet_).Cells(…

vba copy format rtf
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 …

c# html rtf
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 …

.net html rtf richtext
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 …

c# vb.net image richtextbox rtf
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) …

regex rtf
Using Tables in RTF

I need to create a table in an RTF file. However I am not familiar with RΤF. Here is …

rtf
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 …

python text rtf
What is the RTF syntax for a hyperlink?

HTML is to <a href="x">y</a> as RTF is to _______?

syntax hyperlink rtf
Programmatically 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 …

c# image rtf image-formats
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 …

java swing editor rtf