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.

Eclipse copy code with syntax highlighting

I'm writing a document of programming guidelines for my developers team. I use MS Word. We work with Eclipse CDT (…

c++ eclipse syntax-highlighting eclipse-cdt rtf
Notepad++ Rtf Editing plugin

Is there a plug-in for Notepad++ that does rtf highlighting? To clarify, I mean when one opens an rtf file …

plugins notepad++ rtf
RTF Bullet List Example

It seems impossible to find a very simple working example for an RTF bullet list that looks like this: Hello …

rtf
How to convert FlowDocument to rtf

I have used a WPF RichTextBox to save a flowdocument from it as byte[] in database. Now i need to …

c# rtf flowdocument
Setting column width in RTF

I have what I hope is a simple question ! I am generating a simple RTF table that is subsequently opened …

width rtf
Invoking Word for rtf to docx conversion

I have a need to routinely programmatically convert *.rtf files into *.docx. Manually, this works just fine with Save As …

c# .net ms-word rtf office-interop
How to Convert Simple RichText to HTML tags in Delphi?

You may say that there are lots of discussions about this in stackOverflow, but most of them are more complicated …

html delphi rtf delphi-2006 richedit
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 …

c++ qt parsing rtf
Merge RTF files

I have a set of RTF's stored in strings in C# is their a way to merge these into one …

c# rtf
Convert RTF to and from plain text

I have a requirement to convert plain text to and from RTF (RichText Format) using javascript. I am looking for …

javascript rtf