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 a string to RTF in C#?

Question How do I convert the string "Européen" to the RTF-formatted string "Europ\'e9en"? [TestMethod] public void Convert_…

c# rtf
Is it possible to display an RTF file inside a web page using PHP?

I have an RTF file that I want to display inside a web page after tags have been replaced with …

php document rtf
Is there a free way to convert RTF to PDF?

How can I programmatically convert RTF documents to PDF?

pdf rtf
iText add new page

How can you add a new page to an iText document? document.newPage(); doesn't seem to work. I am using …

java rtf itext
How to reduce size of RTF with embedded images?

We have some code which produces an RTF document from a RTF template. It is basically doing string search and …

java performance image rtf
How to make some text bold in a rich text box in C#

I want to create a text editor where I can make text bold, change its color, etc. I found this …

c# winforms richtextbox rtf bold
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.…

javascript jquery wysiwyg rtf fckeditor
Links inside rich textbox?

I know that richtextboxes can detect links (like http://www.yahoo.com) but is there a way for me to …

c# winforms hyperlink richtextbox rtf
C# .net converting HTML to RTF

Theres another post at HTML to RTF Converter for .NET, but are there any open source converters or tutorials? I …

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

c# unicode rtf codepoint