Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhorions committed Mar 12, 2016
1 parent b512b3f commit 6657311
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ boxable

Create tables in pdf documents using [PDFBox](http://pdfbox.apache.org)

- Example pdf can be found at [examples](http://goo.gl/a7QvRM)
Here are a few examples of the type of tables boxable can created :

* [example 1](https://s3.amazonaws.com/misc.quodlibet.be/Boxable/BoxableSample1.pdf)
* [example 2](https://s3.amazonaws.com/misc.quodlibet.be/Boxable/BoxableSample2.pdf)
* [example 3](https://s3.amazonaws.com/misc.quodlibet.be/Boxable/BoxableSample3.pdf)
* [example 4](https://s3.amazonaws.com/misc.quodlibet.be/Boxable/BoxableSample4.pdf)

- Example code can be found at [SampleCode](https://github.com/dhorions/boxable/blob/master/src/test/java/be/quodlibet/boxable/TableTest.java)

Expand All @@ -24,16 +29,16 @@ The project can be used as a Maven dependency by using jitpack.io.
<dependency>
<groupId>com.github.dhorions</groupId>
<artifactId>boxable</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
</dependencies>
```

Special Thanks to [dgautier](https://github.com/dgautier) and [ZeerDonker](https://github.com/ZeerDonker) for their valuable contributions.
Special Thanks to [dgautier](https://github.com/dgautier),[ZeerDonker](https://github.com/ZeerDonker),[Frulenzo](https://github.com/Frulenzo),[dobluth](https://github.com/dobluth) and [schmitzhermes](https://github.com/schmitzhermes) for their valuable contributions.

=======

Copyright [2015] [Quodlibet.be]
Copyright [2016] [Quodlibet.be]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 6657311

Please sign in to comment.