20 releases
0.1.7 | Oct 18, 2023 |
---|---|
0.1.6 | Oct 18, 2023 |
0.1.5 | May 9, 2023 |
0.0.12 | Apr 28, 2023 |
#168 in Command line utilities
146 downloads per month
2MB
1.5K
SLoC
htop
Overview
HTML to PDF converter based on headless_chrome crate. Inspired by html2pdf crate.
Installation
$ cargo install htop
Usage
Display short usage description:
$ htop -h
Display detailed usage description:
$ htop --help
Basic examples
Convert single HTML file into single PDF file:
$ htop single input_file.html output_file.pdf
Convert multiple HTML files into multiple PDF files:
$ htop multiple input_dir output_dir
Convert web-page into single PDF file:
$ htop url https://dmntk.io
More examples can be found in User Guide.
License
Licensed under either of
at your option.
Contribution
All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~9–23MB
~334K SLoC