-
During conversion from rtf to html, I found that the superscript is not taken care in the generated html. It will be great if this can be fixed. Version is 3.1.5.82 on Windows
Thank you.
2009-09-20 06:37:16 UTC by nobody
-
When using the ActiveX, if doing converting memory convert only, it displays a message box.
in file: ddlCom\DoxLib.cpp
ShowMessage("Starting Dox COM system.");
I dunno if this is by design.. but its an issue when no user interaction is present.
2009-05-07 02:03:46 UTC by nobody
-
Is there a way to run this application via command line so that it may be integrated with another application?.
2009-01-12 15:10:25 UTC by ddelponte
-
Converting foo.html to foo.rtf
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted
Converting foo.html to foo.rtf
Segmentation fault
Converting foo.html to foo.rtf
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
Aborted
This is with the same file each time, giving a different...
2008-11-07 21:16:39 UTC by xybre
-
While using the COM component, version 3.1.1, DocFracLib.StringConvert() ignores the \line RTF code in the RTF I'm passing in (taken from the .net RichTextBox, .net framework 2.0). All other RTF is parsed beautifully. Oddly enough, when I tried replacing "\\line" with "" manually, and then running it through the converter, the library removed the tag, so apparently I can't work around...
2007-12-24 23:16:32 UTC by loudgamer
-
Thank you for the info!
Daniel.
2007-01-25 01:58:13 UTC by nobody
-
When reading an RTF file characters which are escaped (such as \ { } ;) are lost.
2007-01-23 12:50:21 UTC by andrewpunch
-
Hi,
Thanks for the compliements.
My two highest priorities are testing and internationalisation.
With my current plans I think 3.2.1 would be a good place to implement this which would make it around Q2 2007.
Thanks
-Andrew.
2007-01-22 11:06:49 UTC by andrewpunch
-
Your control seems to provide a better conversion than most converters do, so you might accept my compliments for your good work.
However, just like all other existing converters you discard margins (left and right) in the rtf -> html conversion. Unfortunately, without this feature I can't use the component. I might be forced to mess with the code to implement this feature, but right now I've...
2007-01-20 03:37:26 UTC by nobody
-
Get rid the #gt; etc. encoding upon request.
2006-12-13 15:05:06 UTC by nobody