-
Could you post the German error message anyway. My German is a bit rusty but it might give me enough information to investigate.
2008-09-15 12:01:17 UTC by bart_jolling
-
Hi,
I tryed to start the Project in VS 2008 and 2005 but i get a problem with the htmltidy, something like wrong fileformat or not registred Assembly. I can not prot the error massage, because the IDE is a german one...
the error occurs in Function TidyHTML at line
tidyEngine = New Tidy
Do you have a suggestion or do you need more informations?
kind regards,
John Bovi.
2008-09-04 18:01:03 UTC by john_bovi
-
MSWord2CHM is a VB.NET application for converting MS Office Word documents (doc) into the compiled help (chm) document format, using the Primary Interop Assemblies (PIA) and the 'HTML Tidy' and 'TidyForNet' libraries
After having almost forgotten about this project for 10 months, I decided it was time to fix some of the open issues regarding character encoding. I've decided to use UTF8 by...
2008-07-21 17:13:51 UTC by bart_jolling
-
I have changed the default character encoding back to UTF8. Resulting CHM files seems now to correctly display some of the typical German characters like the umlaut for instance.
2008-07-20 11:55:14 UTC by bart_jolling
-
bart_jolling committed patchset 12 of module WordToCHM to the WordDoc to CHM Convertor CVS repository, changing 6 files.
2008-07-20 11:23:13 UTC by bart_jolling
-
the Word document is converted to XHTML before being compiled to CHM. I originally did support unicode, but these XHTML files did not display correctly in Firefox. As a quick fix, I decided to use the "charset=windows-1252" instead of UTF-8.
2008-03-28 12:26:50 UTC by bart_jolling
-
I think the initative is good
I download .net framework the msi file to install msword2chm.
no problem
when I try to use it begin to do the job
Convert WordDoc to HTML
Convert Word HTML to XHTML
but on
LoadingXHTML File into XML Doucment I got an error
The remote server return an error : (407) proxy authentication required
(I am under a html proxy)
but nor at the...
2008-03-21 14:31:27 UTC by mouretr
-
german 'umlaut's (ä, ö, ü, ß) are displayed incorrectly in the chm window title.
in the document, index and contents tree the characters are displayed correctly.
- windows 2k3 sp2 + word 2k7 sp1 (en-us)
- german keyboard.
2008-02-26 18:53:58 UTC by nobody
-
Well, the Word document is converted to XHTML before being compiled to CHM. I originally did support unicode, but these XHTML files did not display correctly in Firefox. As a quick fix, I decided to use the "charset=windows-1252" instead of UTF-8.
Unicode support is supposed to come back in a later version.
2007-09-07 14:34:54 UTC by bart_jolling
-
Program doesn't support different code page. Will in future be possibility to detect this parameter from doc file or use Unicode?.
2007-09-06 20:24:56 UTC by be3kon