HTML to PDF converter based on headless_chrome crate, inspired by html2pdf crate.
$ cargo install htop
Display usage:
$ htop -h
Display detailed usage description:
$ htop --help
To convert single HTML file into PDF file, run:
$ htop single input_file.html output_file.pdf
To convert multiple HTML files into multiple PDF files, run:
$ htop multiple input_dir output_dir
More usage examples can be found in User Guide.
Licensed under either of
at your option.
All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.