I am using wkhtmltopdf wrapper so I can call it from the code, but it seems it should be installed on machine.
Is it possible to use wkhtmltopdf library without installation and from wkhtmltopdf wrapper library?
<!-- https://mvnrepository.com/artifact/wkhtmltopdf/wkhtmltoimage-i386 -->
<dependency>
<groupId>wkhtmltopdf</groupId>
<artifactId>wkhtmltoimage-i386</artifactId>
<version>0.10.0_rc2-static</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.jhonnymertz/java-wkhtmltopdf-wrapper -->
<dependency>
<groupId>com.github.jhonnymertz</groupId>
<artifactId>java-wkhtmltopdf-wrapper</artifactId>
<version>1.3.0-RELEASE</version>
</dependency>
I have this error:
wkhtmltopdf command was not found in your classpath. Verify its installation or initialize wrapper configurations with correct path/to/wkhtmltopdf