Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yiding-he/hydrogen-wkhtmltopdf
- Owner: yiding-he
- License: apache-2.0
- Created: 2020-03-16T06:11:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T08:48:53.000Z (2 months ago)
- Last Synced: 2024-10-28T08:55:24.671Z (2 months ago)
- Topics: java, javafx, pdf, wkhtmltopdf
- Language: Java
- Size: 138 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)