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.

How to convert RichText (RTF) document with images into HTML in Delphi?

I have been trying to find a free (preferably open sourced) component or library which will allow to convert a …

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

delphi rtf
Convert rtf files to chm files ? Convert hlp files to chm files?

We were shipping .hlp files to customers when development was in VC++. The process to create it was as follows: 1. …

command-line rtf chm winhelp
Increment Counter in For-Each Loop for RTF Template

I am trying to increment COUNTER variable by 1 inside a for-each loop of BIP report using below code. However, COUNTER …

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

delphi rtf trichedit
RTF number of pages Page x of y

Not sure if this is even possible but I am trying to save text via a plain text output to …

rtf
Converting rtf to html with format in Java

I can use JEditorPane to parse the rtf text and convert it to html. But the html output is missing …

java html rtf jeditorpane strikethrough
How to create and save a .rtf, .doc, .docx in Objective-C for iOS

I am looking to create and save either a rtf, doc or docx file on an iPad (iOS). The scenario …

objective-c ios rtf docx doc
How to convert RTF to Markdown on the UNIX/OSX command line similar to pandoc

How do I convert RTF (say from stdin) to Markdown with a command line tool under UNIX/OSX. I am …

macos unix converter markdown rtf
Better Way of Manipulating RichText in C#?

I need to create and copy to the clipboard some RichText with standard "formatting" like bold/italics, indents and the …

c# string rtf