Quellcode durchsuchen

Updating README.md with known issues

Jhonny Mertz vor 6 Jahren
Ursprung
Commit
71dfa62a04
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -91,6 +91,12 @@ Bugs
 ------------
 - Tests are incomplete
 
+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`.
+
 License
 ------------
 This project is available under MIT Licence.