/html-to-epub

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

Primary LanguageGoMIT LicenseMIT

html-to-epub

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

GitHub go.mod Go version Build GitHub license

Install

> go get github.com/gonejack/html-to-epub

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