Blog Home
Updated: 2023 Oct 09

How To Convert EPUB To HTML

  1. Open the terminal on your Mac and execute the following command.

    unzip file.epub
    
  2. If you want to merge the extracted html files into one file.

    cat c01.html c02.html c03.html ... > index.html
    

    or

    cat c{01..20}.html > index.html
    

Comments:

Email questions, comments, and corrections to hi@smartisan.dev.

Submissions may appear publicly on this website, unless requested otherwise in your email.