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

Open link from XPages RTF field

I have a document created in Lotus Notes client, with a RTF field. In that field I created a link hotspot in it that has to open a document in a shared unit of my net. It works fine when I click from Lotus Notes client. But when I open the same…
JBarnes
  • 63
  • 3
0
votes
2 answers

repeating header in BI publisher template

I am trying to design a template in BI publisher for the xml file generated by oracle BI PUBLISHER. I want my header part to repeat on all the pages like if the data is printed across pages the header portion related to the data should be printed on…
0
votes
0 answers

RichTextEdit box in UWP

I use this code from MSDN for displaying rtf in Windows 10 apps. It works good on my PC, but i have problem in Windows 10 mobile. I have rtf document with size 300kb. PC reads and displays it very fast, but phone complete the task around 10 sec.…
0
votes
1 answer

R language: Writing a JPEG into an RTF document using RTF package

I am using RTF package, and have a JPEG file that I would like to add to the RTF document that I'm creating. While, I know that I can use "addPlot()" function of RTF package, but I can't seem to make it work. Perhaps, I need to convert the JPEG into…
Soly
  • 155
  • 1
  • 2
  • 9
0
votes
0 answers

Any .Net reporting tool that can display images or tables embedded in RTF or HTML?

My problem is I currently have a Winforms RichTextBox (RTB) which can contain formatted text, images and tables. Reading it back from the database works as desired. However, trying to print what's in that RTB (among other related fields as well)…
topshot
  • 885
  • 6
  • 21
0
votes
0 answers

if condition in a for-each-group BI Publisher report

Im trying to get a summary output that displays data based on Product that have different CwaOrderType.
Yan
  • 35
  • 1
  • 4
  • 10
0
votes
1 answer

count dictinctly by group in xml bi publisher

So I have to do a report that will display and count distinctly the CwaProductCode based on CwaChannel and CwaOrderType. Heres my xml: Customer Portal UT…
Yan
  • 35
  • 1
  • 4
  • 10
0
votes
2 answers

Count Distinct Value

I have to do a report summary table that will be displaying the same data. Tried using the xdoxslt:distinct_values to group the same value but it does not work nor it displays any error. What I have right now: 001 - 1 002 - 1 001 - 1 What I need to…
Yan
  • 35
  • 1
  • 4
  • 10
0
votes
1 answer

How to open .rtf files as text stream

I am very very novice to c# and .net and trying to understand it. I am using solution from how to read all files inside particular folder and trying to apply in my below code. using System; using System.Collections.Generic; using System.Linq; using…
Rahul
  • 10,830
  • 4
  • 53
  • 88
0
votes
1 answer

wrong date format in bi reports oracle

I have the following date which is in varchar2(11) column in database: select valid_untill from SALES_ORDERS_V where header_id = 7999410; 30-May-2016 Using rtf template and xml source, the report output (PDF) is: 4950-11-19 04:45:49:0 I don't…
Muhammad Nadeem
  • 368
  • 4
  • 7
  • 21
0
votes
1 answer

sending a .rtf file with javaMail

I am trying to get a file with the .rtf extension as an attachment with an email. I cannot seem to get it in my mailbox. the code I currently use try { Message msg = new MimeMessage(session); msg.setFrom( ); // this is filled in but hidden…
0
votes
0 answers

SublimeHighlight copies cyrillic symbols invalid to rtf

I want to use plugin SublimeHighlight for Sublime Text 3 which can allow me to copy colored and formatted text to Word, but when I choose "copy to clipboard as rtf" or "view as rtf" I get invalid cyrillic (also arrow symbol) symbols when pasting to…
GingerN
  • 95
  • 1
  • 9
0
votes
0 answers

Font changes are not working after deploying to server

I am creating a Rich Text Format (RTF) document using a very old version of iText. I have to use Arial & Rockwell fonts, when I use and test these fonts within local server environment it works fine. But after deployment to Dev or Prod server…
Gaurav
  • 1
  • 1
0
votes
2 answers

Special chars in single and double quoted strings

I fetch a field from a database that contains a rtf document. For Example this could look like this: {\rtf1\ansi\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fnil\fcharset0 Calibri;}} {*\generator Msftedit…
rgn
  • 11
  • 1
0
votes
1 answer

How to Programmatically Access Contents of a Table in an Outlook Appointment

I'm working on a project where I need to somehow access the contents of a table embedded in an Outlook invite programmatically. If it were in an email, I'd be dealing with an object of the class "MailItem" and I could call HTMLBody and use the…
Michael
  • 57
  • 1
  • 4