libwpd

    From The Document Foundation Wiki
    < DLP‎ | Libraries
    libwpd
    Corel WordPerfect file parser
    The Document Liberation Project
    Development status?
    LicenseLGPLv2, MPL2
    MaintainersDavid Tardon (dtardon@redhat.com)
    Fridrich Strba (fridrich.strba@bluewin.ch)
    Repositorygit://git.code.sf.net/p/libwpd/code
    Sourceshttp://sourceforge.net/p/libwpd

    Libwpd is a library that parses the file format of Corel WordPerfect documents.

    Getting the sources

    libwpd sources are stored in git. To get them, you can use:

    git clone git://git.code.sf.net/p/libwpd/libwpd

    or you can browse the code online.

    Source tarballs of all the latest released versions can be found here.


    Building the code

    ./autogen.sh
    ./configure
    make
    su -c 'make install'

    Contributing

    to fill in