Skip to content

Commit

Permalink
Updated Readme to reference the PDFBox 3.0.x branch. Thanks to @pjfan…
Browse files Browse the repository at this point in the history
…ning to request the 3.0 release. (See #55)
  • Loading branch information
rototor committed Aug 21, 2023
1 parent ca92ea1 commit 40f59b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ The following features are not supported (yet):

This library is available through Maven:

For PDFBox 2.0.x:

```xml

<dependency>
Expand All @@ -61,6 +63,22 @@ This library is available through Maven:
This library targets Java 1.6 and should work with Java 1.6. But at the moment it is only tested
with Java 8, Java 11 and Java 17.

For PDFBox 3.0.x:

```xml

<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
<version>3.0.0</version>
</dependency>
```

This version target Java 8. It should be identical to the 2.0.x version. If not, than thats a bug. The 3.0.x
version is maintained in the pdfbox-3.0.0 branch. For now, maintance is done in the 2.0.x branch and the merged into the
3.0.x branch.


## Example Usage

```java
Expand Down

0 comments on commit 40f59b4

Please sign in to comment.