Perl and OpenOffice
These are examples from my paper from OSCON 2005,
Using Perl to Read and Write OpenOffice Documents
. My paper explains using Perl and OpenOffice XML by way of these example programs.
Extract speaker notes from Powerpoint or OpenOffice Impress
Create web banners with OpenOffice
Style and spell checker in Perl
Links:
The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)
A spellchecker needs a good
wordlist
Summary of the
OpenOffice XML format
.
An
OpenOffice document generator
.
Useful modules:
XML::Twig
XML::SAX
SAX::Machines
XML::Filter::Dispatcher
XML::Parser
XML::Writer
XML::Smart
Links:
Unravel the OpenOffice File Format
from the
XML Hacks
book.
08/01/2005
By
toma