libodfgen is a library for generating documents in Open Document Format (ODF).
libodfgen is a library for generating documents in Open Document Format (ODF). It provides generator implementation for the following libraries: * libwpd (::WPXDocumentInterface): text documents * libwpg (libwpg::WPGPaintInterface): vector drawings * libetonyek (libetonyek::KEYPresentationInterface): presentations As these APIs are used by multiple libraries, libodfgen can be used to generate ODF from many sources.
libodfgen is a library for generating documents in Open Document Format (ODF). It provides generator implementation for the following libraries: * libwpd (::WPXDocumentInterface): text documents * libwpg (libwpg::WPGPaintInterface): vector drawings * libetonyek (libetonyek::KEYPresentationInterface): presentations As these APIs are used by multiple libraries, libodfgen can be used to generate ODF from many sources.
To install libodfgen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libodfgen
To see what files were installed by libodfgen, run:
port contents libodfgen
To later upgrade libodfgen, run:
sudo port selfupdate && sudo port upgrade libodfgen
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.