Skip to content

florent1933/ebook-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project take ebooks from http://chimera.labs.oreilly.com and transform it into PDF to be printable!

It's in Python2

Installation

virtualenv env
. env/bin/activate
pip install -R requirements.txt

Launch

cd oreilly/
scrapy crawl oreilly

Results

Observe all the .txt in the project (a .txt is a book). Enjoy it! 👍

Transform it into PDF

To transforme, you can use texoffice.atilla.org. TexOffice can transform the html in a PDF file thanks to LaTeX & Pandoc

About

Use of scrappy to have a pdf of ebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages