Procházet zdrojové kódy

Updating README.md with known issues

Jhonny Mertz před 6 roky
rodič
revize
71dfa62a04
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  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.