Skip to content

Commit

Permalink
For #8 and #85 - Update README with added features. [ci skip]
Browse files Browse the repository at this point in the history
Also add missing SVG artifact in maven artifact list. Thanks @tbadie
  • Loading branch information
danfickle committed Apr 23, 2017
1 parent 254269a commit 988e474
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc
CHANGELOG
========

head - 0.0.1-RC10-SNAPSHOT
head - 0.0.1-RC11-SNAPSHOT
========
+ [FIX: Allow user to disable logging](https://github.com/danfickle/openhtmltopdf/pull/90) Thanks @GrammyTraore
+ [Handle TrueType font collections added in builder](https://github.com/danfickle/openhtmltopdf/pull/89) Thanks @rototor
+ [Implement custom object drawer for Java2D output](https://github.com/danfickle/openhtmltopdf/pull/87) Thanks @rototor
+ [Upgrade PDFBox library to 2.05](https://github.com/danfickle/openhtmltopdf/pull/86) Thanks @rototor, PDFBox team


0.0.1-RC10
Expand Down
7 changes: 7 additions & 0 deletions docs/integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Add these to your maven dependencies section as needed:
<artifactId>openhtmltopdf-log4j</artifactId>
<version>${openhtml.version}</version>
</dependency>

<dependency>
<!-- Optional, leave out if you do not SVG support. -->
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-svg-support</artifactId>
<version>${openhtml.version}</version>
</dependency>
````

MINIMAL USAGE
Expand Down

0 comments on commit 988e474

Please sign in to comment.