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.
0
votes
1answer
19 views
RichEdit.PlainText seems to not affect anything, Borland c++ builder 6
I'm trying to write something like rtf editor in BCB6 and I've encountered such problem while trying to add table to my RichEdit1:
RichEdit1->PlainText=true;
AnsiString ...
0
votes
0answers
68 views
How can I export text and image to PDF using iTextSharp?
I am having problems with iTextSharp and exporting to .PDF
I'm using iTextSharp 5.1.2.0. The issue is, however, when I try to export one with an RTF snippet referring to an image, the image does not ...
-5
votes
1answer
46 views
How to replace text in a text file [closed]
How to replace the content with another content in a text file using java. plz help me.
The text file contains the data like below.. In this you can find
{*\bkmkstart SIGNATURE_LINE1}\tab ...
0
votes
0answers
73 views
Delphi: Paste ANSI RTF text from the Clipboard as plain text with PROPER CHARSET
I have a non-Unicode Delphi 7 application - every component uses ANSI strings.
The Font.Charset property of certain components can be changed by the user.
I need to be able to paste RTF text from ...
0
votes
1answer
36 views
Store and retrieve rtf character codes into sql database
how can I retrieve the character codes when datatype is varbinary. It only gave the "System.Byte[]" string. Here is my code:
public String getTextText(string name)
{
DataTable myData ...
0
votes
1answer
65 views
How can I extract human-readable text from a code snippet?
I need to write a T-SQL query against a text column where some of the values are html or asp.net coding but include normal human-readable text. For example:
{\colortbl ...
0
votes
1answer
24 views
How to read parts of an RTF file and keep formatting
I was asked to create a control that reads in an rtf file and display the file in parts. The problem I am running into is that the font styling seems to be stored at a higher level than the snippets ...
0
votes
0answers
15 views
Can I paste RTF text from a RichTextBox to a WebBrowser Control?
I'm trying to copy formatted text from a RichTextBox control into a WebBrowser control and retain it's formatting. From there I'd like to grab the DocumentText in HTML format to save into a database. ...
0
votes
0answers
14 views
RTF to PDF with Line Numbers
I didn't specify a server language in this question because if there's a way to do it I can pretty much have it run on a server that runs that particular language...so please let me know if you have ...
0
votes
0answers
62 views
how to write rich text in word document through VBA Code
I am using clipboard object to write rich text in word doucment(MS Word 2003) thr'
Microsoft Access 2007 VBA code. sample code as follows,
lRtf = RegisterClipboardFormat("Rich Text Format")
...
0
votes
1answer
28 views
Import images and text into RTF file
I need to import images and some text into RTF file. Is there any easy way or should I use some finished code/example. Thanks.
Help!
0
votes
0answers
87 views
Any tool/technique to 'scrub' an RTF file?
We get RTF files from numerous sources (as well as generating our own). The RTF standard allows for all sorts of extraneous information that often is not necessary. As a result, RTF files that have ...
0
votes
1answer
50 views
Save Winforms RichTextBox Data as HTML?
I have to convert an Access VBA app over to VB.NET and one of the text boxes (format set to RichText) on the VBA app accepts a straight paste from a Word document including its formatting and saves it ...
4
votes
1answer
50 views
Display RTF (RichText Format) From Database to Client Side Report (MS ReportViewer)
Is this possible? I have been searching for a way to do this but I can't seem to find it anywhere. I have read somewhere that it isn't supported and then I've also read somewhere else that it is ...
0
votes
1answer
54 views
How to read a special character from rtf file using C#?
I am using C# to convert RTF to XML.
When reading the rich text there are special character's that are represented by special RTF tags. Eg: the double quote symbol ” the rtf tag is \'d3
When ever ...
0
votes
1answer
78 views
How to create .rtf and edit in iOS?
I have two UIImageView and two textfiled under the image view. One textfield for image1 and second textfield for image2.
Now I want that user enter text and give image name and that image will save ...
0
votes
1answer
81 views
how to convert .png image into rtf format in ios? [closed]
I want to convert .png image into .rtf format, and want to save in document directory.
I have no idea how to do this.
Any idea or suggesions from experts would be welcome.
0
votes
0answers
14 views
png image doesn't show in wordPAd but shows in Word2010
I have the following rtf file:
{\rtf1\ansi\ansicpg1252\deff0\deflang4105{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}}
{\colortbl ;\red0\green0\blue255;}
\uc1\pard\cf1\i\f0\fs22 ...
0
votes
3answers
89 views
How to generate an RTF document server side in c#
I have tried using the System.Windows.Documents.FlowDocument server side, but ran into a problem with images.
What I need to produce is a document with headings, section breaks, page breaks, images ...
0
votes
0answers
28 views
Sending RTF attachment with C# fails on iOS
I'm using the .NET smtpclient to send an email with an RTF attachment. I've used this code a bazillion times before, but never to send an attached RTF to an iOS client. Using the first-gen iPad and ...
0
votes
0answers
32 views
Read/write appointment RTF from Exchange Server 2007
What im tryng to do is
get appointment
modify it externally
write updates to exchange
When im doing it with Microsoft.Exchange.WebServices.Data.ExchangeService i will suck at the fist point, ...
0
votes
1answer
146 views
C# Is that possible to Convert byte containing .rtf document to byte containing pdf
I'm trying to send Email where content is a rtf document in database (column BLOB).
So, I get my document in byte type from my DB, but then I don't know how to convert the rtf content into a readable ...
0
votes
0answers
34 views
How to get attribute value of an element in rtf template using BI publisher
I have xml like:
<row rownumber="1">
<A.MONETARY_AMOUNT>-8657435577410.93</A.MONETARY_AMOUNT>
<A.RECEIPT_NBR>164005044842</A.RECEIPT_NBR>
<A.GL_CODE>A.GL_CODE ...
0
votes
0answers
13 views
Source code tag in a Rich Text Format file
I am using Diigo for creating notes. There are two modes Plain text and Rich formatting (RTF I guess). The problem is when I want to paste source code into the note when using the rich formatting, I ...
0
votes
0answers
52 views
php file_put_contents(“nombre.rtf”,$rtf); does not show me characters like ñ,ó, í
my problem is this: I'm trying to read a text in *. RTF in php to add values to my database in mysql, everything goes well until I open the file that generated and I see no special characters has ...
0
votes
2answers
56 views
Parse/display RTF text in HTML?
I'm looking to take some RTF code, such as this sample excerpt below, and displaying it in an HTML page. I don't need it to be editable, and don't want it to be at this time. In researching this I've ...
1
vote
1answer
61 views
InnoSetup, How to load a custom text into RTFText
I'm trying to store the text of InfoBefore textfile into a variable and then load it into the RTFEditor with a custom font color and backcolor.
When I try to load the text from the variable it says ...
0
votes
0answers
60 views
itext-rtf Table within a Cell
I'm using itext-rtf 2.1.7 to generate an RTF document.
The parameter table below for the method writeSectionHeaderTableInACell() will have two columns.
For each column, I need to insert a new inner ...
0
votes
0answers
105 views
set the table cell width in iText java RTF
I'm using iText-rtf 2.1.7 to generate an RTF.
I'm using the class PdfPTable to have a table-like layout for my document. However, the PdfPTable.setWidths() is not working. The generated table on my ...
0
votes
0answers
59 views
VB.NET reading an RTF doc and pasting to an excel spreadsheet
I have preformatted RTF documents. I need to open an RTF file, copy the contents and paste it to an excel spreadsheet cell. I can do plain text. How to paste formatted data?
NB: This function of ...
0
votes
1answer
80 views
Writing simple RTF files in Java
I am using Java 6, Windows XP, Eclipce Java EE IDE Juno, Swing.
Im looking for the simplest solution without adding any new librarys.
To describe my question i will first start with describing my ...
0
votes
0answers
19 views
RTF Tab alignment
How do I align the following line in RFT, the "|" needs to be aligned.
23|10%|-3
--|--|--
2|--|+9
22|100%|+3
column 1 would contain a max of 2 chars (00 - 99 or --)
column 2 would contain a max of ...
1
vote
1answer
29 views
How to resize RTF images
I am writing an image to an RTF document using ColdFusion 9 and I want to size the images to a certain size. How would I do that in the RTF? I cannot change the stored image size or make a new one.
...
1
vote
1answer
114 views
Parse RTF file into NSArray - objective C
I'm trying to parse and English Dictionary from an RTF file into an array.
I originally had it working, but I'm not sure why it isn't now.
In the dictionary, each word is separated by a new line ...
1
vote
1answer
45 views
Add formatting to Richtext box
I have a rich edit control and I want to add formatted text in it but it doesn't work:
const char* str="{\rtf1\ansi{\fonttbl\f0\fswiss Helvetica;}\f0\pard\
This is some {\b bold} text.\par\
}";
...
0
votes
0answers
148 views
Paste the Excel range value as Rich text format into Outlook body mail in VB.NET
I have to copy range value from an Excel sheet and paste it in Outlook mail body in Rich text format, Not in HTML b'cos it doesn't work in BB device, So RTF.
I have achieved HTML format as given in ...
0
votes
1answer
38 views
What's the best markup language to output to rtf,pdf and html? [closed]
I need to write a CV and some business letters and to make outputs
in different formats such as RTF, PDF, HTML and TEXT.
I am using TeX, that is great for PDF but seems to be very difficult
to get an ...
0
votes
1answer
25 views
Set minimum height for cells in RTF document?
I'm writing a program that programatically creates (without the use of an external library) an rtf document that has a simple table in it. Here is the relevant rtf code:
{\rtf1\ansi\deff0
...
0
votes
0answers
29 views
How to rtf file with font size and font type and color rows to 3 RichTextBox in VB.Net 2010? [duplicate]
this code for only text without any font formatting
can you change or add to read rtf ?
so I need to split "richtextbox4 rows" with font type and size and color
to richtextbox1 take row number 1
...
0
votes
1answer
90 views
how to Map rtf file rows to 3 RichTextBox in VB.Net 2010? [duplicate]
I need to split "richtextbox4 rows" to richtextbox1 take row number 1
richtextbox2 take row number 2
and richtextbox3 take row number 3
so all 3 richtextboxs take a row from "richtextbox4 rows"
-2
votes
1answer
134 views
Map rtf file lines to different RichTextBox in VB.Net 2010? [closed]
I need to open an rtf file and send the first line to richtextbox1 with formatting and color, then the next line to richtextbox2 and so on.
Please help me to do this code right.
16
votes
2answers
673 views
Displaying a MS Word File in View(say TextView) in Android
I want to display a .docx file in a View in Android. The file has mathematical symbols and also images in between the text. I want to display many such files and flip through them via swipe gesture. I ...
0
votes
1answer
112 views
Create Horizontal Line in FlowDocument programmatically
I am programmatically creating a FlowDocument, then translating it to Rich Text, so a user can edit it in a Rich Text box. I cannot figure out how to insert a horizontal line in the FlowDocument that ...
1
vote
2answers
318 views
How to get text with RTF format from Rich Edit Win API?
(Sorry for my crazy English)
I want to get all the text in Rich Edit with RTF format, not plain text to a variable. I tried SendMessage() with EM_STREAMOUT to write directly Rich Edit to file, but I ...
0
votes
0answers
63 views
concerning RTF, the clipboard and olMailItem
This is actually one big blur of questions which came to mind on a certain issue.
What I'm actually trying to do is to add entries to our sharepoint server through outlook. The issue that I'm stuck ...
0
votes
1answer
139 views
Sharepoint 2010: How to programmatically update a RTF column with formattings
I've a RTF text field in a list. Users can edit and format this column in many ways, and it also shows up with this formatting in views, which is very beautiful.
However, is it possible to update ...
1
vote
0answers
70 views
RTF document on Quick Look - iPhone SDK
I have some RTF documents, created with the MigraDoc Foundation (included with PDFsharp), which include tables. I'm trying to open them from the iPhone using UIWebView and QuickLook but in both cases ...
0
votes
1answer
167 views
Export entire C# program source code as a single RTF document?
Does anyone know of a utility or Visual Studio Add-In that would allow you to export an entire C# program ( all *.CS files ) as a single colorized and formatted RTF document ?
.....or.....
is there ...
1
vote
1answer
25 views
Can boilerplate text be made conditional on a field value when generating RTF documentation from EA?
Using EA 9.3.930 I'm trying to generate a document which I don't have to hand edit lots afterward.
I've an element section where I want to show
PackageName::ElementName extends BaseClasses
This is ...
0
votes
1answer
75 views
Loading a rtf file in a windows store app
I am trying to load a rtf file in a windows store app, however this file comes with a style and sometimes that style is applied and ohter times isn't. This behaviour is TOTALLY random (If I rerun the ...





