|
@@ -16,7 +16,7 @@ If you are using Gradle/Maven, see example below:
|
|
|
In your `build.gradle`:
|
|
|
```groovy
|
|
|
dependencies {
|
|
|
- compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.9-RELEASE'
|
|
|
+ compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.10-RELEASE'
|
|
|
}
|
|
|
```
|
|
|
|
|
@@ -26,7 +26,7 @@ In your `pom.xml`:
|
|
|
<dependency>
|
|
|
<groupId>com.github.jhonnymertz</groupId>
|
|
|
<artifactId>java-wkhtmltopdf-wrapper</artifactId>
|
|
|
- <version>1.1.9-RELEASE</version>
|
|
|
+ <version>1.1.10-RELEASE</version>
|
|
|
</dependency>
|
|
|
```
|
|
|
|
|
@@ -95,7 +95,7 @@ Known issues
|
|
|
------------
|
|
|
|
|
|
**Output of wkhtmltopdf is being added to resulting pdf** ([Issue #19](https://github.com/jhonnymertz/java-wkhtmltopdf-wrapper/issues/19))
|
|
|
-- Starting from 1.1.10.RELEASE version, there is a method `saveAsDirect(String path)`, which executes wkhtmltopdf passing the `path` as output for wkhtmltopdf, instead of the standard input `-`. This saves the results directly to the specified file `path`.
|
|
|
+- Starting from 1.1.10-RELEASE version, there is a method `saveAsDirect(String path)`, which executes wkhtmltopdf passing the `path` as output for wkhtmltopdf, instead of the standard input `-`. This saves the results directly to the specified file `path`.
|
|
|
|
|
|
License
|
|
|
------------
|