wok view o3read/description.txt @ rev 22399

up openssl, openssl-dev, libcrypto, libcrypto-dev, libssl from: 1.0.2o [2018] to 1.0.2t --> 1.0.2 soon EOL!!! will update later more
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 07 12:02:44 2019 +0000 (2019-12-07)
parents 30f642df947e
children
line source
1 This is a standalone converter for the OpenOffice.org swriter (*.sxw)
2 and scalc (*.sxc) formats. It doesn't depend on Open Office or any other
3 external tools or libraries.
5 Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1
7 There are three output modules:
9 * o3read displays a dump of the parse tree
10 * o3totxt creates plain text
11 * o3tohtml creates html code
13 The utility utf8tolatin1 converts from utf8 to 8859-1.