Skip to main content
The 2024 Developer Survey results are live! See the results

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.

rtf
0 votes
1 answer
102 views

SAS ODS text margins wider than table in PROC REPORT

I'm modifying an existing SAS program provided by our grant funder to automatically create RTF report tables with styles that match what our reports looked like in the past. I'm encountering two ...
roadrunnr23's user avatar
0 votes
1 answer
15 views

Sending RTF body messages to Outlook with MimeKit and Mailkit

Im currently working with MailKit and Mimemessage in sending emails with "plain","html" and "rtf" bodies. Although I am having an issue with sending an email with an rtf ...
adrien there's user avatar
-1 votes
1 answer
19 views

Multilayered Rows for SAS Proc Report

Is there a way to have a multilayered row setup in SAS? I have too many columns in my .rtf output, and the overflow is placed in a separate table. This is the desired result: <b> ...
jturner900's user avatar
0 votes
1 answer
28 views

I want to hide column dynamically in BIP report

I want to dynamically hide the columns if the value is there. If value is there then I want to hide that column else It should display with some constant value. Can we do it in BIP RTF template ? ...
Panchanan's user avatar
0 votes
0 answers
13 views

How to conditionally hide a column in RTF template when there is value in column

I want to hide the column when there is value in that field. If there is no value then that column should visible in output.
Panchanan's user avatar
-5 votes
0 answers
125 views

Delphi loading RTF file gives me a I/O error 13

I'm writing code for a multi-device application in Delphi 11 that will read from a RTF text file. When running it, I get an I/O error 13. This stumped me and I don't really know what to do to fix it. ...
Arion Swanepoel's user avatar
0 votes
0 answers
62 views

How to include images when converting Markdown to RTF using Pandoc?

Title: How to Include Images When Converting Markdown to RTF Using Pandoc? I'm working on a script that converts Markdown to RTF format using Pandoc, followed by textutil for the final conversion to ...
CSEE's user avatar
  • 11
0 votes
0 answers
24 views

Module Striprtf in UDF returns error in Fabric PySpark

This is my first post in this community and I am excited. Environment I am using a Notebook in Microsoft Fabric. The language is PySpark. Objective I want to convert a column in RTF to plaintext. pip ...
Sutit's user avatar
  • 1
0 votes
1 answer
48 views

SetClipboardData can't write any data

I am trying to write HTML to the clipboard as rich text, but it doesn't work. What did I do wrong? I tried running html_to_clipboard separately, but the clipboard is empty. SetClipboardData does not ...
END SKY's user avatar
0 votes
0 answers
54 views

How to use XML column variable into RTF Oracle analytic Publisher Code Properties

<fo:external-graphic src="url({concat('http://example.com/files_display/qr?ids=', 7 )})" content-height="50mm"/> i am using this code to display image on RTF report its ...
kamran ijaz's user avatar
0 votes
0 answers
34 views

ASP.NET MVC : Rich Text Box With Custom Context Menu

I am looking to incorporate a rich text editing feature into a on premise application of mine developed using ASP.NET MVC. In addition to the rich text editing features, the users shall also enter ...
Kumar C's user avatar
  • 132
0 votes
0 answers
83 views

problem with RTF: velocityContext and russian symbols

problem description There is a document template in rtf format, we replace the placeholders with other data - it works correctly. But if you insert Russian characters, the result will be : руÑÑки...
newbor's user avatar
  • 1
-1 votes
1 answer
62 views

How do I get rich text format by py from the clipboard instead of plain text?

How can I retrieve rich text format content from the clipboard in Python after copying it from Excel or HTML? I tried pyperclip and clipboard python package, but they only output plain text. I would ...
END SKY's user avatar
0 votes
0 answers
11 views

Remove Bulleting from RTF with DevExpress

I am trying to read RTF data into DevExpress that includes a bulleted list like so: Item 1 Item 2 Item 3 I want to keep the items as paragraphs but want to remove all the "bullet-ing" -- ...
RHarris's user avatar
  • 11k
0 votes
0 answers
38 views

Word Macro to convert RTF-string into table or image

I work with macros in Word. The input to the macro is a data set that may contain an RTF object. It could be plain text, a table or an image (maybe something else, but that’s what I’m focusing on). I'...
Ivan Serdukov's user avatar

15 30 50 per page
1
2 3 4 5
124