Skip to content

glennneiger/EpubToPdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpubToPdf

This program converts epub documents to pdf documents.

Installation

Simply fork this repository to your machine.

Requirements

To install the requirements, run the following command:

pip install -r requirements.txt

After this, you install the wkhtmltopdf which is a dependency of the pdfkit module.

wkhtmltopdf file can be downloaded here

For Debian/Ubuntu users:

$ sudo apt-get install wkhtmltopdf

should do the trick.

Usage

Copy the epub file inside the repository folder when forked.

Run the main.py file, adding the name of the epub file as a commandline argument.

As shown below:

python main.py epub-file-name

About

Converts Epub files to PDF files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%