1,837 questions
0
votes
0
answers
43
views
How can I automatically make flextable::save_as_rtf() use the entire available page width? [duplicate]
If I run the code below, I get an rtf that does not seem to use the entire page width when opened in MS Word.
flextable::flextable(head(iris)) |>
flextable::save_as_rtf(path = "test1.rtf&...
0
votes
1
answer
68
views
Coldfusion - PDF Richtext Textinput - Unicode - Font change on clic
I need help creating and populating PDFs with special characters.
First things first:
I've created a PDF template with a logo and some text fields, and the values in the text fields are populated via ...
0
votes
1
answer
67
views
Leading Spaces are removed when RTF scripted SAS dataset to Export into RTF while concatenating multiple reports
I am trying to concatenate multiple RTF reports into a single RTF file by importing into SAS data and Exporting to Combine RTF file. When I am doing that everything is transferred exactly except the ...
2
votes
1
answer
190
views
C# Windows Forms and URL embedded in link names?
I have spent the last few hours trying to do something I thought would be basic stuff in my C# Windows Form application - to have a RichTextBox with embedded links. However, this seems to be far more ...
0
votes
0
answers
73
views
How to conditionally hide column but also keep the table width fixed in RTF template
Requirement is to hide a column when the value is not there in any of the repeating tags but when a value is there then show column. Also when hiding the column the remaining columns show adjust and ...
0
votes
0
answers
61
views
How to Export an RTF File from a Custom Editor Built with Vanilla JavaScript?
I am building a custom text editor using vanilla JavaScript, and I need to implement functionality to export the content from the editor into an RTF (Rich Text Format) file.
The basic structure of my ...
1
vote
1
answer
83
views
Can I save a TextRange inline property to RTF in WPF?
So I'm writing a project that mimics Word.
The setup is relatively simple:
I get a nvarchar(max) from a database. This is to save the rtf content.
I convert the rtf when the RichTextBox is loaded.
...
0
votes
1
answer
67
views
Enterprise Architect javascript - working with word RTF and linked elements
I have an Enterprise Architect project with some Diagram. I want to add them to an external Word document (which cannot be generated with EA). Moreover, other people may need to edit this word ...
-1
votes
1
answer
316
views
Page format changes during RTF to PDF conversion using pypandoc
I’m using pypandoc to convert an RTF file to a PDF, but I’m running into an issue where the page structure and formatting are altered during the conversion. It looks like the output PDF is being ...
1
vote
0
answers
55
views
Dynamic signatures issues in oracle apps r12.2 RTF
Dynamic signatures are created for each PO. When executed individually, each PO displays a different signature as expected. However, when I run a range of POs (e.g., 1 to 10), only the first signature ...
0
votes
1
answer
96
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 ...
0
votes
1
answer
387
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 ?
...
1
vote
0
answers
184
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 ...
0
votes
0
answers
98
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 :
руÑÑки...
0
votes
0
answers
65
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'...
0
votes
1
answer
37
views
Print all records in a single RollSheet Paper
I want to create an rtf to print by BI Publisher on a RollSheet Paper .
I've set a repeating group that creates several records on print paper but I want to have all of them in a single paper (I mean ...
0
votes
2
answers
169
views
How to remove the decimal point from a string
We have an extract from Oracle when looking up the iby_trxn_documents table
The Value (invoice amount) is a string.
Examples are below:
54380
19.80
I would like:
54380 Dollars and 0 Cents
19 ...
0
votes
0
answers
334
views
how to convert rich text format to display in react
I have rich text format fetched from mssql database and i want to display it correctly in my react application, and can't seem to find any library and also i need a library with typescript(type safed),...
1
vote
1
answer
101
views
RTF cell position tags
Are there some cell position tag?
I see all ok with cells in wordpad but much worse/shifted in word.
I`d like to edit position tags if they exists...
0
votes
0
answers
117
views
Converting RTF file with images to TIFF
I got my .rtf file I generated using MSWord, and I added some images to it, it has 28000 lines, and now I'm trying to convert that rtf file to tiff image. Here's the code I have:
static void ...
0
votes
1
answer
157
views
How to sum distinct values within the same transaction number in RTF using BI Publisher?
I am seeking guidance on how to calculate the sum of the line amount when the transaction number is same. This calculation is required for TOTAL_AMOUNT column based on their particular TRX_NUMBER. ...
1
vote
0
answers
232
views
Showing HTML preview of .msg file
I'm attempting to display an HTML preview of a .msg file using Java for my backend. However, when I use Apache POI to read the .msg file, I only receive the content in either plain text or RTF format. ...
0
votes
0
answers
650
views
Error exporting RTF BI Publisher template to PDF when I change a table design in Microsoft Word
I'm designing some .rtf templates to exporting them into PDF format. I made a table in Word with the BIP table wizard and I tried to change the table design with Microsoft Word properties. When I ...
1
vote
1
answer
423
views
Converting Plain Text with HTML/Markdown Hyperlinks to Rich Text Format in React for Pasting into Email Editor
I'm working on a React component named FlexButton that's designed to copy text from a textarea to the clipboard. When clicked, this button should copy text, potentially containing HTML hyperlinks, and ...
3
votes
2
answers
847
views
Does \pard mean to reset the font?
I'm new to RTF, looking at this: https://www.oreilly.com/library/view/rtf-pocket-guide/9781449302047/ch01.html
"\pard means to reset the paragraph-formatting attributes to their default value, ...