How to programmatically convert HTML to epub? [closed]
The short answer is yes, it can be done in any programming language. Basic steps: Convert your HTML to XHTML (+ CSS). This can be done in your program or through an XSLT file. Copy your files (XHTML, CSS, any images and fonts) into a directory structure that follows the format. Zip the directory structure … Read more