Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal authored Sep 21, 2016
1 parent 9caffd1 commit 29a093a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ Get version 1.0 here - https://github.com/rtfarte/OpenPDF/releases/tag/1.0
MIT License - http://www.opensource.org/licenses/mit-license.php


## Use OpenPDF as Maven dependency
Add this to your pom.xml file:

<dependency>
<groupId>com.github.bengolder</groupId>
<artifactId>openpdf</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.54</version>
</dependency>



## Background ##

Beginning with version 5.0 of iText, the developers have moved to the AGPL to improve their ability to sell commercial licenses.
Expand Down

0 comments on commit 29a093a

Please sign in to comment.