1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-01-01 15:32:26 +01:00
gryf 5bb235772d Fix issue with crash on LibreOffice format.
During tests, there was issue regarding ODF2XHTML.xhtml() method, which
assumes, that all lines are stored as strings. Although, in case of
single items, like footnotes, there is a chance, that numbers are stored
as ints. In this patch we assure, that all lines has to be strings. This
bug also affects current version of Calibre (as of cf5baaf449 commit).
2020-04-19 15:16:48 +02:00
2020-04-11 19:27:06 +02:00

This is impudent ripoff of the bits from Calibre project, and is aimed only for converter thing.

My motivation is to have only converter for ebooks run from commandline, without all of those bells and whistles Calibre has, and with cleanest more pythonic approach.

Installation

TBD.

License

This work is licensed on GPL3 license, like the original work. See LICENSE file for details.

Description
Commandline tool for converting between several e-books formats, based on Calibre project.
Readme GPL-3.0 2.7 MiB
Languages
Python 98.8%
XSLT 0.7%
C 0.3%
CSS 0.2%