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

A way to overcome RichTextBox's limitations?

I am developing an app using WinForms and the RichTextBox control. This control allows different changes to the RTF formatting using a property to change the font of the selected text. I have a button to toggle bold on the…
Alex Turpin
  • 46,743
  • 23
  • 113
  • 145
0
votes
1 answer

How can I put several paragraphs in a cell in Rtf 1

I can use a paragraph in a cell with this code: \trowd\cellx3000\pard\intbl\ltrpar\cf1\f0\fs24 aaaaa \cell\row But using 2 or more paragraphs is a problem for me. How can I do that?
0
votes
3 answers

Save RTF data in My Sql database

Please tell me how to save and show Richtextbox's data in database and retrive it in saved format and which datatype should be used to save that data. i am using vb.net and MY SQL
Dr. Rajesh Rolen
  • 14,029
  • 41
  • 106
  • 178
0
votes
1 answer

Save pictures in document using Powershell and Word 2013

I'm trying to convert a HTML file with externally linked images to RTF using MS Word 2013 via Powershell commands, when using below command file gets converted however pictures are missing $wrd = New-Object -ComObject "Word.Application" $doc =…
Nick Germi
  • 403
  • 3
  • 6
  • 15
0
votes
1 answer

How can I save rich text format data using asp.net in database ? How to retrieve the same data in a gridview?

How can I save rich text format data using asp.net in database ? How to retrieve the same data in a gridview ? I am trying to the take the input using texteditor provided in bootstrap framework.
Robin Agrahari
  • 807
  • 3
  • 11
  • 24
0
votes
1 answer

Convert RTF to Html prompts to save a word document

I have a Windows application that has an Email module. The form contains an RTF control where the client can add any Rich Text and I convert that to HTML and set it as the email body when I send an email. The problem is that it has been prompting to…
devguy
  • 37
  • 1
  • 9
0
votes
1 answer

Converting the EMR_LINETO (X,Y) coordinates to twips

I am working on converting the EMF file to RTF file. I am having a problem on converting the (x,y) coordinates (in EMR_LINETO record) to twips. So please post the conversion factor.
Bharat
  • 6,828
  • 5
  • 35
  • 56
0
votes
1 answer

Using RTF Templates with mergefields as input for generating reports

I have a requirement to generate word documents from j2EE/java where the input would be a RTF template (.rtf document) having merge fields. I have looked at docx4j which accepts only docx as input. RTFTemplate which requires a template engine(not…
Anton
  • 141
  • 1
  • 3
  • 4
0
votes
2 answers

How to upload RTF file In Ui text view in swift code

How can I load an RTF file in a UITextView?
0
votes
1 answer

Outputting formatted PDFs and RTFs in Java code

I'm looking to write some PDF and RTF files from my java app. I can use templates and so these would tend to vary between letter style reports where I replace some placeholders with data, to repeating table formats where there is a table/subform…
gringogordo
  • 1,990
  • 6
  • 24
  • 60
0
votes
1 answer

Using RTF template to dynamically generate columns

I have a query which gives the out put like this... EMPLOYEE_NUMBER, NAME, QUESTION, ANSWER. I need to show these information in a report like this EMPLOYEE NUMBER | NAME | QUESTION 01 | QUESTION 02 | QUESTION 03 ... In these question columns,…
CAD
  • 4,112
  • 6
  • 29
  • 47
0
votes
1 answer

RTF increase font size with a factor with regex

I have to increase all the fonts in an RTF string with a factor. The font size is defined as e.g. \fs120 (would mean 60 pt) in the RTF string. How can in go through all font sizes in the RTF string and multiply it with a factor to replace the…
Roland
  • 113
  • 2
  • 11
0
votes
1 answer

How to display and work with tabbed table in XPages?

I have database where all documents were created by Lotus Notes client. Documents contain Rich text field with tabbed tables with text and attachments on every tab. Now I want to show documents with XPages. But tabbed tables are not visible in…
Mario
  • 23
  • 6
0
votes
0 answers

Why bitmap is not displaying in trichedit?

I am building report system which some part of code looks like this: xmldoc := LoadXMLDocument(reportPath); xsldoc := LoadXMLDocument(templatePath); xmldoc.Node.TransformNode(xsldoc.Node, outputString); stream :=…
vBB
  • 215
  • 1
  • 3
  • 7
0
votes
0 answers

Rich Text Format: Overlapping cells

I have a little problem with RTF: In our company, we are using a software, where you can send reports to a printer. The report is a RTF-file, created by the software, which uses a RTF-template to create the file, and then sends it to the default…
Spooky
  • 1
  • 2
1 2 3
99
100