wok diff o3read/description.txt @ rev 8762
Up: ario to 1.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 20 22:44:41 2011 +0000 (2011-02-20) |
parents | |
children | 36cecde5b42c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/o3read/description.txt Sun Feb 20 22:44:41 2011 +0000 1.3 @@ -0,0 +1,11 @@ 1.4 +This is a standalone converter for the OpenOffice.org swriter (*.sxw) and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. 1.5 + 1.6 +Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1 1.7 + 1.8 +There are three output modules: 1.9 + 1.10 + * o3read displays a dump of the parse tree 1.11 + * o3totxt creates plain text 1.12 + * o3tohtml creates html code 1.13 + 1.14 +The utility utf8tolatin1 converts from utf8 to 8859-1. 1.15 \ No newline at end of file