Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
153 views

This question is a follow-up to: What are some methods to converting RTF text nodes in XML using XSLT 2 / Saxon HE 11.3?. After implementing the answered solution, I ran the code against a large ...
Michael Friedman's user avatar
2 votes
2 answers
1k views

We use external component (MigraDoc) to compose an RTF document. Which then is converted to plain text by assigning RTF as string to System.Windows.Forms.RichTextBox's Rtf field and reading Text field....
joof's user avatar
  • 53
0 votes
1 answer
183 views

I have the below rtf string {\rtf1\ansi\ansicpg1252\fromhtml1 \fbidis \deff0{\fonttbl {\f0\fswiss Arial;} {\f1\fmodern Courier New;} {\f2\fnil\fcharset2 Symbol;} {\f3\fmodern\fcharset0 Courier New;}} {...
Sora's user avatar
  • 2,553
1 vote
1 answer
114 views

I have a find and replace macro that searches through folders and subfolders for word rtf document that contain ABC TEXT then updates to XYZ TEXT. When running this on a folder with several hundred ...
Michael 's user avatar
0 votes
1 answer
209 views

When running the VBA code below on a folder that contains approximately 100 rtf Word documents, I receive the following VBA error. "Run-time error '4605' This method or property is not available ...
Michael 's user avatar
0 votes
0 answers
218 views

I'm trying to parse RTF file to plain text using Tika. When I'm trying to parse .rtf file with ordered list items, the parser replaces numbers of list items with whitespace. Do you have any tips I ...
bricked's user avatar
0 votes
0 answers
308 views

I need to generate an HTML document which displays a gt table. At the same time, it should export the table as a rtf file. I have the following process, but when I knit the document I get an ...
LouisMP's user avatar
  • 353
0 votes
1 answer
749 views

Currently I am working on Oracle report using BI publisher desktop extension for MS Word. In RTF layout I have a requirement to build receipts table and dynamically loop through receipts XML data. In ...
Artūrs Grigorjevs's user avatar
0 votes
0 answers
218 views

So I am making an application that will take User info and paste it in a .RTF file. But when i try to paste the info into that file it will change the words but it will change the whole layout. The ...
AliExpresz's user avatar
0 votes
0 answers
56 views

I am initialising an NSAttributedString with RTF and it works, in that I can see the text and attributes like font, size and weight are preserved. NSMutableAttributedString* attributedRTFString = [...
headbanger's user avatar
  • 1,112
0 votes
1 answer
123 views

Is there already a built-in mechanism or method for creating a mathbuild using only the IDWRITE interfaces that would produce a similar type of math buildup compared to using an RTF window with the ...
Sempai-Dami1's user avatar
0 votes
1 answer
470 views

I have a form program in Delphi. I've made a log for different actions in the program. I'm pretty sure I need to save it in rtf file with different colors depending on the line I'm entering but don't ...
Ineffable21's user avatar
-1 votes
1 answer
675 views

I have this row that I'll be showing as comma separated: Name1 number1, Name2 number2, Name3 number3, Name4 number4 I put this in a for-each loop like: <?for-each-group@inlines:current-group():./...
quodsolis's user avatar
0 votes
0 answers
73 views

I'm writing a program using WinRT and have a RichEditBox which I'm struggling to make behave the way I want. The idea is that a user will type some input, the program will process this to some output, ...
Shawrie777's user avatar
2 votes
1 answer
4k views

I'm using VSCodium and I typically keep project notes in .rtf files, where I can use different fonts (such as courier for code snippets) and bold or occasional coloured highlights for emphasis. I need ...
RossGK's user avatar
  • 595
0 votes
1 answer
301 views

I have a model xml data: Model data I have been using split-column-data: to display column dynamically as I have some data with multiple different column. The thing is the border between each rows is ...
Nicholas Leong's user avatar
0 votes
1 answer
237 views

I have a large *.rtf file with meteorological data. When I open it using LibreOffice I get the data in the following format: [ { "fecha" : "2022-01-01", "indicativo" :...
Lee1010's user avatar
  • 109
2 votes
0 answers
767 views

I'm a Python Spyder User and I prepare some teaching powerpoint. I would like to know how to set spyder to copy the full styling code (in rtf for example). It will be really helpfull to generate ...
lelorrain7's user avatar
0 votes
0 answers
55 views

I have tried to get the following code to work in a 64 bit environment: unit RTFProcs1; interface uses Windows, classes, comctrls, Messages, RichEdit, vcl.Dialogs, System.SysUtils, ad4Controls, ...
Tom Dalton's user avatar
0 votes
1 answer
323 views

Please suggest how it is possible to extract metadata like author, title, creator, creationDate, etc. from docx, txt and rtf file types in Android?
devger's user avatar
  • 727
1 vote
0 answers
284 views

I am working on a project where I use the requests module to grab store catalogs from various nurseries (with the purpose of searching for matches in a list of my own). Here is a relevant snippet: ...
Charles L's user avatar
0 votes
1 answer
762 views

I am using the condition <?if:contains(ENT_LUPD,'2022')?> to find if the date is in the year 2022, How to tweak this to get current year instead of 2022, so that next year the tag checks in 2023 ...
SSA_Tech124's user avatar
2 votes
1 answer
4k views

reading RTF file using striprtf rtf_to_text not able to read URL,what changes need to make in the code? Input Get latest news update at [email protected] Output Get latest news update at Desired Output ...
CodeM's user avatar
  • 41
0 votes
0 answers
143 views

I want to add non-printable characters to WPF RichTextBox. For simplicity I'm using Extended WPF Toolkit RichTextBox which provide Text property to directly access RTF source string. In particular I ...
frankborty's user avatar
0 votes
1 answer
86 views

I have a RichTextBox where the user will copy-paste from MS Word an MCQ quiz question. The correct choice would either be highlighted or with bold text (e.g. in the image it is highlighted). So, I ...
Usman Waheed's user avatar

1 2
3
4 5
37