rtf Questions

1

I have an XML document containing embedded HTML content that I am attempting to convert to an RTF output file. I have the XML elements decorated with <li>, <p>, <b> and other HTML...
Trochee asked 3/3, 2014 at 15:29

5

Console message: 2014-08-09 15:51:37.526 Agpeya[1306:29686] Cannot find data converter callback for uti public.rtf
Ferrocene asked 9/8, 2014 at 23:11

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....
Backstage asked 18/7, 2014 at 14:53

4

Solved

HTML is to <a href="x">y</a> as RTF is to _______?
Fortunio asked 17/5, 2010 at 15:51

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...
Calliecalligraphy asked 26/9, 2009 at 20:15

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...
Kaka asked 9/3, 2011 at 12:16

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...
Mills asked 22/4, 2014 at 0:14

8

Solved

How can I programmatically convert RTF documents to PDF?
Ainslee asked 25/2, 2009 at 15:18

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...}", "...
Phlegethon asked 28/8, 2012 at 22:17

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...
Mafalda asked 24/12, 2013 at 2:36

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...
Xenomorphic asked 20/6, 2013 at 21:14

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...
rtf
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...
Mayorga asked 20/5, 2010 at 18:28

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 (...
Woodshed asked 3/3, 2009 at 10:54

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...
Ruano asked 20/9, 2010 at 20:30

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...
Sepulcher asked 29/3, 2013 at 5:21

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...
Clydesdale asked 12/5, 2009 at 18:55

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...
Imperfective asked 15/1, 2013 at 13:40

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 ...
Leyva asked 2/1, 2013 at 8:53

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...
Eichhorn asked 21/8, 2009 at 8:25

© 2022 - 2024 — McMap. All rights reserved.