Is it possible to create a program book?

I am studying whether it is possible to programmatically create a book, say, a Kindle book. Are there open source or proprietary libraries? specifically for python.

+5
source share
5 answers

An e-book or epub is just xhtml with some meta-information, etc. Each page is an xhtml file.

Here is a tutorial on how to make an ePub e-book manually.

+5
source

Many, but especially see the caliber , which can take text in various forms or HTML and convert to epub, mobi, etc.

+2
source

.epub, , , XHTML, - . .gz, IIRC, , EPUB , Python . , IBM developerWorks , EPUB, , Python. . , ThreePress, ( Python) O'Reilly Bookworm, - EPUB, EPUB .

xtopdf ( Python), , Reportlab ( Python) PDF- , . xtopdf (.zip/.gz ) script, PDFBook.py, .

xtopdf:

http://sourceforge.net/projects/xtopdf/

xtopdf PDFBook.py script:

http://www.mail-archive.com/python-list@python.org/msg100069.html

, , ( ), PDFBook.py, , - - PDF-.

xtopdf, - dancingbison dot com slash contact dot html - Gmail, . () , , , .

,

+2

Amazon kindlegen, ebook XML/HTML.

, ( Python, Java XSLT).

rss2mobi, Google Reader ( Python).

+1

ebook python , epub .
- , txt2epub (, , ).

it is called 2 , but it also processes rst files . txtepub

+1
source

All Articles