Skip to content

OpenRTF 1.2.1

Latest
Compare
Choose a tag to compare
@asturio asturio released this 05 Oct 09:42
· 3 commits to master since this release

OpenRTF 1.2.1 has been released. OpenRTF is a free Java library for creating and editing RTF files with a LGPL and MPL open source license.

Update to the latest OpenRTF version by using this in your pom.xml file:

    <dependency>
        <groupId>com.github.librepdf</groupId>
        <artifactId>openrtf</artifactId>
        <version>1.2.1</version>
    </dependency>