rtf Questions
1
5
0
Previously, I have used Doxygen to make html output for my code. Right out of the box, Doxygen makes pretty good html documentation. With a little stylesheet modification, I can make it look great....
4
Solved
HTML is to <a href="x">y</a> as RTF is to _______?
2
Solved
I need to generate an RTF from within PHP. I've seen several libraries out there but wondering if anyone has used any of them or if they've just hand coded their own (which I'm perfectly able to do...
4
Solved
I have what I hope is a simple question !
I am generating a simple RTF table that is subsequently opened in MS Word. The table is generating fine but the column widths are a little small and causi...
1
Solved
my app needs to display custom text saved in a bunch of .rtf files inside a TextView. I have searched in different forums and i still don't have a clear solution.
It seems pretty easy right? i have...
8
Solved
How can I programmatically convert RTF documents to PDF?
2
Solved
I am trying to load the content of an RTF file, which I have put inside resources (through Project->Properties->Resources->Add File).
I want to load Agreement.rtf's content to a RichTextB...
Cirrate asked 20/12, 2011 at 12:56
3
I am looking for a way to convert HTML text to RTF string. Is there any libraries that does this job. I get html content dynamically in my project and need it to be rendered in RTF format. I am usi...
Undefined asked 12/2, 2013 at 9:34
2
Solved
Is there a plug-in for Notepad++ that does rtf highlighting? To clarify, I mean when one opens an rtf file as plain text, is there a plugin that highlights rtf statements (like "{\rtf...}", "...
2
Solved
I wanna write a python script that converts file encoding from cp949 to utf8. The file is orginally encoded in cp949.
My script is as follows:
cpstr = open('terms.rtf').read()
utfstr = cpstr.deco...
2
Does anyone know of a robust RTF parser I can use in Java? I need to extract plain text, including international text. It would also be nice to extract embedded images and files. It could also be a...
2
I have a RichTextBox for the Message Body
and I need to create a new mail with the body of rich Text.
There is my code how i tried to realize that:
MemoryStream ms = new MemoryStream();
MemoEditB...
Inconvincible asked 12/7, 2012 at 8:23
3
Solved
Not sure if this is even possible but I am trying to save text via a plain text output to an RTF with special coding.
I have everything working except the total number of pages.
I want it to sa...
Purulence asked 7/3, 2012 at 14:40
3
Solved
I need to be able to convert RTF or HTML to Markdown-syntaxed plain text for uploading to my server. I need to achieve this in Cocoa/Obj-C 2.0. Does anyone know how to do this?
Thanks so much —» A...
6
Solved
We have some code which produces an RTF document from a RTF template. It is basically doing string search and replaces of special tags within the RTF file. This is accessible via a web page.
Typi...
Shockey asked 10/9, 2009 at 12:39
3
I am seeking a solution to converting HTML + CSS (2.1) to RTF in PHP. While I have found a superb solution for HTML to PDF in Prince XML, I've yet to find anything that:
can convert HTML to RTF (...
5
The basic API of JAVA that uses RTFEditorKit and HTMLEditorKit, is not able of recognize tags like <br/> and <table>.
So I have searched on internet a better way of converting HTML to R...
2
Solved
I am writing a converter for an old db app which contains a large amount of user entered RTF text. Ideally, the RAW RTF should be converted to HTML for display in a browser.
I have tried rtf...
Bonded asked 28/10, 2010 at 21:44
2
Solved
I want to display a .docx file in a View in Android. The file has mathematical symbols and also images in between the text. I want to display many such files and flip through them via swipe gesture...
2
Is anybody familiar with the the RTF document format and parsing using any Java libaries. The standard way people have done this is by using the RTFEditorKit in the JDK Swing API:
Swing RTFEditorK...
2
Solved
I would like to hide part of the text in my RichTextBox. I know that \v is the start of a hiding section. But how do I unhide ? For example if I want to hide the word "big" in the string "hello big...
2
Solved
I am trying to create a GUI extension in Tridion where I insert a specific html in to the RTF when a button is clicked.... I have the tool bar button and popup to inform the user. But when I click ...
2
Solved
I have been looking around ocn Google and Stackoverflow but haven't found what I needed, but my question seems quite simple. Anyhow;
What is the way to convert a string of RTF special characters s...
© 2022 - 2024 — McMap. All rights reserved.