Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
64 views

I'm trying to put an hyperlink in a generated document using a custom script, because the link needs to be fetched by the script. I'm generating the XML in the custom script like follows: (...) var ...
vascobnunes's user avatar
0 votes
1 answer
74 views

I regularly use this service to create a new text file in the currently opened folder: tell application "Finder" set txt to make new file at (the target of the front window) as alias ...
PeterPefi's user avatar
0 votes
1 answer
685 views

I am trying to fetch the count of vCore assigned to the existing apps deployed in Mule Runtime Fabric either directly from Mulesoft or from Elastic monitoring by building the Mule Api and fetching the ...
Poorva K's user avatar
0 votes
1 answer
96 views

From a REST API call I get a description text in RTF format. Just as a test, I have added just a small bitmap image (2x3 pixels in red) to that description. This returns the following RTF format ...
Peder's user avatar
  • 165
0 votes
1 answer
36 views

So, I had two boolean variables (let's say x and y) and a very simple code in an rtf OBIP template like that: <?if x="false"?> <?if y="false"?> Some text1 &...
tpr's user avatar
  • 1
-1 votes
1 answer
251 views

Update: Yes, thank You very much satesrah for the idea! You are right, there is mashup of encodings and I can't convert the whole text in Win-1251 or Win-1252.. I didn't want to insert unicode and ...
Gennady G's user avatar
  • 1,116
0 votes
1 answer
916 views

I am struggeling to get the RTF Text out of my RichTextBox. I am using C# .Net6.0, WPF. I need to get the RTF String from the RichTextBox and store it in a variable. This Variable is in a class that ...
Aquedus's user avatar
  • 31
0 votes
1 answer
361 views

unfortunately I can't get any further with my "project" and I can't find a solution that satisfies me, so I'm turning to you now and hope that I will get a good solution to my problem from ...
Mugiwara's user avatar
1 vote
0 answers
406 views

I am getting "General input/output error" when trying to open some of the RTF files with LibreOffice Writer. I've tried both versions LibreOffice 7.5.5 and 7.6.0 If I open them with Wordpad ...
Lucy's user avatar
  • 11
1 vote
0 answers
95 views

I want to load a RTFD file (rtf with images) in a WebView. So I created a file in TextEdit with a text and one image, and saved as doc.rtfd [1 In order load the file on SwiftUI I tried the following ...
joan's user avatar
  • 2,561
1 vote
1 answer
210 views

I have an AppleScript app that would like to create a note (in Apple Notes) that uses the checklist feature. Apple Notes apparently uses a special version of Rich Text Format (RTF) (com.apple.notes....
user1092808's user avatar
1 vote
1 answer
43 views

i have this example XML-File with code-elements which every code-Value stands for a country. The name of the countries are listed in an external XML-File. Later i want to use this external-file in ...
Tom Yeldim's user avatar
1 vote
0 answers
354 views

I do a lot of reverse engineering from logs and am looking for a simple tool that'll do the following: Take the plain text log file as input Change the font color to the one I specify for texts I ...
anoop1942's user avatar
1 vote
1 answer
130 views

In my app I sort through thousands of lines of questions to create a property list file. As part of this, I need it to detect which texts are in bold, as those are the ones marked as the correct ...
user717452's user avatar
1 vote
0 answers
1k views

I need to convert a bunch of RTF files to HTML keeping the same formatting as possible So I tried that python script that converts all rtf files from a folder to its html variants: from glob import ...
serge's user avatar
  • 15.4k
0 votes
1 answer
610 views

<EMPLOYEE_INFORMATION_REC> <PERSON_NUMBER>31</PERSON_NUMBER> <Payroll_Relationship_Number>531</Payroll_Relationship_Number> <Payroll_ID>322623279</Payroll_ID> ...
SSA_Tech124's user avatar
1 vote
1 answer
110 views

I have a RichEditBox that I want to convert to a RichTextBlock. To do that, I need to convert the RTF string to an XAML string. Is it possible to do that? Are there any NuGet packages for that?
Ivirius's user avatar
  • 49
0 votes
1 answer
374 views

I try to insert a rtf inside a richedit (specifically a rtf saved in database, and then inserted in the current richedit control at the selection point). The code below works in 32 bits. But was not ...
Michael Desboeufs's user avatar
0 votes
1 answer
817 views

I've tried a plethora of solutions which don't work. I've figured out how to get the converted data into a csv column, but all text is in 1 cell and I haven't figured out how to get the FileNames ...
MzNix's user avatar
  • 1
1 vote
1 answer
668 views

I want to show the contents of an rtf file in a Flutter widget. Flutter does have a RichText class, but It cannot show rtf texts. I have tried looking for a third-party package in pub.dev, but I ...
Erojo's user avatar
  • 11
0 votes
1 answer
745 views

If you look at the way RTF encodes Unicode, it always follows a Unicode character by a 0x3f character, which is a question mark: \u20181\'3f\u20182\'3f\u20183\'3f\u30340\'3f Does anyone here know why ...
tudors's user avatar
  • 23
1 vote
1 answer
7k views

Rich text stored in MySQL Database: <p>Something something</p><p>Something something</p> I fetch the Database content and store inside description state . React code : <div ...
user avatar
0 votes
0 answers
182 views

I want to send Post data of a RTF Field (Rich text field) or a HTML Field data in a email, below are my code and it seems to be not happening, please guide me. models.py class Servicereport(models....
John Doe's user avatar
0 votes
1 answer
335 views

I need to subtract text from string with rtf format. I have a string in rtf format std::wstring sString= L"{\\rtf1\\ansi\\ansicpg1252\\deff0\\nouicompat\\deflang2057{\\fonttbl{\\f0\\fnil\\fprq12\\...
Олександр Дрожжин's user avatar
1 vote
1 answer
972 views

does anyone know how to extract or copy images from a .rtf file ? I have tryed to look for a solution but from what I found, all of the libraries and articles people cite no longer exist or have non-...
Pancake's user avatar
  • 51

1
2
3 4 5
37