Skip to content
/ OpenPDF Public
forked from LibrePDF/OpenPDF

OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.

License

Notifications You must be signed in to change notification settings

bberto/OpenPDF

 
 

Repository files navigation

OpenPDF is a Java PDF library, forked from iText

OpenPDF is a Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText 4. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.

Join the chat at https://gitter.im/LibrePDF/OpenPDF Build Status Maven Central License (LGPL version 3.0) License (MPL)

OpenPDF version 1.2.0 released 2018-08-06

Get version 1.2.0 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.2.0

Previous Versions

License

GNU General Lesser Public License (LGPL) version 3.0 - http://www.gnu.org/licenses/lgpl.html

Mozilla Public License Version 2.0 - http://www.mozilla.org/MPL/2.0/

We want OpenPDF to consist of source code which is consistently licensed with the LGPL and MPL licences only. Since this is a software fork where we maintain code from a legacy software library (iText) we are reviewing the history and license of the code-base. The result of this work has been that we have replaced some source code which had other incompatible open source licenses. This also means that any new contributions to the project must have a dual LGPL and MPL license only.

Use OpenPDF as Maven dependency

Add this to your pom.xml file:

    <dependency>
        <groupId>com.github.librepdf</groupId>
        <artifactId>openpdf</artifactId>
        <version>1.2.0</version>
    </dependency>

Docs

See examples and JavaDoc.

Background

OpenPDF is open source software with a LGPL and MPL license. It is a fork of iText version 4, more specifically iText svn tag 4.2.0, which was hosted publicly on sourceforge with LGPL and MPL license headers in the source code, and lgpl and mpl license documents in the svn repository. Beginning with version 5.0 of iText, the developers have moved to the AGPL to improve their ability to sell commercial licenses.

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 OpenPDF project must only contain code that you have written yourself. GPL or AGPL licensed code will not be acceptable.

Dependencies

Required:

  • Apache Commons IO
  • Apache Commons Compress
  • Apache Commons Text
  • Apache Commons Codec
  • Apache Commons Imaging
  • Juniversalchardet

Optional:

  • BouncyCastle 1.60
    • Provider
    • PKIX/CMS
  • JUnit 4 - for unit testing
  • JFreeChart - for testing graphical examples
    • JFreeChart
    • JCommon
    • Servlet
  • DOM4j is required for the pdf-swing submodule.

About

OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%