writerperfect is a set of command line tools for export of various file formats to ODF or EPUB. It combines various existing librevenge-based import libraries with libodfgen for creating the output. Among the supported formats are:
writerperfect sources are stored in git. To get them, you can use:
git clone git://git.code.sf.net/p/libwpd/writerperfect
or you can browse the code online.
If you want to use release version you can fetch it from the download page.
You will need these libraries in order to compile writerperfect:
boost libabw (optional) libcdr (optional) libe-book (optional) libepubgen (optional) libetonyek (optional) libfreehand (optional) libgsf (optional) libmspub (optional) libmwaw (optional) libodfgen libpagemaker (optional) librevenge libvisio (optional) libwpd libwpg libwps (optional)
Once the source has been checked out, writerperfect can be built in usual manner:
./autogen.sh # only needed if building from git ./configure make make install
Once you have done a change that you are happy with, and that builds with writerperfect, contribute it back, we'll be happy to integrate it! All you need to do is to send us a patch. The following commands will commit the changes to your local repository and create one or more patch files. You can send these to libwpd-devel@lists.sourceforge.net.
git commit -a git format-patch origin/master
You can get in touch with us using multiple ways: