Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yiding-he/hydrogen-wkhtmltopdf

GUI wrapper for wkhtmltopdf
https://github.com/yiding-he/hydrogen-wkhtmltopdf

java javafx pdf wkhtmltopdf

Last synced: 2 months ago
JSON representation

GUI wrapper for wkhtmltopdf

Awesome Lists containing this project

README

        

# hydrogen-wkhtmltopdf

GUI wrapper for [wkhtmltopdf](https://wkhtmltopdf.org)

### Note for compiling:

This project refers to my another open source javafx library [hydrogen-fx](https://github.com/yiding-he/hydrogen-fx),
so if you want to build this please clone hydrogen-fx first and run `mvn install`.

### Note for packaging:

Package with `mvn package` will get 2 packaged files: `hydrogen-wkhtmltopdf.jar`
and `hydrogen-wkhtmltopdf-jar-with-dependencies.jar`.
The latter one is a fat jar that contains all dependencies,
so it can be run using `java -jar hydrogen-wkhtmltopdf-jar-with-dependencies.jar`.

### Switch Language:

When running with `java -jar` command, you can switch language by adding
`-Duser.language=en` or `-Duser.language=zh_CN` to the command. Currently,
only English and Chinese are supported.

### Screenshots:

![](images/0.png)

![](images/1.png)

![](images/2.png)