mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
eb411f3c8b
read/write operations on files which comply with the OASIS Open Document Format for Office Applications (ODF), i.e. the ISO/IEC 26300:2006 standard. It provides a high-level, document-oriented language, and isolates the programmer from the details of the file format. It can process different document classes (texts, spreadsheets, presentations, and drawings). It can retrieve or update styles and images, document metadata, as well as text content. WWW: http://search.cpan.org/dist/OpenOffice-OODoc/ PR: ports/139548 Submitted by: meyser at xenet.de
13 lines
570 B
Plaintext
13 lines
570 B
Plaintext
OpenOffice::OODoc is an extensible Perl interface allowing direct
|
|
read/write operations on files which comply with the
|
|
OASIS Open Document Format for Office Applications (ODF),
|
|
i.e. the ISO/IEC 26300:2006 standard.
|
|
|
|
It provides a high-level, document-oriented language, and isolates
|
|
the programmer from the details of the file format. It can process
|
|
different document classes (texts, spreadsheets, presentations,
|
|
and drawings). It can retrieve or update styles and images,
|
|
document metadata, as well as text content.
|
|
|
|
WWW: http://search.cpan.org/dist/OpenOffice-OODoc/
|