search for: unrtf

Displaying 3 results from an estimated 3 matches for "unrtf".

Did you mean: unref
2011 Nov 10
2
Convert RTF to ANSI color codes
Anyone have a script or utility to convert an RTF file to ANSI? The main idea here is to preserve the color codes that are specified in the RTF file, so they can be displayed easily in a terminal window.
2012 Jun 22
3
converting .doc to html
Anyone got a preferred program or package for this? I'd like a *good* one, and Word or OO.o's save as html in no way qualifies as other than amateur crap. So far, with a little googling, I've found the wv package. wvHtml works, but I don't like the output - it insists on <div>, and on &rhquo instead of plain, simple ". mark "what, ask for an opinion in
2009 Feb 02
2
Ticket #282: omindex-assorted-enhancements.patch woes
...rong? FYI Here's the reject file: *************** *** 397,406 **** } else if (mimetype == "text/rtf") { // The --text option unhelpfully converts all non-ASCII characters to // "?" so we use --html instead, which produces HTML entities. - string cmd = "unrtf --nopict --html 2>/dev/null " + shell_protect(file); MyHtmlParser p; try { - p.parse_html(stdout_to_string(cmd)); } catch (ReadError) { cout << "\"" << cmd << "\" failed - skipping\n"; return; --- 426,435 ----...