Skip to content
forked from LibrePDF/OpenRTF

The Open Source RTF (Rich Text Format) Java Library ⛺

License

Notifications You must be signed in to change notification settings

cursor42/OpenRTF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRTF is an open source Java library for RTF (Rich Text Format) files

OpenRTF is a Java library for creating and editing RTF (Rich Text Format) files with a LGPL and MPL open source license. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.

OpenRTF is branched out of OpenPDF - https://github.com/LibrePDF/OpenPDF

Use OpenRTF as Maven dependency

Add this to your pom.xml file to use the latest version of OpenRTF:

<dependency>
    <groupId>com.github.librepdf</groupId>
    <artifactId>pdf-rtf</artifactId>
    <version>1.1.0</version>
</dependency>

Contributing

Release the hounds! Please send all pull requests. Make sure that your contributions can be released with a dual LGPL and MPL license. In particular, pull requests to the OpenRTF project must only contain code that you have written yourself. GPL or AGPL licensed code will not be acceptable.

Coding Style

  • Code indentation style is 4 spaces.
  • Generally try to preserve the coding style in the file you are modifying.

Dependencies

Required Dependencies:

  • Java 8 or later is required to use OpenRTF. All versions Java 8 to Java OpenJDK 13 have been tested to work.

About

The Open Source RTF (Rich Text Format) Java Library ⛺

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%