-
Hi!
I am evaluating rtf2xml for the conversion to DocBook. I think it does a wonderfull job and I found out that information I am missing in the output of the to_sdoc stylesheet is present in the raw XML, so after a bit of tweaking, I must be able to get what I need.
However, I cannot find information about table cells that are merged horizontally and or vertically. I must say I cannot...
2009-05-06 11:21:28 UTC by pmasereeuw
-
I'm running into the same problem.
I have an application that produced RTF, and I want to convert those files to XML.
The problem is that rtf2xml doesn't seem to reset the Bold or Italic attributes when encounters \plain. Unfortunately, the RTFs that my target app produces only uses \plain to turn these off, so once they're on, they stay on.
I've been looking through the source, but I'm...
2008-08-13 13:50:02 UTC by echecero
-
Seemed to install fine on Feisty Ubuntu 7:04, on python 2.5.
Running rtf2xml at the command line produced this traceback:
Traceback (most recent call last):
File "/usr/bin/rtf2xml", line 68, in
import rtf2xml.ParseRtf
File "/usr/lib/python2.5/site-packages/rtf2xml/ParseRtf.py", line 96, in
import rtf2xml.process_tokens,rtf2xml.delete_info
File...
2007-06-10 12:55:18 UTC by nobody
-
The rules matching inline elements, for example the one matching "rtf:inline[@italics][@bold]" put the element's content into an emphasis element if it's in italics.
However, they are matched for each element that has these attributes set, even if the attributes' values are "false", in which case the rule produces nothing, introducing empty paragraphs in some of my documents (the xml source...
2007-03-05 16:43:59 UTC by nobody
-
I downloaded the windows version of rtf, but the
rtf2xml file that comes with it is not a batch file
but something that appears to need to run on unix.
How do I get this to run on a windows platform?
Thanks,
Jeremy Richman
jeremyrichman@yahoo.com
781-789-9227.
2006-09-18 21:22:19 UTC by nobody
-
paultremblay committed patchset 223 of module rtf2xml to the rtf2xml: convert MS RTF to XML CVS repository, changing 1 files.
2006-06-22 20:26:53 UTC by paultremblay
-
paultremblay committed patchset 222 of module rtf2xml to the rtf2xml: convert MS RTF to XML CVS repository, changing 1 files.
2006-06-15 04:09:24 UTC by paultremblay
-
paultremblay committed patchset 221 of module rtf2xml to the rtf2xml: convert MS RTF to XML CVS repository, changing 1 files.
2006-06-15 04:02:58 UTC by paultremblay
-
paultremblay committed patchset 220 of module rtf2xml to the rtf2xml: convert MS RTF to XML CVS repository, changing 2 files.
2006-03-24 23:50:07 UTC by paultremblay
-
paultremblay committed patchset 219 of module rtf2xml to the rtf2xml: convert MS RTF to XML CVS repository, changing 6 files.
2006-02-05 22:58:12 UTC by paultremblay