Example: book = epub.read_epub(epub_file) for item in book.items: pass I found that item.get_content() would remove the external style of css in xhtml ,while item.content would save it