From 988e4747c483d8e725b95f073aab67e40b458f9d Mon Sep 17 00:00:00 2001 From: Dan Fickle Date: Sun, 23 Apr 2017 16:30:26 +1000 Subject: [PATCH] For #8 and #85 - Update README with added features. [ci skip] Also add missing SVG artifact in maven artifact list. Thanks @tbadie --- README.md | 6 +++++- docs/integration-guide.md | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7095cd839..c42948238 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/integration-guide.md b/docs/integration-guide.md index 43060586c..7b220271d 100644 --- a/docs/integration-guide.md +++ b/docs/integration-guide.md @@ -63,6 +63,13 @@ Add these to your maven dependencies section as needed: openhtmltopdf-log4j ${openhtml.version} + + + + com.openhtmltopdf + openhtmltopdf-svg-support + ${openhtml.version} + ```` MINIMAL USAGE