-
When reading an RTF file characters which are escaped (such as \ { } ;) are lost.
2007-01-23 12:50:21 UTC in DocFrac
-
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 in DocFrac
-
DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting; tables; and conversion of international characters. Available for Windows; Linux; ActiveX and DLL.
This release fixes a number of bugs. The Windows programming kit platform is not available in this version.
2006-11-14 10:21:50 UTC in DocFrac
-
Logged In: YES
user_id=928005
The version this occured in is 3.1.3.
2006-11-11 23:15:05 UTC in DocFrac
-
Logged In: YES
user_id=928005
This bug is fixed in 3.1.4. Please let me know if it needs
to be reopened.
The problem occured when converting FROM text. The text
reader was copied from the html reader and this code was
accidently left in.
2006-11-11 23:13:39 UTC in DocFrac
-
Logged In: YES
user_id=928005
Sorry! This is my mistake. I have been using codeguard to
smoke out any problems with the debug build.
It must have made its way into the release build. Version
3.1.3 should fix your problem.
It should not complain about missing runtime library DLLs
but please feel free to reopen this bug if it does.
2006-10-26 06:36:23 UTC in DocFrac
-
DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting; tables; and conversion of international characters. Available for Windows; Linux; ActiveX and DLL.
This release fixes a number of bugs. The software has also been ported to the latest, more stable development tools available. The Linux and...
2006-10-19 23:25:00 UTC in DocFrac
-
Logged In: YES
user_id=928005
Problem fixed for 3.1.2. Checks if stack is empty before
popping.
2006-10-15 13:36:10 UTC in DocFrac
-
Logged In: YES
user_id=928005
No longer hangs.
The RTF standard does not seem to specify that a newline
should be treated as a new paragraph. Although any behaviour
of Word should be considered acceptable.
2006-10-15 13:34:52 UTC in DocFrac
-
Logged In: YES
user_id=928005
This entire section has been refactored:
* the red/green/blue values have been combined into a
separate class
* the "default" values are encoded as booleans, not negative
colour values
* note that the value supplied for the rtf command is
allowed to be negative, however size() returns an unsigned type
Still need to create a Log class to handle any...
2006-10-15 13:16:33 UTC in DocFrac