Category "epub"

How can I read an epub book in python

How can I read an epub book and open it using python. I'm not able to implement EbookLib 0.15 from https://pypi.python.org/pypi/EbookLib/0.15 Here's the code I

Add cover image for AsciiDoc Epub3

I am trying to add a cover image to an ASCIIDoc file (to be able to convert it to EPUB3) using this syntax : front-cover-image: image: cover.png[width=1050

Make a valid epub with ZipFile

So my ePub generator GenEpub.py has no errors on the Python interpreter or by running zip -t. Thanks to everyone that assisted me with that issue: Python - ZipF

ZipFile' object has no attribute 'seek'

I am trying to get a script working that can make an ePub file. They are compressed zip files that are deflated (i.e. without compression) and have to be done i

Zipfile not compressing some SVG files in Python

I've been making an script to transform Latex code to SVG images in epubs. The idea is to extract an epub in a temp directory, to find the code and to create SV