rtf Questions
5
Solved
Does someone knows how to insert a horizontal line separator in a RTF file?
Example:
some text
some other text
Footboard asked 18/12, 2009 at 16:41
4
Solved
I'm trying to output RTF (Rich Text Format) from a Ruby program - and I'd prefer to just emit RTF directly without using the RTF gem as I'm doing pretty simple stuff.
I would like to highlight spe...
3
Solved
I am new to the python language and I am given a task to convert rtf to pdf using python. I googled and found some code- (not exactly rtf to pdf) but I tried working on it and changed it according ...
6
Solved
I know that richtextboxes can detect links (like http://www.yahoo.com) but is there a way for me to add links to it that looks like text but its a link? Like where you can choose the label of the l...
Stagg asked 24/3, 2012 at 20:25
5
Solved
I'm writing a document of programming guidelines for my developers team. I use MS Word. We work with Eclipse CDT (C++). I need to copy-paste C++ code with syntax highlighting from Eclipse to Word. ...
Stolzer asked 5/12, 2011 at 13:49
2
I have several hundred .rtf files that need to be converted to .txt.
I have tried reading and writing the contents of the files into a new text file, but this seems rather tedious.
Is there an ...
Freddiefreddy asked 7/12, 2017 at 16:9
8
Solved
Question
How do I convert the string "Européen" to the RTF-formatted string "Europ\'e9en"?
[TestMethod]
public void Convert_A_Word_To_Rtf()
{
// Arrange
string word = "Européen";
string expect...
6
Solved
According to the man page for pbpaste,
-Prefer {txt | rtf | ps}
tells pbpaste what type of data to look for in the pasteboard
first. As stated above, pbpaste normally looks first for plain
te...
Culture asked 30/3, 2010 at 12:57
11
I was looking for a way to remove text from and RTF string and I found the following regex:
({\\)(.+?)(})|(\\)(.+?)(\b)
However the resulting string has two right angle brackets "}"
Before: {\r...
1
Solved
I am getting data from an SQL Server database and the content of the column is stored in RTF format. I am using RTF Parser Kit and I have managed to convert the rtf to text.
InputStream is = new By...
1
Some time ago, Google Sheets changed the adding of links to rich text, and now links cannot be found at the formula anymore. Personally I dislike this change very much because I use a custom functi...
Agalloch asked 13/6, 2020 at 10:30
8
Solved
I have a set of RTF's stored in strings in C# is their a way to merge these into one document for printing as the user wants to print them as one document with the print settings appearing once. I ...
1
Solved
I am new to pandoc and I am strugling to get a file convesion done. I want to convert a markdown file to a rtf file.
pandoc -f markdown -f rtf 1.md -o file.rtf
I am using the following command, ho...
Trunkfish asked 15/2, 2022 at 21:17
3
Solved
How do I convert RTF (say from stdin) to Markdown with a command line tool under UNIX/OSX.
I am looking for something like pandoc. However pandoc itself does not allow RTF as an input format. :-( ...
Ochre asked 26/5, 2015 at 1:44
2
Solved
In a 32-bit VCL Application in Windows 10 in Delphi 11 Alexandria, I need to search for text in an RTF file. So I use this function (found here) to extract the plain text from the RTF file:
functio...
Kopaz asked 30/1, 2022 at 11:57
1
I discovered Flutter for desktop applications recently. Now I want to make an application that is able to extract RichText from and write it to rtf files.
I there any possibility to do that?
4
Solved
I am having a .rtf file and I want to read the file and store strings into list using python3 by using any package but it should be compatible with both Windows and Linux.
I have tried striprtf bu...
Dipterocarpaceous asked 28/3, 2020 at 4:49
10
Solved
Most of the examples I see say to put it on the clipboard and use paste, but that doesn't seem to be very good because it overwrites the clipboard.
I did see one method that manually put the image...
Additional asked 12/2, 2009 at 19:22
4
I have an input HTML file with header and footer.
It needs to be converted to RTF. The header/footer of HTML should be repeated in the resultant RTF file.
Is there any plugin to convert HTML to RT...
Mccartney asked 27/3, 2015 at 11:27
2
Solved
How can I write NSAttributedString in rtf file? i found an ancient answer How can I save the attributed string (text) into file (swift, cocoa)?
I do not quite understand what exactly is required of...
Indubitability asked 17/3, 2021 at 5:17
2
Solved
In a simple Windows Form Application in .NET 4.7, I only have a RichTextBox on my form. I'm loading a *.rtf file from my local that has been created in MS Word 2016. The hyperlinks have been set in...
Dozer asked 8/7, 2019 at 14:9
3
Solved
You may say that there are lots of discussions about this in stackOverflow, but most of them are more complicated than what I need and mostly for other languages.
I have a MySQL remote database in...
Spokeswoman asked 14/8, 2012 at 14:48
5
Solved
I have a bunch of text files that I want to convert to rtf. Just changing the extension in code doesn't work, the underlying file is the same. I need the text to be in rtf format. Anyone know how I...
6
It seems impossible to find a very simple working example for an RTF bullet list that looks like this:
Hello
World
Nested (but with square as bullet please)
Also nested (also square bullet)
and...
Chercherbourg asked 12/3, 2013 at 17:25
1
Solved
How to add clickable link to RichEditViewer in Inno Setup? I tried this solution How to add clickable links to custom Inno Setup WelcomeLabel?
Using this code below:
[Code]
var
Page: TWizardPag...
Involucel asked 28/3, 2020 at 13:34
1 Next >
© 2022 - 2024 — McMap. All rights reserved.