home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / wvhtm064.zip / README < prev    next >
Text File  |  2001-02-04  |  3KB  |  76 lines

  1. Read INSTALL for install information, basically pretty standard
  2. requirements for a modern unix program plus libwmf to convert
  3. wmf files to something useful.
  4.  
  5. There are now a small herd of programs based upon libwv.
  6.  
  7. 1) wvWare: this is what you are looking for, it converts
  8. Word 2,6,7,8,9 files to html and latex. The Word 2 conversion
  9. is still incomplete (no formatting), but it will do a passable
  10. job extracting the text, which is what you probably want anyway.
  11.  
  12. 2) The small army of helper scripts:
  13.     wvHtml
  14.     wvLatex
  15.     wvCleanLatex
  16.     wvPS
  17.     wvDVI
  18.     wvPDF
  19.     wvMime
  20.     wvText
  21.    Do: `man wvXXX` where "XXX" is Html, Latex, etc.. for more information
  22.  
  23. 3) wvSummary, displays the summary information stream of *all*
  24. ole2 files, i.e Excel, PowerPoint, Visio, Access etc etc etc,
  25. I've sent wvSummary as a patch to the file program, so that utility
  26. should in the future have this ability to know what windows application
  27. created the ole2 document. `man wvSummary`
  28.  
  29. 4) wvSimpleCLX, helps distinguish between fast and full saved
  30. files
  31.  
  32. 5) wvVersion, outputs the version of the word format which the document
  33. is stored as. `man wvVersion`
  34.  
  35. Also...
  36.  
  37. 6) There are helper applications in the helper-scripts dir
  38. that allow both lynx and netscape to view word 8 docs easily
  39.  
  40. 7) The gateway dir contains the cgi script that allows the
  41. online demo page that some people wanted for themselves.
  42.  
  43.  
  44. The webpage with the online demo facility is at
  45. http://wvware.sourceforge.net/
  46.  
  47. Finally...
  48.  
  49. 8) libwv can be used as a library by third party programs, abiword
  50. uses it as its word importer, and kword may use it in the future.
  51. wvWare is a sample application for the use of wv, as is abiword
  52. itself. The library (will be some day) documented in the 
  53. Documentation dir
  54.  
  55. 9) the config file format is (beginning to be) documented in the
  56. Documentation dir, so it may be possible to achieve the conversion
  57. that you desire without writing your own program. It also allows
  58. you to customize the html and latex output to your own tastes.
  59.  
  60. C.
  61.  
  62. (Projects for someone to try out with libwv include, could be
  63. commercial applications)
  64.  
  65. a) wvMacroRemove, deletes macros out of word files, for the security
  66. concious
  67.  
  68. b) wvFastToFull, converts fastsaved docs to full saved, shrinking their
  69. size usually by quite a lot, and also making them safe for security 
  70. consious firms
  71.  
  72. c) wvCrackProtection, take the wvDecrypt97 code and make a cracker
  73. that uses the rc4 algorithm and other known bit of information to
  74. crack word documents, ala http://www.crak.com
  75.  
  76.