ebooklib
ebooklib copied to clipboard
Python E-book library for handling books in EPUB2/EPUB3 format -
Hello I have created HTML to epub then not showing text in an epub file only show image but in inspecting to an element then the text is available so...
I have some epubs that have several books within it and for these a separate sequence ordering (Book 1 -> Chapter 1 ...; Book2 -> Chapter 1 ...). Via the...
Hello Need to add viewport meta tag inside the head tag using function or content. I have tried adding viewport meta in HTML content but somehow remove it from the...
If you load and save an EPUB then any processing instructions embedded within the original HTML embed an extra question mark in the saved copy. For example: `` gets transformed...
If I load an epub whose chapter files have a stylesheet `` tag, it gets stripped because the stylesheet is only referenced in `self.content`, not `self.links`.
Resolves #207
``` `c1.set_content(u' bold title ')` ... epub.write_epub(filename, book, opts) ``` generates the following invalid html in epub: ```
not being able to set a custom directory for output ebook is kind of defeating the whole of this module
In the example shown in the documentation for this library `c1 = epub.EpubHtml(title='Introduction', file_name='intro.xhtml', lang='en')` Would it be possible to call another class function to use a .txt file to...
I spend 5 hours to dealing with multiple chapters writing, but all the chapters content are the same accord to your demo. i dont know why, wasting just 5 hours!!!...