html-to-epub icon indicating copy to clipboard operation
html-to-epub copied to clipboard

This command line converts .html to .epub with images embed.

html-to-epub

This command line tool converts .html to .epub with images fetching.

GitHub go.mod Go version Build GitHub license

Install

> go install github.com/gonejack/html-to-epub@latest

Usage

> html-to-epub *.html
Flags:
  -h, --help                     Show context-sensitive help.
  -o, --output="output.epub"     Output filename.
  -c, --cover=STRING             Set epub cover image.
      --title="HTML"             Set epub title.
      --author="HTML to Epub"    Set epub author.
  -v, --verbose                  Verbose printing.

Screenshot