Quote:
Originally Posted by pepak
I chose HTML because it is device-independent and easy to modify (I spend a lot of time formatting and spell-checking my e-books). I am not so sure whether I want to move to a format which is primarily intended for e-books. I'll do some research about EPUB format and see.
|
EPUB is basically just XHTML with separate XML metadata (OPF for metadata & multi-file content ordering and NCX for table of context) all bundled up in a ZIP file. It lets you use HTML for the content without sacrificing consistent metadata while still bundling everything nicely into one file.
Best of luck with your scanning!