rtf Questions
2
Solved
I would like to know how to convert Xaml to Rtf in silverlight.
I am working on RichTextBox and i have the Xaml in hand and i would like to convert it to rtf and save it to the DB.
so how do I co...
Jasperjaspers asked 24/6, 2011 at 18:26
6
Solved
I need to submit my code to a competition in a .pdf file. It would be nice and much easier to read if the syntax was highlighted as in the actual studio. I don't really feel like highlighting it by...
1
Solved
MS Exchange / Outlook messages store data using MAPI. One common MAPI property contains a rich text version of the message's body (0x1009, PR_RTF_COMPRESSED, PidTagRtfCompressed). If the rich text ...
0
Sorry for the lame title, but couldn't think of a better way to say it, and have Bingleing for a few days on this.
I have code that reads in an RTF file, which I have put placeholders in to act as...
Postaxial asked 6/9, 2012 at 20:22
1
Solved
UPDATE May this post be helpful for coders using RichTextBoxes. The Match is correct for a normal string, I did not see this AND I did not see that "ä" transforms to "\e4r" in the richTextBox.Rtf! ...
1
Solved
In my <Product> I have:
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
LICENSE.rtf exists, and is an rtf file (I've tried saving with a few different programs in case it wa...
5
Solved
I work on a web-based tool where we offer customized prints.
Currently we build an XML structure with Java, feed it to the XMLmind XSL-FO Converter along with customized XSL-FO, which then produce...
2
Solved
Ok so I read about loading an embedded rtf into a rich text box and I am trying to do it when the form loads. The form is not the main form, it is a second form that loads when a control is clicked...
Placia asked 18/2, 2011 at 6:59
2
Solved
Is there a way in PHP to access compressed RTF and ouput RTF code to the browser?
I have a text column in SQL and I would like to extract the RTF from it - I have managed to output the data as 0x1...
4
Solved
I'd like to take some RTF input and clean it to remove all RTF formatting except \ul \b \i to paste it into Word with minor format information.
The command used to paste into Word will be somethin...
2
Solved
We currently have an application (Windows service) that connects to another of our applications and grabs invoices. In the invoices there is a RTF field for the footer/header fields. When we grab t...
2
Solved
Using delphi 7 TRichEdit component, RTF data is being imported from a msword document through copy and paste, but if data is contained in a box, it is not displaying correctly i.e.
Please assist...
2
Solved
Can someone please assist me with converting special characters to something that can be correctly represented in an RTF file?
I am taking text stored in a string on the iPad and outputting it as ...
Pipage asked 17/9, 2010 at 18:11
3
Solved
I have used a WPF RichTextBox to save a flowdocument from it as byte[] in database. Now i need to retrieve this data and display in a report RichTextBox as an rtf.
when i try to convert the byte[] ...
Learning asked 6/5, 2009 at 10:49
3
i need to convert rtf document that contains images (jpgs/pngs ) to image format
jpgs or pngs programmaticly , do you have any ideas on how to do it ?
on server side (web)
Thanks
3
What is the best solution for converting RichTextFormat info to HTML in C#?
I know there are libraries out there that do this, and I was curious to see if you guys had any advice as to which ones...
12
Solved
In my Delphi program I want to display some information generated by the application. Nothing fancy, just 2 columns of text with parts of words color-coded.
I think I basically have two options:
H...
Attica asked 5/3, 2009 at 10:59
4
What is the word(RTF/doc) equivalent of Html for the below tag.
<IMG SRC = "planet.jpg" align="left" Width = "600">
4
Solved
I've already seen lots of posts on the site for RTF to HTML and some other posts talking about some HTML to RTF converters, but I'm really trying to get a full breakdown of what is considered...
Mechanician asked 11/1, 2010 at 15:42
1
Solved
I want to create a text editor where I can make text bold, change its color, etc.
I found this code to approximately work:
public static void BoldSelectedText(RichTextBox control)
{
control.Sele...
Laural asked 28/10, 2011 at 0:18
3
Solved
I'm having trouble getting a RichEdit control to display unicode RTF text. My application is Unicode, so all strings are wchar_t strings.
If I create the control as "RichEdit20A" I can use e.g. Set...
2
Solved
I'm parsing RTF 1.5+ files generated by Word 2003+ that may have content from other languages. This content is usually encoded as hex literals (\'xx). I would like to convert these literals to unic...
1
Solved
From the Wikipedia page on Rich Text Format (http://en.wikipedia.org/wiki/Rich_Text_Format):
As of March 2008, the current version is 1.9.1. According to Microsoft's Office 2010
resource kit do...
Gefen asked 25/5, 2011 at 14:45
2
Solved
How to programatically insert string with special characters into RTF?
I have rtf template I load to string and then replace all $MY_VARIABLE$ with data.
Data contains special chars like 'ąęść' and...
2
Currently my project need export report to MS Word , and i choose using RTFTemplate engine to do it. But my problem is I need convert all character to RTF string first . Everyone have experiment wi...
© 2022 - 2024 — McMap. All rights reserved.