
: Calibre convertion: text goes out of the screen I just used Calibre to convert this html document into an epub. To do that, I first downloaded the chapter using: wget -r --no-parent -k https://www.supinfo.com/cours/1CPA/
I just used Calibre to convert this html document into an epub. To do that, I first downloaded the chapter using:
wget -r --no-parent -k www.supinfo.com/cours/1CPA/
and then I rename the file to add .html extension:
cd supinfo.com/cours/1CPA/chapitres cp 08-microprocesseur-son-environnement 08-microprocesseur-son-environnement.html
and convert:
ebook-convert 08-microprocesseur-son-environnement.html 08-microprocesseur-son-environnement.epub
However, the produced .epub displays horribly in my Nolim ereader: the lines goes out of the screen:
Any idea how to fix that?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Julia
1 Comments
Sorted by latest first Latest Oldest Best
I found the answer: the original .html file had table inside with fixed width, and that's why the text was running out of the screen. The solution: just use the option --linearize-tables !
ebook-convert 08-microprocesseur-son-environnement.html 08-microprocesseur-son-environnement.epub --linearize-tables
Free books android app tbrJar TBR JAR Read Free books online gutenberg