Questions tagged [rtf]

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.

Most word processors are able to read and write some versions of RTF. There are several different revisions of RTF specification and portability of files will depend on what version of RTF is being used. RTF specifications are changed and published with major Microsoft Word/Microsoft Office versions.

It should not be confused with enriched text (mimetype "text/enriched" of RFC 1896) or its predecessor Rich Text (mimetype "text/richtext" of RFC 1341 and 1521); nor with IBM's RFT-DCA (Revisable Format Text-Document Content Architecture) which are completely different specifications.

http://en.wikipedia.org/wiki/Rich_Text_Format

1809 questions
0
votes
1 answer

how to extract image from rtf file using RTFEditorKit

Using this coding html only will be extracted. but i need to extract the image from rtf. i think the problem is in RTFEditorKit. please suggest your ideas to solve this. private static String rtfToHtml(Reader rtf) throws IOException { …
0
votes
1 answer

EditingCommands.ToggleNumbering and EditingCommands.ToggleBullets have different indents

I'm trying to create a very simple rich text editor control based on the richtextbox control and would like Numbers and bullets to be given the same indentation. Using the togglebullets and togglenumbering commands in EditCommands I get numbers…
James
  • 15
  • 6
0
votes
1 answer

rtf - table column hidden

The following code only displays the first column: {\rtf1\ansi\deff0 \trowd \paperw15840\paperh12240\margl720\margr720\margt720\margb720 \cellx4000 \cellx3000 blagshfshsfhsfhsfhs \intbl\cell blagshfshsfhsfhsfhs \intbl\cell } Is there something I'm…
category
  • 2,113
  • 2
  • 22
  • 46
0
votes
0 answers

Grouping for similar level groups in RTF in Oracle EBS for reports

My Company - - 123456 - 654321
Warrior92
  • 1
  • 2
0
votes
1 answer

IOS: Reading RTF file with wrapping text

I read rtf file with code: NSURL *rtfString = [[NSBundle mainBundle]URLForResource:@"Privacy Policy Imaspanse" withExtension:@"rtf"]; NSError *error; NSMutableAttributedString *stringWithRTFAttributes = [[NSMutableAttributedString…
0
votes
1 answer

Getting rtf field from domino with java for JSON

I am trying to make JSON that I would save as domino document. Everything works fine, except when handling rich text format field. The problem is this: my html editor puts newline and tabs after every html beginning tag, so when I try to get rtf in…
akrelj
  • 151
  • 4
  • 18
0
votes
1 answer

Converting string/*.rtf to PDF

I have been trying to convert, both, a string and a .rtf document to a PDF document. So far I had mixed success. I have tried 3 different ways (code below) to turn the text into PDF. All of em compile, run and create a PDF, but in all casses the…
0
votes
1 answer

Word perfect(.wpd) support for aspose.words generated docx rtf

I am trying to create a "rtf" file using Aspose.Words to open the "rtf" file in Corel Draw Word Perfect. When I am doing this, the "rtf" content open perfectly in Microsoft Word but doesn't open correctly in the Word Perfect Software. The text is…
0
votes
2 answers

How to display an .rtf file in a Powershell RichTextBox

I want to display the content of an RTF file in a Powershell RichTextBox. I am trying to make a kind of custom EULA, and the easiest way to do it would be to write the content in an RTF file and then have it display in a RichTextBox on my form, so…
Ben
  • 4,281
  • 8
  • 62
  • 103
0
votes
1 answer

concatenating 2 rtf fields stored in blobs with a sql script

I need to concatenate 2 rtf fields stored in 2 separate blob columns (actually they are nvarbinary(max) in sql server). I need to do this with a database script, not in an application. Is there a way? Or the only solution is to remove all the rtf…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
0
votes
1 answer

Displaying RTF in compact framework

I have been surfing for this anwser, but seems like its not supportef in CF. I have come across a solution with SDF InkX control, that can display RTF file. Can some1 please point me to a good example how to do this? thanx
no9
  • 6,424
  • 25
  • 76
  • 115
0
votes
0 answers

RichText Default Font Size

I started with RichText, and i feel happy about the results i got. So i have one small thing i don't understand. I wrote a Text like "Überschrift" and save the rtf to my databes. The result is like this... {\rtf1\deff0{\fonttbl{\f0 Calibri…
Ku86
  • 1
0
votes
1 answer

parsing RTF templates via php

I'm trying to use an RTF file as a template for generating a new RTF document containing a page per (mysql) database row. My method almost works except that the generated file contains only one page, with the first row, and not one page for each…
pixeline
  • 17,669
  • 12
  • 84
  • 109
0
votes
1 answer

I have a rtf column on my grid view and want to convert that column in plain text and show it to grid wiew

I have a rtf column in my sql server database and I want to convert it to plain text and so I can show as plain text in my grid view column. than I am converting grid view to word. I am stuck with converting rtf column to plain text code using…
er ser
  • 1
  • 1
0
votes
1 answer

Report on tagged values of child elements in RTF

Is it in Enterprise Architect possible to report in an RTF document on the tagged values of the child element (in the section "Child Element")? My specific problem is that I'm nesting elements inside another one (due to the structure of the project…
1 2 3
99
100