Applications
We release applications and tools to make OpenOffice.org more convenient.
soffice2html
Summary:
soffice2html convert for .sxw, format of OpenOffice.org Writer, to HTML.
OOo has a HTML export function, but not so accurate. For example, Tags are much complicated.
This application can output much more accurately.
Example: OpenOffice.org 1.1 Introductory guide
Environment:
Linux (confirmed on Debian GNU/Linux 3.0)
It may be that you can use on other Linux distributions or cygwin if you have following package.
Necessary packages:
Perl, ImageMagick, xsltproc
Improvements:
- Add -X option (no conversion of image)
- Not to resize for image
- others
Usage:
At first, add execute permission to this script.
chmod +x ./soffice2html.pl
./soffice2html.pl -[option] [filename]
you can see the help to run ./soffice2html.pl -h
License:
GPL
Download:
soffice2html-0.76.tar.gz(original file)
soffice2html-0.76.pl(modified version)
Original author:
Steve Slaven
split-soffice2html-output
Summary:
HTML output by soffice2html is one long file, so much contents will make readbility worse.
split-soffice2html-output converts to HTML which is divided into Cover, TOC, Chapter part and frames are used.
Of course, it's necessary to specify Cover, TOC, chapter part in the document.
Example: OpenOffice.org 1.1 Introductory guide
Environment:
Linux (confirmed on Debian GNU/Linux 3.0)
It may be that you can use on other Linux distributions or cygwin if you have following package.
Necessary packages:
ruby
Usage:
Add execute permission to this program and execute in the directory where html exists, converted by soffice2html.
Be careful if index.html exists in the directory, it will overwritten without message.
Tips
If you want to change title, open split-soffice2html-output.rb and change its content.
You can find following line,title = ARGV.shift || "OpenOffice.org Writer docment" and change the strings of "OpenOffice.org Writer docment" as you like, and save it with UTF-8 character code.
Example:title = ARGV.shift || "OpenOffice.org 1.1 Introductory Guide"
License:
Ruby's License
Download:
Notes:
- This manuals ware written with OpenOffice.org 1.1, and output to PDF by its function. To see this manual, please use Adobe Acrobat Reader (Adobe Reader) or Xpdf and so on,please confirm these software pre-installed.
- Fonts of these manuals are 「MotoyaCedar1」 by Motoya CO.LTD.. Please note the copyright of fonts when editing these manuals.
- Contents on each page includes registered trademark of each companies.