Questions tagged as 'rtf'

1
answer

How to Convert RTF to HTML

I'm working on a web system that pulls a bulletin board from a system made in Delphi, which uses the RTF format to format the text. With this I need to use some Server-Side class in PHP to turn it into HTML. The class I am trying and t...
asked by 29.01.2015 / 20:01
1
answer

Format RTF file to be sent as body using MFMailComposeViewController

I have to send a text report (with formatting) that I put in an RTF file within my project. When I set the email body using the method below, the formatting of the RTF file is not recognized by the MFMailComposeViewController. Here is the...
asked by 03.03.2014 / 00:27
1
answer

How to convert HTML to RTF?

I have a project in Asp.Net MVC where I would like to convert an HTML string to RTF on the Controller. I have tried the following ways: Source 1 using(var webBrowser = new WebBrowser()){ webBrowser.CreateControl(); webBrowser.Doc...
asked by 18.02.2016 / 22:08
1
answer

Text encoding for RTF in java

I'm trying to modify a .RTF file, where the parameters to be modified are set as numbers. However, its characters are in ANSI I believe, because the file has its header the following directives in RTF {\rtf1\ansi\ansicpg1252...
asked by 24.09.2018 / 23:14
0
answers

Crystal Reports - RTF vs HTML

I am generating several reports with Crystal Reports, and as I realized there are basically two ways to interpret formatted text (RTF and HTML). Considering the different styles , the various HTML tags, what would be the option that offers...
asked by 19.02.2016 / 15:25
0
answers

RTF table border size

I'm doing a simple RTF editor (with RichTextBox ). I'm working on the editing part of tables, the code to insert them is ready: private void InsertTableInRichtextbox(int rows, int columns,int csize) { //CreateStringBuilder o...
asked by 23.03.2018 / 20:59
1
answer

RTF formatting.

I have an RTF in the database that saves the colors, the enter, among other actions that the user gave. I'm using the following code to convert the RTF to show in HTML, however I'm missing all these formatting, is there any way to fix this?...
asked by 12.06.2017 / 14:19
1
answer

Load XML into xrRichText

In my application (Visual Studio / C #), I need to load a XML string in a xrRichText , so I think of converting during run time
asked by 07.05.2018 / 20:46